We're making changes to the Community, so you may have received some notifications - thanks for your patience and welcome back. Learn more here.

Forum Discussion

deeuu's avatar
deeuu
Explorer | Level 4
7 years ago

API Limits using /2/files/download

Hello,   I'm developing a single-user app (1 access token), via the Python AP I, to share many files (~200K totally approx 1TB) from a Business account.   As such, the plan is to use Dropbox.file...
  • Greg-DB's avatar
    7 years ago

    1.  The Dropbox API does have a rate limiting system, but we don't have any specific numbers documented, so I can't say off hand if you would or wouldn't hit the limits. Also note that not all 429s and 503s indicate explicit 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.

     

    2. That's correct, the 200 GB traffic limit is for shared link traffic, not authenticated API traffic.

About Dropbox API Support & Feedback

Node avatar for Dropbox API Support & Feedback

Find help with the Dropbox API from other developers.

5,875 PostsLatest Activity: 7 hours ago
325 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!