Hi I am trying to develop some script to download files shared by others, the shared url is linked to a folder, so how can download all the files in the folder.
I tried dbx.sharing_get_shared_link_file, but it's complaining that the it's a folder link.
And then I tried dbx.sharing_get_shared_link_metadata, I can only get the metadata, without even know what's inside the folder link.
Is there a way to list all the files and subfolders in the folder url and download them?
Thank you.