Hey I'm working with getting contents from shared link provided from another dropbox account.
I know that I can get list of content using `2/files/list_folder` endpoint with the `shared_link` argument then I can use `2/sharing/get_shared_link_metadata` to get downloadable links.
I have 2 questions:
- may be you can advice my any ways how I can get data from shared link with recursive: true option?
- for `get_shared_link_metadata` I should provide `path` to file unfortunately '2/files/list_folder' doesn't return this field for shared_link. What I can do with it?