When trying to create a shared folder with the API, I get the following message:
Your API app is not allowed to call this function.
The endpoint:
https://api.dropboxapi.com/2/team/team_folder/create
Full command:
curl -X POST https://api.dropboxapi.com/2/team/team_folder/create \
--header "Authorization: Bearer <my access token>" \
--header "Content-Type: application/json" \
--data "{\"name\": \"TIMTEST\"}"