cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Want to learn some quick and useful tips to make your day easier? Check out how Calvin uses Replay to get feedback from other teams at Dropbox here.

Dropbox API Support & Feedback

Find help with the Dropbox API from other developers.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Too many write operations when moving a file

Too many write operations when moving a file

Info V.1
Collaborator | Level 8
Go to solution

We are renaming many files using the "2/files/move_v2" API, and we perform the operation on many files for a single user parallely. We get many "too_many_write_operations" error.

I know about the "lock contention" but not sure why it should affect this because this is just a rename.

Questions:

  1. Why are we getting this error while moving a file? Does move also acquires the lock?
  2. Is there any other API to just perform rename to avoid move? 
1 Accepted Solution

Accepted Solutions

Greg-DB
Dropbox Staff
Go to solution

1. Yes, any file/folder change would require a lock, including moving/renaming, which can result in lock contention.

2. No, moving and renaming are functionally equivalent on the Dropbox API.

View solution in original post

1 Reply 1

Greg-DB
Dropbox Staff
Go to solution

1. Yes, any file/folder change would require a lock, including moving/renaming, which can result in lock contention.

2. No, moving and renaming are functionally equivalent on the Dropbox API.

Need more support?
Who's talking

Top contributors to this post

  • User avatar
    Greg-DB Dropbox Staff
What do Dropbox user levels mean?