One month down in 2025: How are your resolutions coming along? Check out how to get back on track here.
Forum Discussion
Dario_Go
8 years agoExplorer | Level 3
Java API RateLimitException
Hi today when I'm reading a directory using the java API in my dropbox business account I got the message:
com.dropbox.core.RateLimitException: {"error_summary": "too_many_requests/..", "error": {"reason": {".tag": "too_many_requests"}}}
How to fix that?
Thanks in advance-
Regards,
Dario.
- Greg-DB
Dropbox Staff
Hi Dario, this error indicates that you're making more requests than allowed in particular amount of time.
There are a few ways to run in to this. For example, are you making multiple identical calls to listFolder at the same time? That will cause this error, so make sure you don't call listFolder for any particular path more than once simulatenously.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.5,950 PostsLatest Activity: 11 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!