We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here. 

Forum Discussion

Info V.1's avatar
Info V.1
Collaborator | Level 8
8 years ago

Concurrency support - follow up

Following up on https://www.dropboxforum.com/t5/API-support/Concurrency-issue-failed-to-grab-locks/m-p/132270

 

Is the limitation that concurrent access to same users account would fail with "Failed to grab locks" still there? Any difference between dropbox personal vs enterprise?

 

I did see that in another there was mention of copy_batch, but that is only for copying multiple files/folders which are already uploaded to dropbox right?

 

We are looking to do concurrent downloads and uploads to the same dropbox enterprise user.

 

Thanks,

 

 

  • Yes, that limitation still exists. The type of account doesn't affect this.

    And yes, /2/files/copy_batch only enables you to copy multiple files that already exist on Dropbox.

    The /2/files/upload_session/finish_batch endpoint does allow you to commit multiple files that you're uploading at once though. For more information on how to use this, please refer to the data ingress guide:

    https://www.dropbox.com/developers/reference/data-ingress-guide

    For reference, lock contention doesn't apply to downloads, as you're not modifying the account.
  • Greg-DB's avatar
    Greg-DB
    Icon for Dropbox Staff rankDropbox Staff
    Yes, that limitation still exists. The type of account doesn't affect this.

    And yes, /2/files/copy_batch only enables you to copy multiple files that already exist on Dropbox.

    The /2/files/upload_session/finish_batch endpoint does allow you to commit multiple files that you're uploading at once though. For more information on how to use this, please refer to the data ingress guide:

    https://www.dropbox.com/developers/reference/data-ingress-guide

    For reference, lock contention doesn't apply to downloads, as you're not modifying the account.

About Dropbox API Support & Feedback

Node avatar for Dropbox API Support & Feedback

Find help with the Dropbox API from other developers.

5,875 PostsLatest Activity: 2 months ago
325 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!