The issue we dealing with is when moving or copying files in Dropbox server to another folder in Dropbox server. The API requires to send request for each file separately. That takes way too long. Maybe You provide some kind of batch request so I could move more than one files per request? I also know the ability to move all folder content, but it doesn't work on our case, cause we need only subset of files to move. If we try to flush many request at once threw several connections, we get 'Server Unavailable' or 'File Locked' errors and need to repeat request again.
Tl;DR; To move 1000 files that already are in Dropbox server it takes over 30 minutes.
What possible solutions You have to increase the performance?