Hi all,
I have a shared link looking like this: https://www.dropbox.com/sh/o0qb...
In this link I have folders and subfolder and some heavy files in them.
I searched across the web and didn't find anything that could help me.
I basically want to be able to iterate over the folders and the subfolders and download files from specific subfolders.
I am working with Python and the best I could do so far was retrieve the subfolders names and id's (by using this theard )
Do you have any idea how to tackle it?
Thanks!