Hello!
We are developing a web app that creates files in the "App" folder of the customers' Dropbox account. Is there a way for us to create a link that we could display on our UI, which would preview this file in Dropbox web app or highlight it in its parent folder (again on Dropbox web app)?
In other words:
1. we have a web app with "App folder" permission
2. our app generates a file in the App folder "test.csv"
3. Dropbox API only tells us that it is a "test.csv" file (we don't know the name of the parent folder; or info about private vs work account)
4. how can we get a URL like: https://www.dropbox.com/personal/Apps/Import2%20Wizard?select=test.csv or https://www.dropbox.com/preview/Apps/Import2%20Wizard/test.csv?role=personal so that customers could directly navigate to this file in their Dropbox account?
P.s. we know about the option to create a shareable link to the file, but we wouldn't want to create a link on behalf of the customer that could leak and give access to the file.