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

michal_k's avatar
michal_k
Explorer | Level 4
8 years ago

[Java SDK V2] too_many_write_operations while uploading

Hello,

 

we are uploading a quite a lot of files in 4-6 threads and it is very likely, that other users write into our repository at the same time. Today we started to get "too_many_write_operations" error:

 

 

 

Caused by: com.dropbox.core.RateLimitException: {"error_summary": "too_many_write_operations/.", "error": {"reason": {".tag": "too_many_write_operations"}}}
at com.dropbox.core.DbxRequestUtil.unexpectedStatus(DbxRequestUtil.java:293)
at com.dropbox.core.DbxUploader.finish(DbxUploader.java:223)
at com.dropbox.core.DbxUploader.uploadAndFinish(DbxUploader.java:101)
at com.dropbox.core.DbxUploader.uploadAndFinish(DbxUploader.java:142)
at com.moravia.facebookintegration.connectors.dropbox.DropboxNonBlocking.uploadFileWhenEnabled(DropboxNonBlocking.java:104)

 

 

I checked the documentation and it says this:

too_many_write_operations Void They are too many write operations happening in the user's Dropbox.

 

Is there something we can do with this error so it will not happen so often? We have some client applications that upload files via V1 API (will be replaced in future), some new clients that upload files via V2 API (4-6 threads in total), some users, who use Dropbox application or Web interface and they all work in paralel.

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!