Your workflow is unique 👨💻 - tell us how you use Dropbox here.
Forum Discussion
fikirsahipleri
8 years agoExplorer | Level 3
share and unshare folder via api
Hi; I create dropbox accounts for my each customer and i'm sharing a folder with them. They are making a payment to me monthly for these folder's content. I want a automatic web site.It will cance...
Greg-DB
Dropbox Community Moderator
8 years agoDropbox does offer an API that you can use to manage shared folders, among other operations. You can find everything you need to get started with the Dropbox API, including documentation, tutorials, and SDKs here:
https://www.dropbox.com/developers
For example, to share a folder:
https://www.dropbox.com/developers/documentation/http/documentation#sharing-share_folder
Or to unshare a folder:
https://www.dropbox.com/developers/documentation/http/documentation#sharing-unshare_folder
Those are the HTTP endpoints, but we recommend using an official SDK if one is available for your platform:
https://www.dropbox.com/developers/documentation
The SDKs will have corresponding methods for those endpoints.
https://www.dropbox.com/developers
For example, to share a folder:
https://www.dropbox.com/developers/documentation/http/documentation#sharing-share_folder
Or to unshare a folder:
https://www.dropbox.com/developers/documentation/http/documentation#sharing-unshare_folder
Those are the HTTP endpoints, but we recommend using an official SDK if one is available for your platform:
https://www.dropbox.com/developers/documentation
The SDKs will have corresponding methods for those endpoints.
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!