One month down in 2025: How are your resolutions coming along? Check out how to get back on track here.
Forum Discussion
Jiho P.
8 years agoExplorer | Level 3
DropboxRateLimitError Threshold
Hi, we're developing (pre-production) and have DropboxRateLimitErrors on our requests. This happens more often when we try to get thumbnails for a gallery (and quickly cancelling them as user scrolls down).
It seems like the treshold of the rate limit is pretty low. What is the actual limit you guys use? Also, is this going to be different once we get approved for production?
Thanks!
- Greg-DB
Dropbox Staff
The Dropbox API does have a rate limiting system, but we don't have any specific numbers documented. The limits operate on a per-user basis, and aren't different in production.
It sounds like you could use a batch endpoint for thumbnails, so I'll send this along as a feature request for that.
Also note that not all 429s or 503s indicate 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.- Jiho P.Explorer | Level 3
Okay. I'm trying to wrap my head around to see if batching thumbnail requests solve the rate limit issue, but I guess it can't hurt. Few more questions:
1. Does dropbox library have a support for retrying 429 requests? Some configuration or retry module I can utilize?
2. Is the rate limit same before & after getting production approved?
Thanks!
- Greg-DB
Dropbox Staff
1. This sounds like the same question as in your other thread, so I'll follow up there:
https://www.dropboxforum.com/t5/API-support/API-v2-objective-c-rate-limit-error-hadling-configuration/m-p/207080#M10096
2. Production status doesn't affect the rate limiting system.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.5,945 PostsLatest Activity: 2 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!