Hi,
I am trying to use the API to get the already created shared url for child folders in a shared folder.
To demonstrate I have a shared folder link that contains some files and a folder here:
https://www.dropbox.com/sh/lgjbsmsdzyobz8a/AABQPF-7nPepYQO8XXRObsJ9a?dl=0
If I click the folder kittens I get a new url:
https://www.dropbox.com/sh/lgjbsmsdzyobz8a/AAAIfr7gFKAcPT_JhqJwqKN7a/kittens?dl=0&subfolder_nav_tracking=1
How can I get the url for the kittens folder from the first shared url using the API? I know I can use files/list_folder to get the file and folder names but I don't see how I can convert that to the shared link.
Thanks