Need to see if your shared folder is taking up space on your dropbox 👨💻? Find out how to check here.
Forum Discussion
gilbertwulff
9 years agoExplorer | Level 3
Automatically accept shared folders
Is there a setting that i can have that will automatically add a shared folder to my dropbox ?
Right now im getting prompted with this msg whenever someone added me into the list of users for a fol...
Greg-DB
Dropbox Community Moderator
9 years agoThere isn't a setting for that. If you're a programmer though (since you posted this in the "API support" forum), you could write something to programmatically add these using /2/sharing/list_mountable_folders[/continue] and /2/sharing/mount_folder (or the respective methods in an SDK):
https://www.dropbox.com/developers/documentation/http/documentation#sharing-list_mountable_folders
https://www.dropbox.com/developers/documentation/http/documentation#sharing-list_mountable_folders-continue
https://www.dropbox.com/developers/documentation/http/documentation#sharing-mount_folder
https://www.dropbox.com/developers/documentation/http/documentation#sharing-list_mountable_folders
https://www.dropbox.com/developers/documentation/http/documentation#sharing-list_mountable_folders-continue
https://www.dropbox.com/developers/documentation/http/documentation#sharing-mount_folder
Richie4571
6 years agoNew member | Level 2
Could you please provide code sample of how this can be done?
- Greg-DB6 years ago
Dropbox Community Moderator
Richie4571 The documentation linked in my earlier comments includes samples for calling those endpoints using curl. Exactly what your code to call them would look like would depend on what language, platform, and SDK/library (if any) you're using.
We do recommend using one of the official SDKs if possible:
https://www.dropbox.com/developers/documentation
Those have corresponding native methods for the HTTPS endpoints. If you do end up using one of those, check out the corresponding SDK documentation for information on how to get started.
If you run in to any issues writing the code to connect to the Dropbox API from your app, please let us know and share what you have so far and what's giving you trouble.
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!