When I share a dropbox folder by passing a link to someone, the format is something like:
https://www.dropbox.com/sh/someid/someotherid?dl=0
Here is the API to read a shared folder:
https://www.dropbox.com/developers/documentation/http/documentation#sharing-get_folder_metadata
What is the folder id? I tried every part of the shared link without any success, I just get a 409 error "Invalid id".
How can I read a shared link?