Need to see if your shared folder is taking up space on your dropbox 👨💻? Find out how to check here.
Forum Discussion
snigdhakadam
8 years agoExplorer | Level 3
Doubts related to mounting files, sharing folder & creating subfolder under sharng section.
Hello All,
I want to share folder. I was able to share folder using https://www.dropbox.com/developers/documentation/http/documentation#sharing-add_folder_member api. I need to post shared_folder_i...
- 8 years agoIf you have an existing folder that you want to share, or want to create a new shared folder, you should first use the /2/sharing/share_folder endpoint:
https://www.dropbox.com/developers/documentation/http/documentation#sharing-share_folder
That will make an existing folder into a shared folder, or create one, and then return the shared folder metadata, including shared folder ID. You can then use that shared folder ID with /2/sharing/add_folder_member.
Greg-DB
Dropbox Community Moderator
8 years agoIf you have an existing folder that you want to share, or want to create a new shared folder, you should first use the /2/sharing/share_folder endpoint:
https://www.dropbox.com/developers/documentation/http/documentation#sharing-share_folder
That will make an existing folder into a shared folder, or create one, and then return the shared folder metadata, including shared folder ID. You can then use that shared folder ID with /2/sharing/add_folder_member.
https://www.dropbox.com/developers/documentation/http/documentation#sharing-share_folder
That will make an existing folder into a shared folder, or create one, and then return the shared folder metadata, including shared folder ID. You can then use that shared folder ID with /2/sharing/add_folder_member.
snigdhakadam
8 years agoExplorer | Level 3
Thank you so much for solution.!!
Now I want to mount shared files into MyFiles section. can I mount it?
And can I create folder inside sharing section?
Thanks,
- Greg-DB8 years ago
Dropbox Community Moderator
No, shared files (i.e., files that have been shared with you, not just files in shared folders) don't offer the same "mounting" functionality that shared folders do. You can list the files shared with you using /2/sharing/list_received_files[/continue]:
https://www.dropbox.com/developers/documentation/http/documentation#sharing-list_received_files
You can create shared folders on demand, using either the web site or the API as discussed above.
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!