We Want to Hear From You! What Do You Want to See on the Community? Tell us here!
Forum Discussion
autratec
5 years agoHelpful | Level 6
API handling capacity
Hi, i am doing a POC project to leverage dropbox store and API provided, to exchange some real time data file. I am thinking to get a client application call dropbox api every couple seconds (or more high frequency) , to verify any change of those data files.
What's the maxium frequency and amount of API call per every user account dropbox can support ? Is there any limitation ?
thx.
1 Reply
- Greg-DB5 years ago
Dropbox Community Moderator
The Dropbox API does have a general rate limiting system, but we don't have any specific numbers documented (though they're relatively generous). Further, the limits operate on a per-user basis. That being the case, you usually don't need to worry about hitting it in normal use.
Also note that not all 429s and 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.
You can find some more information in the Performance Guide.
About Discuss Dropbox Developer & API
Make connections with other developers814 PostsLatest Activity: 3 days ago
The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.
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!