One month down in 2025: How are your resolutions coming along? Check out how to get back on track here.
Forum Discussion
chetanavjk
2 years agoExplorer | Level 3
Dropbox rate limit for folder/file retrieval
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.
Does the rate limit differ for free and paid accounts (my team is on Dropbox Business Advanced plan)
- Greg-DB
Dropbox Staff
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 error documentation and Error Handling Guide for more information.
And as you found, the ListFolder/ListFolderContinue 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.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.5,941 PostsLatest Activity: 21 hours ago
If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X or Facebook.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!