Hi,
User has Business dropbox account, and when accessing list_folder with his token we only get folders that are under his Personal Account. The other 2 team business folders are not being returned.
Note: We are not using Dropbox Business API.
When User access Drobox it has 3 folders on UI with the following structure:
1. Name Surname
2. Some Team Folder
3. Other Team folder
Using node official package
dbx.filesListFolder({
path: '',
recursive: false,
include_has_explicit_shared_members: true
})
The returned entries does contain folders but that is a list of folders on his Personal account listed as first in example above.
Are we doing something wrong?
Thanks for help!
Regards
Alex