You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.

Forum Discussion

VictorNemiro's avatar
VictorNemiro
Explorer | Level 4
6 years ago

limitation by number requests to API

Does your API V2 have any limitations by number requests from one IP address or for one account? 

  • Greg-DB's avatar
    Greg-DB
    6 years ago

    We don't have specific numbers documented for the general rate limiting system. Please write your app to catch and handle any rate limit responses as described above.

    The rate limiting system and parameters are subject to change, so this strategy is preferred as it produces a more dynamic way of handling rate limiting, as opposed to relying on a hard-coded number. 

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

    The Dropbox API does have a general rate limiting system. It operates on a per-user account basis, not per-IP address.

    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.

    • VictorNemiro's avatar
      VictorNemiro
      Explorer | Level 4

      Thank you, Greg-DB !
      Could you please clarify what specific limits are used in the Dropbox API? How many requests allowed to do in 1 sec, min, day etc.

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

        We don't have specific numbers documented for the general rate limiting system. Please write your app to catch and handle any rate limit responses as described above.

        The rate limiting system and parameters are subject to change, so this strategy is preferred as it produces a more dynamic way of handling rate limiting, as opposed to relying on a hard-coded number. 

About Dropbox API Support & Feedback

Node avatar for Dropbox API Support & Feedback

Find help with the Dropbox API from other developers.

5,910 PostsLatest Activity: 3 days ago
333 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!