Learn how to make the most out of the Dropbox Community here 💙.
Forum Discussion
Akansh Gautam
3 years agoExplorer | Level 4
Sharing multiple folder using api
I have dropbox team account I created multiple folders using batch api for folder create
because creating multiple folders using
dbx_client.with_path_root( path_root=pr ).sharing_s...
- 3 years ago
Dropbox doesn't offer batch endpoints for sharing multiple folders or adding members to multiple folders, but I'll pass this along as a feature request. I can't promise if or when that might be implemented though.
You should avoid making multiple changes at the same time to avoid lock contention, which can cause some to fail.
Whenever an operation returns an async job ID, you should use the corresponding endpoint to check the result of the job, to see if it succeeded or failed and why. For example, for sharing_share_folder you would use sharing_check_share_job_status.
Greg-DB
Dropbox Staff
3 years agoDropbox doesn't offer batch endpoints for sharing multiple folders or adding members to multiple folders, but I'll pass this along as a feature request. I can't promise if or when that might be implemented though.
You should avoid making multiple changes at the same time to avoid lock contention, which can cause some to fail.
Whenever an operation returns an async job ID, you should use the corresponding endpoint to check the result of the job, to see if it succeeded or failed and why. For example, for sharing_share_folder you would use sharing_check_share_job_status.
About Discuss Dropbox Developer & API
Make connections with other developers809 PostsLatest Activity: 10 days ago
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!