Need to see if your shared folder is taking up space on your dropbox 👨💻? Find out how to check here.
Forum Discussion
sylfabre
8 years agoNew member | Level 2
Mount a folder from a shared link
Hello, I have a shared folder with a link within my work Dropbox, with some "get started" files and subfolders. https://www.dropbox.com/sh/c8lxhn68sdfduvp/AADwI1wTcLYWSeJVW9zZuiFha?dl=0 We h...
- 8 years agoThe shared link feature, such as the shared link you posted, allows a user view-only access to a file or folder. It doesn't allow an app to automatically copy/mount that folder in another user's account. (They can manually download a copy to their own account via the shared link page though.)
Exactly what you should use depends on the particular behavior you want.
For example, you can have your app automatically make a copy of a folder in another user's account using "copy references":
https://www.dropbox.com/developers/documentation/http/documentation#files-copy_reference-get
https://www.dropbox.com/developers/documentation/http/documentation#files-copy_reference-save
That copy would not sync back changes with your original folder.
Or, if you want changes to sync back and forth between accounts, you can share the folder and add them as members:
https://www.dropbox.com/developers/documentation/http/documentation#sharing-share_folder
https://www.dropbox.com/developers/documentation/http/documentation#sharing-add_folder_member
Greg-DB
Dropbox Community Moderator
8 years agoThe shared link feature, such as the shared link you posted, allows a user view-only access to a file or folder. It doesn't allow an app to automatically copy/mount that folder in another user's account. (They can manually download a copy to their own account via the shared link page though.)
Exactly what you should use depends on the particular behavior you want.
For example, you can have your app automatically make a copy of a folder in another user's account using "copy references":
https://www.dropbox.com/developers/documentation/http/documentation#files-copy_reference-get
https://www.dropbox.com/developers/documentation/http/documentation#files-copy_reference-save
That copy would not sync back changes with your original folder.
Or, if you want changes to sync back and forth between accounts, you can share the folder and add them as members:
https://www.dropbox.com/developers/documentation/http/documentation#sharing-share_folder
https://www.dropbox.com/developers/documentation/http/documentation#sharing-add_folder_member
Exactly what you should use depends on the particular behavior you want.
For example, you can have your app automatically make a copy of a folder in another user's account using "copy references":
https://www.dropbox.com/developers/documentation/http/documentation#files-copy_reference-get
https://www.dropbox.com/developers/documentation/http/documentation#files-copy_reference-save
That copy would not sync back changes with your original folder.
Or, if you want changes to sync back and forth between accounts, you can share the folder and add them as members:
https://www.dropbox.com/developers/documentation/http/documentation#sharing-share_folder
https://www.dropbox.com/developers/documentation/http/documentation#sharing-add_folder_member
sylfabre
8 years agoNew member | Level 2
Thank you, it works!
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.
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, Facebook or Instagram.
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!