Your workflow is unique 👨💻 - tell us how you use Dropbox here.
Forum Discussion
12 Replies
- Greg-DB9 years ago
Dropbox Community Moderator
The API doesn't offer a way to programmatically create accounts, but I'll be sure to pass this along as a feature request.
- Vishal P.9 years agoNew member | Level 2
thanks
- Vishal P.9 years agoNew member | Level 2
is there any API for creation of share folder
- Greg-DB9 years ago
Dropbox Community Moderator
Yes, you can share a folder via the API using the /sharing/share_folder endpoint:
https://www.dropbox.com/developers/documentation/http/documentation#sharing-share_folder
You can then invite members to it using /sharing/add_folder_member:
https://www.dropbox.com/developers/documentation/http/documentation#sharing-add_folder_member
If you're using an SDK, there will be corresponding methods for these endpoints.
- Vishal P.9 years agoNew member | Level 2
can we create folder using API
- Greg-DB9 years ago
Dropbox Community Moderator
Yes, you can use the /files/create_folder endpoint:
https://www.dropbox.com/developers/documentation/http/documentation#files-create_folder
- Vishal P.9 years agoNew member | Level 2
thanks
1.can we create team folder using API?
2.what does the /members/add API do,as you mention above we can't create account but in /members/add it is mention that if the account is not created,it will get created
- Greg-DB9 years ago
Dropbox Community Moderator
1. No, the API doesn't yet offer the ability to programmatically create team folders. We'll consider it a feature request.
2. The /team/members/add endpoint only allows you to add members to a Dropbox for Business team, creating the account if necessary. It doesn't otherwise allow you to create arbitrary (e.g., free or pro) accounts. If you only need to create accounts on existing Business teams though, that endpoint would be sufficient.
- Vishal P.9 years agoNew member | Level 2
thanks
- Greg-DB9 years ago
Dropbox Community Moderator
We now have an API endpoint for creating team folders available. You can find the documentation here:
https://www.dropbox.com/developers/documentation/http/teams#team-team_folder-create
If you're using an official SDK, this will be implemented in the next update of the SDK.
Once the team folder itself is created, you can enable access by adding the team's group ID as a member using:
https://www.dropbox.com/developers/documentation/http/documentation#sharing-add_folder_member
Note: this functionality is only available to teams enrolled for early access to "improvements to team folders". Team admins can enroll for this access here:
https://www.dropbox.com/team/admin/early_access
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!