Im using account with space team configuration and trying to move file from team folder to home folder and get that response:
[409] {'.tag': 'path', 'path': {'.tag': 'no_write_permission'}}
Im sending the request with that headers:
'Authorization': '<some token>', 'Dropbox-Api-Path-Root': '{".tag": "root", "root": "<root number>"}', 'Content-Type': 'application/json', 'Dropbox-API-Select-User': 'dbmid:AADj5RHxqhbhUvP8RdOCCz0G-z1qoA'}
the user is admin.
My app have all team permission
I need to continue use user endpoints and not business endpoint, is there is a way to overcome this issue?
Also in what way i can identify if account is using team space configuration using user endpoints?
And do we have option to set the path to be root for all my requests without each time passing the root number? - for it im sending another request for get_current_account and its little tedious.
Thanks alot 🙂