Your workflow is unique 👨💻 - tell us how you use Dropbox here.
Forum Discussion
elsigh
5 years agoHelpful | Level 5
Sharing - how to share a folder with edit access when don't know my friend's dropbox user id?
I have an App built on the Dropbox API (https://songdocs.io).
I want to send a link to a folder to a friend, and I know I can get a shared link (which gives anyone with it view permissions) and...
- 5 years ago
The 'sharing_info' is only set on a folder if the folder is itself shared as a shared folder (or is inside a shared folder). Note that this is different than the kind of sharing offered by /2/sharing/create_shared_link_with_settings. Calling /2/sharing/create_shared_link_with_settings for a folder will not make it a "shared folder"; it only creates a "shared link" for it.
To first share the folder as a shared folder, so that it will receive 'sharing_info' with a 'shared_folder_id' that you can then use with /2/sharing/add_folder_member, you should first call /2/sharing/share_folder.
Greg-DB
Dropbox Community Moderator
5 years agoelsigh Yes, apologies for the confusion, but currently, app folders are incompatible with shared folders, meaning you can't share an app folder as a shared folder (only as a read-only link), put a shared folder inside an app folder or put an app folder in a shared folder. So, the behavior and restrictions you're seeing on the web site and desktop client are expected for app folders.
Instead, for any part of your app where you want to use the API with shared folders, you'll need to use "full Dropbox" permission, as opposed to the app folder permission.
And the 'shared_link_access_denied' issue you mentioned appears to be the same as what you reported in this other thread. That's still open with the team.
elsigh
5 years agoHelpful | Level 5
I feel like I'd never want to give any app (certainly some utility app) the ability to read every folder/file in my dropbox, but I'd trust almost app to a particular directory and contents within, just like I do with users.
This seems like an pretty unfortunate design in terms of user privacy. I can't imagine users will give my app a try if I ask to read their whole dropbox. Am I missing anything?
About Dropbox API Support and Feedback
Get help with the Dropbox API from fellow developers and experts.
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!