<?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: Dropbox API application stopped working with 403 error in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-API-application-stopped-working-with-403-error/m-p/190996#M8270</link>
    <description>We should have a fix out for this soon, likely today. I'll follow up here once I have an update for you.</description>
    <pubDate>Mon, 17 Oct 2016 17:40:05 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2016-10-17T17:40:05Z</dc:date>
    <item>
      <title>Dropbox API application stopped working with 403 error</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-API-application-stopped-working-with-403-error/m-p/190761#M8239</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; I have an application that downloads new software to an embedded processor (TI CC3200) by using the Dropbox API. &amp;nbsp;It just stopped working. &amp;nbsp;It worked fine the day before yesterday, but now every request for the file to download returns a 403 error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; If I delete the file from the download directory on Dropbox, the embedded application correctly figures out that there is no file to download. &amp;nbsp;If I place the file to download in the directory, I always get the 403 error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; I know the API will be deprecated in June of 2017, I will be changing the application before that. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Vic Berry&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:29:23 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-API-application-stopped-working-with-403-error/m-p/190761#M8239</guid>
      <dc:creator>flygecko</dc:creator>
      <dc:date>2019-05-29T09:29:23Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox API application stopped working with 403 error</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-API-application-stopped-working-with-403-error/m-p/190762#M8240</link>
      <description>Hi Vic, we'll be happy to help with this. Can you share a sample request and response showing the unexpected error? (Just be sure to redact any secret values like the access token or app secret.) Thanks in advance!</description>
      <pubDate>Fri, 14 Oct 2016 21:46:08 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-API-application-stopped-working-with-403-error/m-p/190762#M8240</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-10-14T21:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox API application stopped working with 403 error</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-API-application-stopped-working-with-403-error/m-p/190767#M8241</link>
      <description>&lt;P&gt;Hi Greg,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; This is diagnostic output from our embedded application when this transpires. &amp;nbsp;I have redacted the API keys.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-- Diagnostic output starts here --&lt;/P&gt;&lt;P&gt;00:00:08.0992] Device IP Address is 192.168.1.121&lt;BR /&gt;[00:00:10.0061] FLASH: System State stored to flash&lt;BR /&gt;[00:00:10.0065] Starting OTA Update from 1.18.0&lt;BR /&gt;_ReadStatFile: ERROR in sl_FsOpen, status=-11&lt;BR /&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;sl_extLib_OtaRun: OtaClient_UpdateCheck, vendorStr=1.18.0&lt;BR /&gt;OtaClient_UpdateCheck: call http_build_request /1/metadata/auto/&lt;BR /&gt;metadata file=/1.18.0/f80_sys_mcuimgA.bin, size=136464&lt;BR /&gt;sl_extLib_OtaRun: OtaClient_UpdateCheck, numUpdates=1&lt;BR /&gt;sl_extLib_OtaRun: OtaClient_GetNextUpdate: file=/1.18.0/f80_sys_mcuimgA.bin, size=136464&lt;BR /&gt;OtaClient_ResourceMetadata: call http_build_request /1/media/auto&lt;BR /&gt;OtaClient_ResourceMetadata: file flags=80,metadata flags=80&lt;BR /&gt;sl_extLib_OtaRun: ResourceMetadata CDN file URL = &lt;A href="https://dl.dropboxusercontent.com/1/view/eeeeeeeeeeeeeee/1.18.0/f80_sys_mcuimgA.bin" target="_blank"&gt;https://dl.dropboxusercontent.com/1/view/eeeeeeeeeeeeeee/1.18.0/f80_sys_mcuimgA.bin&lt;/A&gt;&lt;BR /&gt;_ReadFileHeaders: domain=dl.dropboxusercontent.com, file=/1/view/eeeeeeeeeeeeeee/1.18.0/f80_sys_mcuimgA.bin&lt;BR /&gt;_ReadFileHeaders: skip http headers&lt;BR /&gt;http_skip_headers: http error code HTTP/1.1 403&lt;BR /&gt;_ReadFileHeaders: ERROR, http_skip_headers, status=-1&lt;BR /&gt;CdnClient_ConnectByUrl: ERROR, _ReadFileHeaders, status=-1&lt;BR /&gt;sl_extLib_OtaRun ERROR: Failed on CdnClient_ConnectByUrl&lt;BR /&gt;[00:00:14.0468] OTA run = -6&lt;BR /&gt;[00:00:14.0471] OTA: Error with OTA Server&lt;/P&gt;&lt;P&gt;-- Diagnostic output ends here --&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The code that performs this update is located in a library provided by Texas Instruments. &amp;nbsp;No code has been changed in this file or the one calling it in several months.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for any help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Vic&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Oct 2016 22:24:14 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-API-application-stopped-working-with-403-error/m-p/190767#M8241</guid>
      <dc:creator>flygecko</dc:creator>
      <dc:date>2016-10-14T22:24:14Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox API application stopped working with 403 error</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-API-application-stopped-working-with-403-error/m-p/190768#M8242</link>
      <description>Thanks! That's helpful. We're looking into it.</description>
      <pubDate>Fri, 14 Oct 2016 22:58:35 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-API-application-stopped-working-with-403-error/m-p/190768#M8242</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-10-14T22:58:35Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox API application stopped working with 403 error</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-API-application-stopped-working-with-403-error/m-p/190787#M8246</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Same problem with my app, yesterday was working and now&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;OpenURI::HTTPError - 403 Forbidden&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;the offending url is (i.e.):&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;A href="https://dl.dropboxusercontent.com/1/view/cr0c41lsk3fn103/development/facturas/2016100034_factura_ganador.pdf" target="_blank"&gt;https://dl.dropboxusercontent.com/1/view/cr0c41lsk3fn103/development/facturas/2016100034_factura_ganador.pdf&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;In my case, is a Rails app and I´m using a gem called paperclip-dropbox (&lt;A href="https://github.com/janko-m/paperclip-dropbox" target="_blank"&gt;https://github.com/janko-m/paperclip-dropbox&lt;/A&gt;) to upload pdf files. &lt;STRONG&gt;The part of uploading pdf works fine but I can´t download them&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;Thanks for any help&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 15 Oct 2016 09:32:48 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-API-application-stopped-working-with-403-error/m-p/190787#M8246</guid>
      <dc:creator>marino</dc:creator>
      <dc:date>2016-10-15T09:32:48Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox API application stopped working with 403 error</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-API-application-stopped-working-with-403-error/m-p/190973#M8266</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also with the same problem reported with my app.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://dl.dropboxusercontent.com/1/view/wbfgljf4hcr39lg/repositorio/unepi/drive/provas/625_20161017105017.txt?dl=1" target="_blank"&gt;https://dl.dropboxusercontent.com/1/view/wbfgljf4hcr39lg/repositorio/unepi/drive/provas/625_20161017105017.txt?dl=1&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for any help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Murilo Doria&lt;/P&gt;</description>
      <pubDate>Mon, 17 Oct 2016 13:53:14 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-API-application-stopped-working-with-403-error/m-p/190973#M8266</guid>
      <dc:creator>unepi</dc:creator>
      <dc:date>2016-10-17T13:53:14Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox API application stopped working with 403 error</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-API-application-stopped-working-with-403-error/m-p/190995#M8269</link>
      <description>&lt;P&gt;Hi Greg,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;Any progress on this issue?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Vic&lt;/P&gt;</description>
      <pubDate>Mon, 17 Oct 2016 17:38:31 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-API-application-stopped-working-with-403-error/m-p/190995#M8269</guid>
      <dc:creator>flygecko</dc:creator>
      <dc:date>2016-10-17T17:38:31Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox API application stopped working with 403 error</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-API-application-stopped-working-with-403-error/m-p/190996#M8270</link>
      <description>We should have a fix out for this soon, likely today. I'll follow up here once I have an update for you.</description>
      <pubDate>Mon, 17 Oct 2016 17:40:05 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-API-application-stopped-working-with-403-error/m-p/190996#M8270</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-10-17T17:40:05Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox API application stopped working with 403 error</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-API-application-stopped-working-with-403-error/m-p/191041#M8291</link>
      <description>This should be working again now. Please try /1/media again. The resulting links should work properly.</description>
      <pubDate>Mon, 17 Oct 2016 21:58:43 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-API-application-stopped-working-with-403-error/m-p/191041#M8291</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-10-17T21:58:43Z</dc:date>
    </item>
  </channel>
</rss>

