Hello
I am creating integration of third party application with dropbox.
The application can contain uri to resource.
My goal is to create link for Root Folder and then get links to files inside this folder and save the link in my app so that user can click on them and file should be opened on dropbox.
I want to avoid creation links for each file as there may be plenty of files and this will cause performance problems.
Is this possible to get uri to file which is inside folder which has shared link?