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
mbushpilot2b
7 years agoHelpful | Level 5
Intermittent api.dropboxapi.com port 443: Connection timed out
Hello Dropbox Cummunity, I am getting intermittent api.dropboxapi.com port 443: Connection timed out when calling the access point "/docs/get_metadata" for multiple docs (foreach or loop), I kno...
- 7 years ago
The Dropbox API does have a rate limiting system, but we don't have any specific numbers documented. It is only designed to prevent abuse though, and is accordingly relatively generous.
Further, if/when the API does rate limit you, it would always return an actual HTTPS response with an explicit error. It wouldn't just terminate or time out the connection, so what you're seeing here is a different issue.
It sounds like you're just hitting basic general service availability problems, perhaps due to the amount of documents you're trying to access. That being the case, you should just add some automatic retrying in your code, ideally with an exponential backoff.
Greg-DB
7 years agoDropbox Staff
The Dropbox API does have a rate limiting system, but we don't have any specific numbers documented. It is only designed to prevent abuse though, and is accordingly relatively generous.
Further, if/when the API does rate limit you, it would always return an actual HTTPS response with an explicit error. It wouldn't just terminate or time out the connection, so what you're seeing here is a different issue.
It sounds like you're just hitting basic general service availability problems, perhaps due to the amount of documents you're trying to access. That being the case, you should just add some automatic retrying in your code, ideally with an exponential backoff.
- mbushpilot2b7 years agoHelpful | Level 5Thanks! 👌
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,910 PostsLatest Activity: 2 days agoIf 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!