We're making changes to the Community, so you may have received some notifications - thanks for your patience and welcome back. Learn more here.
Forum Discussion
yangf
7 years agoExplorer | Level 3
Mounting shared folder after adding new members
I am currently developing an app with the Dropbox (HTTP) API and am adding new members to shared folders (/add_folder_member). From my understanding, the accompanying (/mount_folder) request requires an access token from each the new members? Is this (requesting an access token from each new member) the only way to automatically mount these folders for these new members (e.g. have the shared folders appear in their Dropbox)?
- That's correct. You can add folder members using just the source account (this is essentially "inviting" them to the shared folder), but to actually add or "mount" the folder to their accounts (which would sync it to their devices), you would need authorization to modify their accounts, via access tokens for each one.
- Greg-DBDropbox StaffThat's correct. You can add folder members using just the source account (this is essentially "inviting" them to the shared folder), but to actually add or "mount" the folder to their accounts (which would sync it to their devices), you would need authorization to modify their accounts, via access tokens for each one.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,875 PostsLatest Activity: 2 years agoIf 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!