Hello!
In my application users can upload images to any folder of their choice. I want to add the ability to open this folder in a browser from the app. What is the appropriate way to get the folder URL? It is pretty straightforward when the folder is shared: the sharingGetFolderMetadata method does the job. But how can I get the link if it's not? Is it safe to just concatenate two strings ('https://www.dropbox.com/home' + folder.path_display)?
Thanks for your time.