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

Forum Discussion

Akansh Gautam's avatar
Akansh Gautam
Explorer | Level 4
2 years ago

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...
  • Greg-DB's avatar
    2 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.