Hi
I want to read (or only reading is not possible, download) several files in different folders ,which is stored in a Dropbox buisiness account, programmatically in python. I were able to create an app and using Access Token download data when it was created in regular account, but when I select "Dropbox Business API" while creating a new app it suggesting 4 new options and I tried all of those options but when I tried using Access Token to download the data it gave me BadInputError for example saying ("Since your API app key has team member file access permissions, you can operate on a team member\'s Dropbox by providing the "Dropbox-API-Select-User" HTTP header or "select_user" URL parameter to specify the exact user <https://www.dropbox.com/developers/documentation/http/teams>.")
How should I manage this problem?
Thanks in advance