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"
}
}