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
Nickolas S.
10 years agoNew member | Level 1
Solution to : Fatal error: Uncaught exception 'Dropbox\Exception_NetworkIO' with message 'Error executing HTTP request: Operation too slow. Less than 1024 bytes/sec transfered the last 10 seconds'
Greetings
I get those errors on my app.
Fatal error: Uncaught exception 'Dropbox\Exception_NetworkIO' with message 'Error executing HTTP request: Operation too slow. Less than 1024 bytes/sec transfered the last 10 seconds'
Is there anything I can do in this regards?
- MarkSuper User II
moves to API forum
- Nickolas S.New member | Level 1
Any ideas?
- Greg-DBDropbox Staff
This error is indicating that the connection to the Dropbox API is occurring very slowly. This can be due to network issues, or server issues on our side. In most cases, this is transient and will resolve itself, so you can just have your app retry the request.
If you're seeing this consistently though, please open an API ticket with more details, e.g., what calls you're seeing this on, at what rate, etc. and we'll be happy to look into it:
- Nickolas S.New member | Level 1
Is there any ways to keep displaying the app while skipping the Dropbox calls? It's a cause of nervousness for the client to know that his app might crash at any times for a short duration... :S
- Greg-DBDropbox Staff
You can catch the Exception_NetworkIO exception in your code like any other exception and have your app handle it however desired. E.g., have your app continue showing previous results, display a warning, etc.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,910 PostsLatest Activity: 3 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!