Forum Discussion

Dario_Go's avatar
Dario_Go
Explorer | Level 3
8 years ago

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's avatar
    Greg-DB
    Icon for Dropbox Staff rankDropbox 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

Node avatar for Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.5,950 PostsLatest Activity: 11 hours ago
352 Following

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!