Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
Hello,
the API documentation says:
Allows an owner or editor (if the ACL update policy allows) of a shared folder to add another member.
For the new member to get access to all the functionality for this folder, you will need to call mount_folder on their behalf.
https://www.dropbox.com/developers/documentation/http/documentation#sharing-add_folder_member
If I understand correctly, we cannot add a member to a folder if it is not already shared by the user because we do not have a prior "shared_folder_id"?
Thanks.
That's correct, you can't add members to non-shared folders. The folder will need to be shared (e.g., via /2/sharing/share_folder) so that it will have a shared folder ID before you can add members.
That's correct, you can't add members to non-shared folders. The folder will need to be shared (e.g., via /2/sharing/share_folder) so that it will have a shared folder ID before you can add members.
Thanks Greg!!
Hi there!
If you need more help you can view your support options (expected response time for a 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!