Forum Discussion

sumant's avatar
sumant
New member | Level 2
7 years ago

api call limit

I am currently using dropbox basic account .I have read the online discussions and come to conclusion that

  • There is no limit to the no of upload api calls I can make.
  • There is no limit to the no of download api calls I can make .

 

Am i correct in my conclusion.

The limit is only in terms of space.If I need more space only then I upgrade

  • Greg-DB's avatar
    Greg-DB
    Icon for Dropbox Staff rankDropbox Staff

    While there isn't a limit specifically on the number of upload or download calls in Basic accounts, the Dropbox API does have a general rate limiting system that limits how many API calls overall can be made in a given period of time.

    We don't have any specific numbers documented for that. It is only designed to prevent abuse though, and is accordingly relatively generous. Further, the limits operate on a per-user basis. That being the case, you generally don't need to worry about hitting it in normal use.

    Also note that not all 429s and 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.

About Discuss Dropbox Developer & API

Node avatar for Discuss Dropbox Developer & API
Make connections with other developers804 PostsLatest Activity: 2 days ago
217 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!