My client has a partnership with a photographer who dumps images in a dropbox folder that is shared. It can be accessed through /sh/... link. For dropbox to work in our solution I need to be able to gather links to and download the images. I found the metadata/link API endpoint but that doesn't give me any possibilities to traverse folders or get urls to actual files? What use is the metadata/link endpoint if it's not possible to download a file using it?
I'm using a sampel app OAuth token to authenticate my requests.