Hello, im using the Api list_folder and trying to get files or modification for any user in the team without knowing for which user changes has been made. is it possible?
Im using the header dropbox-api-select-admin and i saw in the docs -
-----
Specifically, there are two different modes for Dropbox-API-Select-Admin header that calls may support:
- Whole Team The endpoint can access content of team folders and team spaces as well as the team members' home namespaces.
-----
And i see the ep list_folder support's that header mode but list doesnt returns files for different users.
Basically i want to get changes in the account both for business account and non business account and trying to prevent from using webhook to be notified for any change.
that the api's im using:
https://api.dropboxapi.com/2/files/list_folder/get_latest_cursor
https://api.dropboxapi.com/2/files/list_folder/continue
Thanks for any help