Need to see if your shared folder is taking up space on your dropbox 👨💻? Find out how to check here.
Forum Discussion
Jurgis K.
11 years agoExplorer | Level 4
iOS SDK - is there concurrent requests limit for file upload/download using DBRestClient?
Is there concurrent requests limit for DBRestClient (iOS SDK)? On slower networks when multiple requests for file upload/download issued most of requests fail with error 1001. Any recommended limit...
Greg-DB
Dropbox Community Moderator
11 years ago[Cross-linking for reference: https://stackoverflow.com/questions/31294490/is-there-concurrent-requests-limit-for-file-upload-download-using-dbrestclient ]
I don't believe there's a connection limit built into the SDK, and so you may certainly encounter -1001 errors (time outs) if you run many connections simultaneously. That being the case, enforcing a limit would be a good idea. I believe some developers use a limit of 4, but you may want to experiment to see what works best for your app in particular.
It would certainly be nice if the SDK could handle this for you though, so I'm sending this along as a feature request.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.
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, Facebook or Instagram.
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!