You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.
Forum Discussion
saritafurtado
7 years agoExplorer | Level 3
Create team folder in business endpoint
I am trying to create team folder with Dropbox Business Standard plan in dropbox api explorer
curl -X POST https://api.dropboxapi.com/2/team/team_folder/create \ --header 'Authorization: Beare...
Greg-DB
7 years agoDropbox Staff
It sounds like your Business team is using the new team space and member folders configuration that some teams have access to. In that case, you shouldn't use the /2/team/team_folder endpoints anymore. You should just operate on files and folders in the team space instead, e.g., using /2/files/create_folder_v2 via the member file access feature. Please read the Namespace Guide for details on how this works.
- test00717 years agoExplorer | Level 4Will this work in advance plan ? I will be able to create multiple team folders in advanced plan?
- Greg-DB7 years agoDropbox StaffThis isn't about your plan level (Standard or Advanced) but rather just about whether or not the team is using the new "team space" configuration:
https://www.dropbox.com/help/business/team-space-overview
If the team is using the team space configuration, you should just create folders in the team space, per my earlier reply. If the team is not using the team space configuration, you should use the team_folder endpoints. In either case, you can have multiple folders.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,910 PostsLatest Activity: 3 days agoIf 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 or Facebook.
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!