We’re Still Here to Help (Even Over the Holidays!) - find out more here.
Forum Discussion
Suraj S.3
11 years agoNew member | Level 1
DropBox API Rate Limiting
Hi All
I am Planning to host a web application which will display images in user's dropbox folder created by our app.
Was highly impressed with getThumnail() and getStartThumnail methods in JAVA ...
Greg-DB
Dropbox Community Moderator
11 years agoYou're correct that unfortunately the thumbnails API call can currently only return a single thumbnail at a time. I'll be sure to pass this along as a request for a batch version though.
For reference, the Dropbox API does have a rate limiting system, though we don't currently have any specific numbers documented. You can find some information here though:
https://www.dropbox.com/developers/core/bestpractices
It is per-user however, so you don't have to worry about a single user causing trouble for your entire app.
Also note that not all 503s indicate rate limiting, but in any case that you get a 429 or a 503 you should just retry the request, respecting the Retry-After header if given in the response.
- Greg-DB9 years ago
Dropbox Community Moderator
The Dropbox API now offers the ability to get thumbnails in batches:
https://www.dropbox.com/developers/documentation/http/documentation#files-get_thumbnail_batch
If you're using an official SDK, there will also be a corresponding method for this endpoint.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
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, Facebook or Instagram.
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!