Hi! I seem to have a simple access problem with my Token.
I am part of a team which has a shared folder which I am trying to access with the API, and while I have it working for files in my own directory:
"MY NAME/Folders/Files"
the Token doesn't seem to have access to the:
"DATA/Folders/Folders/etc"
where DATA is shared with me (both through team membership and explicitly)
Eventually I'm simply trying to do a recursive files_list_folders() to analyze the storage.
In the app console I have both "files.metadata.read" and "sharing.read" turned on, which should be the relevant permissions (and I did re-generate the Token after changing the permissions).
Is there something I am missing?
Thanks,
Martin