<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Over the air download via API fails today, worked yesterday. in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Over-the-air-download-via-API-fails-today-worked-yesterday/m-p/314834#M18693</link>
    <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/427560"&gt;@BAB1&lt;/a&gt;&amp;nbsp;No, unfortunately we can't&amp;nbsp;&lt;SPAN&gt;administratively change the length of that link.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The length of these links can depend on the original file path though, so one solution may be to make that file path as short as possible, in order to get the resulting link short enough to fit in your buffer.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 01 Dec 2018 16:05:24 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2018-12-01T16:05:24Z</dc:date>
    <item>
      <title>Over the air download via API fails today, worked yesterday.</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Over-the-air-download-via-API-fails-today-worked-yesterday/m-p/314476#M18668</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp; I have an embedded device that downlopads firmware updates over the air via the DropBox API.&amp;nbsp; Downloads worked fine yesterday, and fail today.&amp;nbsp; The code has not changed since then, and I even went back to a revision built a few months ago, and it fails in exactly the same way.&amp;nbsp; I am using a Texas Instruments CC3200 processor.&amp;nbsp; I use the TI library for the OTA process.&amp;nbsp; It can list the files in the repository, but when I try to access them via the link provided the device just hangs.&amp;nbsp; It subsequently reboots.&amp;nbsp; Here is some diagnostic output from the process.&lt;/P&gt;&lt;P&gt;sl_extLib_OtaRun: call OtaClient_ConnectServer OTA server=api.dropbox.com&lt;BR /&gt;OtaClient_ConnectServer: http_connect_server api.dropbox.com&lt;BR /&gt;[00:00:11.0967] OTA run (0)&lt;BR /&gt;sl_extLib_OtaRun: OtaClient_UpdateCheck, vendorStr=3.2.0&lt;BR /&gt;OtaClient_UpdateCheck: call http_build_request /1/metadata/auto/&lt;BR /&gt;CdnDropbox_SendReqDir: uri=/2/files/list_folder&lt;BR /&gt;metadata file=/3.2.0/f00_sys_servicepack.sig, size=256&lt;BR /&gt;metadata file=/3.2.0/f43_sys_servicepack.ucf, size=31348&lt;BR /&gt;metadata file=/3.2.0/f80_sys_mcuimgA.bin, size=151300&lt;BR /&gt;metadata file=/3.2.0/f80_www_logo.png, size=18406&lt;BR /&gt;metadata file=/3.2.0/f80_www_main2.html, size=5830&lt;BR /&gt;sl_extLib_OtaRun: OtaClient_UpdateCheck, numUpdates=5&lt;BR /&gt;[00:00:12.0260] OTA run (0)&lt;BR /&gt;sl_extLib_OtaRun: OtaClient_GetNextUpdate: file=/3.2.0/f00_sys_servicepack.sig, size=256&lt;BR /&gt;OtaClient_ResourceMetadata: call http_build_request /1/media/auto&lt;BR /&gt;OtaClient_ResourceMetadata: file flags=0,metadata flags=0&lt;BR /&gt;OtaClient_ResourceMetadata: remove old signature file /sys/servicepack.sig&lt;BR /&gt;CdnDropbox_SendReqFileUrl: uri=/2/files/get_temporary_link&lt;BR /&gt;[00:00:12.0556] OTA run (0)&lt;BR /&gt;sl_extLib_OtaRun: ResourceMetadata CDN file URL = &lt;A href="https://dl.dropboxusercontent.com/apitl/1/AAAPogfVrgUuU60x7jjBJL-jMrYmSHG0O8Gb_ReadFileHeaders" target="_blank"&gt;https://dl.dropboxusercontent.com/apitl/1/AAAPogfVrgUuU60x7jjBJL-jMrYmSHG0O8Gb_ReadFileHeaders&lt;/A&gt;: domain=dl.dropboxusercontent.com, file=/apitl/1/AAAPogfVrgUuU60x7jjBJL-jMrYmSHG0O8GbVwAf7iHMQOISR2yPAH3YGlgsUr&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After the last line the device hangs until the system watchdog reboots it, then the process repeats.&amp;nbsp; Any idea what I might be running into?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vic Berry&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:09:01 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Over-the-air-download-via-API-fails-today-worked-yesterday/m-p/314476#M18668</guid>
      <dc:creator>flygecko</dc:creator>
      <dc:date>2019-05-29T09:09:01Z</dc:date>
    </item>
    <item>
      <title>Re: Over the air download via API fails today, worked yesterday.</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Over-the-air-download-via-API-fails-today-worked-yesterday/m-p/314483#M18669</link>
      <description>&lt;P&gt;It looks like the call to&amp;nbsp;/2/files/get_temporary_link itself is succeeding, since it is showing the retrieved&amp;nbsp;/apitl link.&amp;nbsp;It looks like the log might be cut off unfortunately though.&lt;/P&gt;
&lt;P&gt;I just retrieved an /apitl link from&amp;nbsp;/2/files/get_temporary_link myself and it seems to be working. Can you get a fresh one from your app and try it manually (perhaps with any additional verbose logging possible) to see if it's working on your side, or what it's returning that might be causing issues in your app?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Nov 2018 19:27:26 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Over-the-air-download-via-API-fails-today-worked-yesterday/m-p/314483#M18669</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-11-29T19:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: Over the air download via API fails today, worked yesterday.</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Over-the-air-download-via-API-fails-today-worked-yesterday/m-p/314502#M18671</link>
      <description>&lt;P&gt;What I have seen on my side is that the filename returned is 553 bytes in length.&amp;nbsp; The TI code has a buffer length of 512.&amp;nbsp; This would most certainly cause an issue.&amp;nbsp; How big is the url you received when you retrieve the apitl link?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Vic&lt;/P&gt;</description>
      <pubDate>Thu, 29 Nov 2018 21:00:55 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Over-the-air-download-via-API-fails-today-worked-yesterday/m-p/314502#M18671</guid>
      <dc:creator>flygecko</dc:creator>
      <dc:date>2018-11-29T21:00:55Z</dc:date>
    </item>
    <item>
      <title>Re: Over the air download via API fails today, worked yesterday.</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Over-the-air-download-via-API-fails-today-worked-yesterday/m-p/314505#M18672</link>
      <description>&lt;P&gt;Thanks for the additional information.&lt;/P&gt;
&lt;P&gt;The length of the returned link can depend on the length of the original file path (as well as potentially other factors), so we can't guarantee any particular maxmimum length unfortunately. (For reference, mine is also coming out longer than 512 bytes.)&lt;/P&gt;
&lt;P&gt;So, this may have just been a result of the file path getting longer and resulting in a URL larger than that buffer size. I'm afraid I don't have a solution on the API side, since the link can be expected to get that big. Are you able to increase the buffer size?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Nov 2018 21:15:56 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Over-the-air-download-via-API-fails-today-worked-yesterday/m-p/314505#M18672</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-11-29T21:15:56Z</dc:date>
    </item>
    <item>
      <title>Re: Over the air download via API fails today, worked yesterday.</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Over-the-air-download-via-API-fails-today-worked-yesterday/m-p/314509#M18673</link>
      <description>&lt;P&gt;In future revisions most likely.&amp;nbsp; This does not bode well for any devices already out in the field.&amp;nbsp; I will work on fixing TI's code and see what I can do.&amp;nbsp; Thank you for the help.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Nov 2018 21:26:42 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Over-the-air-download-via-API-fails-today-worked-yesterday/m-p/314509#M18673</guid>
      <dc:creator>flygecko</dc:creator>
      <dc:date>2018-11-29T21:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: Over the air download via API fails today, worked yesterday.</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Over-the-air-download-via-API-fails-today-worked-yesterday/m-p/314515#M18674</link>
      <description>&lt;P&gt;Is there a maximum size?&amp;nbsp; If I am going to be fixing this I would like to do it only once.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vic&lt;/P&gt;</description>
      <pubDate>Thu, 29 Nov 2018 21:47:08 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Over-the-air-download-via-API-fails-today-worked-yesterday/m-p/314515#M18674</guid>
      <dc:creator>flygecko</dc:creator>
      <dc:date>2018-11-29T21:47:08Z</dc:date>
    </item>
    <item>
      <title>Re: Over the air download via API fails today, worked yesterday.</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Over-the-air-download-via-API-fails-today-worked-yesterday/m-p/314517#M18675</link>
      <description>&lt;P&gt;No, there's no maximum size for the link.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Nov 2018 22:00:19 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Over-the-air-download-via-API-fails-today-worked-yesterday/m-p/314517#M18675</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-11-29T22:00:19Z</dc:date>
    </item>
    <item>
      <title>Re: Over the air download via API fails today, worked yesterday.</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Over-the-air-download-via-API-fails-today-worked-yesterday/m-p/314829#M18692</link>
      <description>&lt;P&gt;Hi Greg,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have faced the same problem. There are over 3K of our devices out in the field and we are helpless at this point of time. The size of link until last week was less than 400 bytes and we suddenly see it crossing 550 bytes. We have provided OTA for these 3K devices atleast Twice as of now and no issues until 2 days back.&lt;/P&gt;&lt;P&gt;It will be really helpful if Dropbox can help us by reducing this link length to less than 400 bytes like before for time being or for a few weeks. Meanwhile, We will work towards updating the firmware remotely and resolve this issue in the existing hardware.&lt;/P&gt;&lt;P&gt;Appreciate your earliest support in this regard.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sri&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 01 Dec 2018 15:47:00 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Over-the-air-download-via-API-fails-today-worked-yesterday/m-p/314829#M18692</guid>
      <dc:creator>BAB1</dc:creator>
      <dc:date>2018-12-01T15:47:00Z</dc:date>
    </item>
    <item>
      <title>Re: Over the air download via API fails today, worked yesterday.</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Over-the-air-download-via-API-fails-today-worked-yesterday/m-p/314834#M18693</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/427560"&gt;@BAB1&lt;/a&gt;&amp;nbsp;No, unfortunately we can't&amp;nbsp;&lt;SPAN&gt;administratively change the length of that link.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The length of these links can depend on the original file path though, so one solution may be to make that file path as short as possible, in order to get the resulting link short enough to fit in your buffer.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 01 Dec 2018 16:05:24 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Over-the-air-download-via-API-fails-today-worked-yesterday/m-p/314834#M18693</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-12-01T16:05:24Z</dc:date>
    </item>
    <item>
      <title>Re: Over the air download via API fails today, worked yesterday.</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Over-the-air-download-via-API-fails-today-worked-yesterday/m-p/314838#M18696</link>
      <description>&lt;P&gt;Thanks Greg.&lt;/P&gt;&lt;P&gt;Just tried your suggestion of reducing the file path. It doesn't seem to be effecting the length of link. I am still getting it over 500 bytes. Can you please help me understand how this length has changed only in the last Two days and was less than 400 bytes in the last One year ? Unfortunately my options are Zero with regard to ability to change anything in the firmware of the hardware in field right now. The entire access to the end hardware is now blocked.&lt;/P&gt;&lt;P&gt;Can you please suggest any further alternatives ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 01 Dec 2018 16:27:20 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Over-the-air-download-via-API-fails-today-worked-yesterday/m-p/314838#M18696</guid>
      <dc:creator>BAB1</dc:creator>
      <dc:date>2018-12-01T16:27:20Z</dc:date>
    </item>
    <item>
      <title>Re: Over the air download via API fails today, worked yesterday.</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Over-the-air-download-via-API-fails-today-worked-yesterday/m-p/314841#M18697</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/427560"&gt;@BAB1&lt;/a&gt;&amp;nbsp;The length of the returned link depends on a few things, including the file path, based on how it's implemented on the Dropbox servers. It's possible the length did increase due to some backend change recently.&lt;/P&gt;
&lt;P&gt;I'm checking with engineering to see what may have changed here, and to see if we can potentially revert it, but I can't make any promises with respect to that right now.&lt;/P&gt;
&lt;P&gt;Unfortunately, I don't have any other workarounds to offer.&lt;/P&gt;</description>
      <pubDate>Sat, 01 Dec 2018 16:33:57 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Over-the-air-download-via-API-fails-today-worked-yesterday/m-p/314841#M18697</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-12-01T16:33:57Z</dc:date>
    </item>
    <item>
      <title>Re: Over the air download via API fails today, worked yesterday.</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Over-the-air-download-via-API-fails-today-worked-yesterday/m-p/314896#M18699</link>
      <description>&lt;P&gt;Thanks Greg.&lt;/P&gt;&lt;P&gt;Look forward to hear from you.&lt;/P&gt;</description>
      <pubDate>Sun, 02 Dec 2018 00:00:46 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Over-the-air-download-via-API-fails-today-worked-yesterday/m-p/314896#M18699</guid>
      <dc:creator>BAB1</dc:creator>
      <dc:date>2018-12-02T00:00:46Z</dc:date>
    </item>
    <item>
      <title>Re: Over the air download via API fails today, worked yesterday.</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Over-the-air-download-via-API-fails-today-worked-yesterday/m-p/315201#M18705</link>
      <description>&lt;P&gt;We have the same problem here with more then 100K&amp;nbsp;devices in the market at the moment. Therefore we ask you to find a solution to this as well.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Dec 2018 09:42:46 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Over-the-air-download-via-API-fails-today-worked-yesterday/m-p/315201#M18705</guid>
      <dc:creator>IOT_Developer</dc:creator>
      <dc:date>2018-12-03T09:42:46Z</dc:date>
    </item>
    <item>
      <title>Re: Over the air download via API fails today, worked yesterday.</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Over-the-air-download-via-API-fails-today-worked-yesterday/m-p/315240#M18709</link>
      <description>&lt;P&gt;Hello Greg, please escalate this issue because there are alot hundreds thousands of user that have an issue about this. Only our users are more then 100K.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Dec 2018 10:42:30 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Over-the-air-download-via-API-fails-today-worked-yesterday/m-p/315240#M18709</guid>
      <dc:creator>IOT_Developer</dc:creator>
      <dc:date>2018-12-03T10:42:30Z</dc:date>
    </item>
    <item>
      <title>Re: Over the air download via API fails today, worked yesterday.</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Over-the-air-download-via-API-fails-today-worked-yesterday/m-p/315261#M18710</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/864711"&gt;@IOT_Developer&lt;/a&gt;&amp;nbsp;I have escalated this to engineering. I'll follow up here once I have an update.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Dec 2018 13:04:56 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Over-the-air-download-via-API-fails-today-worked-yesterday/m-p/315261#M18710</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-12-03T13:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: Over the air download via API fails today, worked yesterday.</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Over-the-air-download-via-API-fails-today-worked-yesterday/m-p/315284#M18714</link>
      <description>&lt;P&gt;Hi Greg,&lt;/P&gt;&lt;P&gt;&amp;nbsp; I would like to add my voice to the chorus of people asking for this&amp;nbsp;to be escalated.&amp;nbsp; I have thousands of devices that are affected by this also, and it would cost us a prohibitive amount of money to replace them in the field.&amp;nbsp; Additionally the customer support issues would be a nightmare.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vic&lt;/P&gt;</description>
      <pubDate>Mon, 03 Dec 2018 14:23:32 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Over-the-air-download-via-API-fails-today-worked-yesterday/m-p/315284#M18714</guid>
      <dc:creator>flygecko</dc:creator>
      <dc:date>2018-12-03T14:23:32Z</dc:date>
    </item>
    <item>
      <title>Re: Over the air download via API fails today, worked yesterday.</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Over-the-air-download-via-API-fails-today-worked-yesterday/m-p/315294#M18715</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/310694"&gt;@flygecko&lt;/a&gt;&amp;nbsp;Thanks for the additional feedback!&lt;/P&gt;</description>
      <pubDate>Mon, 03 Dec 2018 14:47:36 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Over-the-air-download-via-API-fails-today-worked-yesterday/m-p/315294#M18715</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-12-03T14:47:36Z</dc:date>
    </item>
    <item>
      <title>Re: Over the air download via API fails today, worked yesterday.</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Over-the-air-download-via-API-fails-today-worked-yesterday/m-p/315338#M18720</link>
      <description>&lt;P&gt;Hi Greg,&lt;/P&gt;&lt;P&gt;We also have 100K devices installed in the different locations in USA. We cannot able to do OTA. Our customers are affected because of this and it impact our business.&amp;nbsp; Please &lt;SPAN&gt;escalat&amp;nbsp;&lt;/SPAN&gt;the issue and revert the recent changes ASAP.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sundar&lt;/P&gt;</description>
      <pubDate>Mon, 03 Dec 2018 18:57:10 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Over-the-air-download-via-API-fails-today-worked-yesterday/m-p/315338#M18720</guid>
      <dc:creator>Sundaresan</dc:creator>
      <dc:date>2018-12-03T18:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: Over the air download via API fails today, worked yesterday.</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Over-the-air-download-via-API-fails-today-worked-yesterday/m-p/315340#M18721</link>
      <description>&lt;P&gt;@Greg seems like a very big issue to me.&lt;/P&gt;&lt;P&gt;I can't imagine honestly 300K people complaining to dropbox. Can't you?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you have any updates?&lt;/P&gt;</description>
      <pubDate>Mon, 03 Dec 2018 19:05:26 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Over-the-air-download-via-API-fails-today-worked-yesterday/m-p/315340#M18721</guid>
      <dc:creator>IOT_Developer</dc:creator>
      <dc:date>2018-12-03T19:05:26Z</dc:date>
    </item>
    <item>
      <title>Re: Over the air download via API fails today, worked yesterday.</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Over-the-air-download-via-API-fails-today-worked-yesterday/m-p/315345#M18722</link>
      <description>&lt;P&gt;Thanks for the feedback!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have escalated this, and I will follow up here once I have an update.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Dec 2018 19:19:39 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Over-the-air-download-via-API-fails-today-worked-yesterday/m-p/315345#M18722</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-12-03T19:19:39Z</dc:date>
    </item>
  </channel>
</rss>

