Hi,
I'm trying to access all files in a shared folder using the dropbox api "https://api.dropboxapi.com/2/files/list_folder".
When doing this I only get the folder. None of the contained files, even though i explicitly enable recursive folder traversal..
Am I doing something wrong or is it impossible to actually list files in a shared folder using the api?
Best