I used Dropbox API Explorer to call API that will create a team folder, but i can not find any troubleshooting with this response .
I am in 30-day-trail. Does it matter?
/dropbox-api-v2-explorer/team/#team_team_folder/create
{
"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"
}}