<?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 Too many write request on Javascript SDK Upload File in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Too-many-write-request-on-Javascript-SDK-Upload-File/m-p/262136#M15300</link>
    <description>&lt;P&gt;I have tons of user that needs to upload their files to dropbox through my application.&lt;BR /&gt;I'm using Javascript API that use generated access token.&lt;/P&gt;&lt;P&gt;I've made the upload one by one so it will not get 429 error if there's just one user active, but if 3 or more user active at the same time, sometime each user get 429 error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to fix this ?&lt;/P&gt;</description>
    <pubDate>Wed, 29 May 2019 09:15:52 GMT</pubDate>
    <dc:creator>yanlyan</dc:creator>
    <dc:date>2019-05-29T09:15:52Z</dc:date>
    <item>
      <title>Too many write request on Javascript SDK Upload File</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Too-many-write-request-on-Javascript-SDK-Upload-File/m-p/262136#M15300</link>
      <description>&lt;P&gt;I have tons of user that needs to upload their files to dropbox through my application.&lt;BR /&gt;I'm using Javascript API that use generated access token.&lt;/P&gt;&lt;P&gt;I've made the upload one by one so it will not get 429 error if there's just one user active, but if 3 or more user active at the same time, sometime each user get 429 error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to fix this ?&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:15:52 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Too-many-write-request-on-Javascript-SDK-Upload-File/m-p/262136#M15300</guid>
      <dc:creator>yanlyan</dc:creator>
      <dc:date>2019-05-29T09:15:52Z</dc:date>
    </item>
    <item>
      <title>Re: Too many write request on Javascript SDK Upload File</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Too-many-write-request-on-Javascript-SDK-Upload-File/m-p/262202#M15304</link>
      <description>The Dropbox API does have a rate limiting system, but we don't have any specific numbers documented, nor can we increase or remove the limits for any particular app, user, or team.&lt;BR /&gt;&lt;BR /&gt;Also note that not all 429s or 503s indicate explicit rate limiting, but in any case that you get a 429 or 503 the best practice is to retry the request, respecting the Retry-After header if given in the response, or using an exponential back-off, if not.&lt;BR /&gt;&lt;BR /&gt;For example, you can check the body of the response for a more specific error. If the error is 'too_many_write_operations', that's not explicit rate limiting, but rather "lock contention". There isn't a way to remove that limitation either, but there are ways to avoid it. You can find more information about that here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.dropbox.com/developers/reference/data-ingress-guide" target="_blank"&gt;https://www.dropbox.com/developers/reference/data-ingress-guide&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Jan 2018 15:09:20 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Too-many-write-request-on-Javascript-SDK-Upload-File/m-p/262202#M15304</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-01-24T15:09:20Z</dc:date>
    </item>
  </channel>
</rss>

