I'm trying to create team folders on a business account through the python SDK.
when I run the following code:
dbx = dropbox.DropboxTeam(access_token).as_admin(team_member_id)
dbx.files_create_folder_v2('/test_folder')
I get an error stating:
CreateFolderError('path', WriteError('no_write_permission', None)))
I have given my app all the write permissions it needs.