Given a shared link (ie https://www.dropbox.com/sh/koc0ymsn8lxk2sh/AAAS28iWSscFFzg3u6bZ6QB7a?dl=0) from the account I don't own, my goal is to produce a list of download links for the files inside the given folder and later download them. Note that I don't want a zip of the folder - customer UX would allow to unselect separate files and I want to download selected only (so `?dl=1`) doesn't work for me.
I can list items inside the folder with https://dropbox.github.io/dropbox-api-v2-explorer/#files_list_folder. Each item has an ID (ie id:jbYYPFO7EXYAAAAAAATVmn) and a `parent_shared_folder_id` (ie 1498401). I also have names of the files inside.
- sharing_get_file_metadata returns "invalid id" for amy ID I get
- sharing_get_folder_metadata also fails with `parent_shared_folder_id` fetched above
- I tried to `mount` the folder.
There is literally no way to do anything with information from `list_folder`.
How can I get download links for files shared with me inside a folder?
Thanks!
[Note: I mangled links on purpose and they are just to indicate the format of the link I use]