<?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 rate limit for folder/file retrieval in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-rate-limit-for-folder-file-retrieval/m-p/697357#M31150</link>
    <description>&lt;P&gt;The Dropbox API does have a general rate limiting system that applies the same to all account types and API endpoints, but we don't have specific rate numbers documented for that, and we cannot increase the limits for any particular app, user, or team. Apps should be written to handle these rate limit responses automatically. Also note that not all responses with a 429 or 503 status code indicate explicit rate limiting, but in any case that you get a response with 429 or 503 status code 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. I recommend referring to the &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#error-handling" target="_blank" rel="noopener noreferrer"&gt;error documentation&lt;/A&gt; and &lt;A href="https://developers.dropbox.com/error-handling-guide" target="_blank" rel="noopener noreferrer"&gt;Error Handling Guide&lt;/A&gt; for more information.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And as you found, the &lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/gh-pages/obj/api/Dropbox.Api.Files.Routes.FilesAppRoutes.html#Dropbox_Api_Files_Routes_FilesAppRoutes_ListFolderAsync_System_String_System_Boolean_System_Boolean_System_Boolean_System_Boolean_System_Boolean_System_Nullable_System_UInt32__Dropbox_Api_Files_SharedLink_Dropbox_Api_FileProperties_TemplateFilterBase_System_Boolean_" target="_blank"&gt;ListFolder&lt;/A&gt;/&lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/gh-pages/obj/api/Dropbox.Api.Files.Routes.FilesAppRoutes.html#Dropbox_Api_Files_Routes_FilesAppRoutes_ListFolderContinueAsync_System_String_" target="_blank"&gt;ListFolderContinue&lt;/A&gt; interface is paginated in order to support listing the contents of a folder, regardless of how many files are in the folder total. By using these endpoints as documented, you can list any number of files without running in to the rate limits.&lt;/P&gt;</description>
    <pubDate>Fri, 07 Jul 2023 17:34:24 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2023-07-07T17:34:24Z</dc:date>
    <item>
      <title>Dropbox rate limit for folder/file retrieval</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-rate-limit-for-folder-file-retrieval/m-p/697175#M31146</link>
      <description>&lt;P&gt;My team is using Dropbox API to fetch and search for files and folders. While there is pagination, it is unclear as to how many more items are available and how many more calls needs to be made to retrieve the same.There is a possibility to have, say, a million files. Is there a rate limit to the numbers of calls made while using get and search APIs including ListFolderAsync API.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does the rate limit differ for free and paid accounts (my team is on &lt;SPAN&gt;&lt;SPAN class=""&gt;Dropbox Business Advanced plan&lt;/SPAN&gt;&lt;/SPAN&gt;)&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jul 2023 22:43:58 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-rate-limit-for-folder-file-retrieval/m-p/697175#M31146</guid>
      <dc:creator>chetanavjk</dc:creator>
      <dc:date>2023-07-06T22:43:58Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox rate limit for folder/file retrieval</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-rate-limit-for-folder-file-retrieval/m-p/697357#M31150</link>
      <description>&lt;P&gt;The Dropbox API does have a general rate limiting system that applies the same to all account types and API endpoints, but we don't have specific rate numbers documented for that, and we cannot increase the limits for any particular app, user, or team. Apps should be written to handle these rate limit responses automatically. Also note that not all responses with a 429 or 503 status code indicate explicit rate limiting, but in any case that you get a response with 429 or 503 status code 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. I recommend referring to the &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#error-handling" target="_blank" rel="noopener noreferrer"&gt;error documentation&lt;/A&gt; and &lt;A href="https://developers.dropbox.com/error-handling-guide" target="_blank" rel="noopener noreferrer"&gt;Error Handling Guide&lt;/A&gt; for more information.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And as you found, the &lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/gh-pages/obj/api/Dropbox.Api.Files.Routes.FilesAppRoutes.html#Dropbox_Api_Files_Routes_FilesAppRoutes_ListFolderAsync_System_String_System_Boolean_System_Boolean_System_Boolean_System_Boolean_System_Boolean_System_Nullable_System_UInt32__Dropbox_Api_Files_SharedLink_Dropbox_Api_FileProperties_TemplateFilterBase_System_Boolean_" target="_blank"&gt;ListFolder&lt;/A&gt;/&lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/gh-pages/obj/api/Dropbox.Api.Files.Routes.FilesAppRoutes.html#Dropbox_Api_Files_Routes_FilesAppRoutes_ListFolderContinueAsync_System_String_" target="_blank"&gt;ListFolderContinue&lt;/A&gt; interface is paginated in order to support listing the contents of a folder, regardless of how many files are in the folder total. By using these endpoints as documented, you can list any number of files without running in to the rate limits.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2023 17:34:24 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-rate-limit-for-folder-file-retrieval/m-p/697357#M31150</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2023-07-07T17:34:24Z</dc:date>
    </item>
  </channel>
</rss>

