<?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 Requests Error in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Too-Many-Requests-Error/m-p/473621#M24051</link>
    <description>&lt;P&gt;Hello Greg,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am using the following Dropbox Team API - ListFolderContinueAsync in our production Dropbox application.&lt;BR /&gt;result = await clientadmin.Files.ListFolderContinueAsync(model.basechangetoken);&lt;/P&gt;
&lt;P&gt;However, this is giving error:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;too_many_requests/...&lt;/STRONG&gt;&lt;BR /&gt;at Dropbox.Api.DropboxRequestHandler.&amp;lt;RequestJsonString&amp;gt;d__17.MoveNext()&lt;/P&gt;
&lt;P&gt;Can you please help me know how to resolve this issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;BR /&gt;Gagan&lt;/P&gt;</description>
    <pubDate>Thu, 26 Nov 2020 14:58:39 GMT</pubDate>
    <dc:creator>gagsbh</dc:creator>
    <dc:date>2020-11-26T14:58:39Z</dc:date>
    <item>
      <title>Too Many Requests Error</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Too-Many-Requests-Error/m-p/473621#M24051</link>
      <description>&lt;P&gt;Hello Greg,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am using the following Dropbox Team API - ListFolderContinueAsync in our production Dropbox application.&lt;BR /&gt;result = await clientadmin.Files.ListFolderContinueAsync(model.basechangetoken);&lt;/P&gt;
&lt;P&gt;However, this is giving error:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;too_many_requests/...&lt;/STRONG&gt;&lt;BR /&gt;at Dropbox.Api.DropboxRequestHandler.&amp;lt;RequestJsonString&amp;gt;d__17.MoveNext()&lt;/P&gt;
&lt;P&gt;Can you please help me know how to resolve this issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;BR /&gt;Gagan&lt;/P&gt;</description>
      <pubDate>Thu, 26 Nov 2020 14:58:39 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Too-Many-Requests-Error/m-p/473621#M24051</guid>
      <dc:creator>gagsbh</dc:creator>
      <dc:date>2020-11-26T14:58:39Z</dc:date>
    </item>
    <item>
      <title>Re: Too Many Requests Error</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Too-Many-Requests-Error/m-p/473936#M24070</link>
      <description>&lt;P&gt;&lt;SPAN&gt;The Dropbox API does have a rate limiting system that can result in errors like this. In any case that you get one of these 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. Make sure you're not submitting a large number of requests per user, or multiple identical requests at the same time.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can find&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#error-handling" rel="noreferrer" target="_blank"&gt;more information about the errors that the API returns here&lt;/A&gt;&lt;SPAN&gt;.&amp;nbsp;In the .NET SDK in particular, you can get the Retry-After value from&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/P_Dropbox_Api_RateLimitException_RetryAfter.htm" target="_self"&gt;RateLimitException.RetryAfter&lt;/A&gt;.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Nov 2020 16:30:50 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Too-Many-Requests-Error/m-p/473936#M24070</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-11-27T16:30:50Z</dc:date>
    </item>
  </channel>
</rss>

