Hello.
I'm writing writing a python script to download the shared link folder from others.
I refer to this topic:
https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-download-files-in-a-shared-folder-url-with-python-api/td-p/168284
I use files_list_folder to list the files in the shared folder, but this error occurs
BadInputError: BadInputError('c3d3be1988e540f5a87e5f63cdc2db0c', 'Error in call to API function "files/list_folder": Recursive list folder is not supported for shared link.')
I'm very new to API. Is there any method or suggestion to download all files in the certain folder?
Thank you in advance.