Info V.1
7 years agoCollaborator | Level 8
Too many write operations when moving a file
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 "l...
- 7 years ago
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.