We Want to Hear From You! What Do You Want to See on the Community? Tell us here!

Forum Discussion

saritafurtado's avatar
saritafurtado
Explorer | Level 3
7 years ago

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: Bearer xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'\
  --header 'Content-Type: application/json' \
  --data '{"name":"test"}'


But it gives me following error
 
{
  "{   "error_summary ": "invalid_account_type/endpoint/.",
  "error": {
    ".tag": "invalid_account_type",
    "invalid_account_type": {
      ".tag": "endpoint"
    }
  },
  "user_message": {
    "locale": "en",
    "text": "You can’t create a team folder for this team"
  }
}

How can I create team folder and where it will be visible in UI?

3 Replies

About Dropbox API Support & Feedback

Node avatar for Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.6,036 PostsLatest Activity: 9 months ago
411 Following

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 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!