cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Want to learn about updates that we've made to the Search experience on the Android and iOS apps?Well, you can learn from Luke on the Mobile App team right here.

Discuss Dropbox Developer & API

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
1
Ask
2
Reply and help

Re: What is threshhold limit for Dropbox apis and Dropbox business apis

What is threshhold limit for Dropbox apis and Dropbox business apis

paradoxIn
Explorer | Level 4

Hii all,

      Is there any threshhold limits (that is no of request per second, per minute etc..) for dropbox apis and dropbox business apis. If yes kindly provide details. 

Thanks

1 Reply 1

Re: What is threshhold limit for Dropbox apis and Dropbox business apis

Greg-DB
Dropboxer

The Dropbox API does have a rate limiting system that applies to all account types, but we don't have specific rate numbers documented for that, and we cannot increase the limits for any particular app, user, or team. Apps should be written to handle these rate limit responses automatically. Also note that not all responses with a 429 or 503 status code indicate explicit rate limiting, but in any case that you get a response with 429 or 503 status code 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. I recommend referring to the error documentation and Error Handling Guide for more information.

 

Additionally, there is a specific limit for uploads to some Dropbox Business team plans of "1 billion API calls/month" for "data transport" noted here. This is a limit on the number of upload API calls that can be made per team per month, for certain Dropbox Business team plans only. Note that this only applies to upload calls, and not other types of calls. You can find more information on this limit in the developer documentation here.

Need more support?