Need to see if your shared folder is taking up space on your dropbox 👨💻? Find out how to check here.
Forum Discussion
Shrin
5 years agoNew member | Level 2
Re: Dropbox.Api.AccessException: invalid_account_type/feature/
I am testing the Business stabdard with one user to acces the team space ti creat folder
following parameter
curl "https://api.dropboxapi.com/2/team/team_folder/create" \
-X POST \
-d "{\n \"name\": \"Marketing\",\n \"sync_setting\": \"not_synced\"\n}" \
-H "Authorization: Bearer Autorisaation token after update the scope to team_data.member,team_data.team_space,files.team_metadata.write" \
-H "Content-Type: application/json"
and getting below 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"
}
}
1 Reply
- Greg-DB5 years ago
Dropbox Community Moderator
It sounds like your team is set up to use the "team space" configuration, so you shouldn't use the /2/team/team_folder/* endpoints. To create a folder in the team space, you should use the /2/files/create_folder_v2 endpoint. Please refer to the Team Files Guide for information on how to operate in the team space.
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!