I'm trying to download files in a folder that was created by another user and shared with the group.
As I don't own the folder I can't seem to use any of the API calls under /files/
This also seems to cause any path options I provide to fail unless it's a path to my folders/files.
The only API call that even shows the folder is the sharing_list_folders. But it's it doesn't provide any way to then descend into a folder and list the contents to then download. I believe the folder is already considered mounted.
https://dropbox.github.io/dropbox-api-v2-explorer/#sharing_list_folders
Where do I go from here???
I'm able to see all the files and transcend the folder without any issue on the website so I don't understand why I can't access the files easily via the API.
I tried list_folder with recursive and mounted true but it doesn't list to the folder I'm trying to download as if it's not mounted and I've tried mount_folder with the shared id of the folder and it says it's already mounted.
Thanks for any guidance.