Hi,
I am buildng an app in Java Dropbox API V2 that would display for each file or folder a link only if the owner has created a link for it.
The application is this application screenshot.
I'll explain better now.
I know it's possible to create from the dropbox.com website a link for any of the items create a link screenshot.
without specifying any email address to who I am sharing the file with anyone can view screenshot.
I noticed all these items where a link have been created are in the links section link section screenshot.
My questions are:
1)Since for a file or folder a link might have been created or not from the owner, how can I discover for each file or folder if a link does exist ?
2)In case a link does exist, how can I get it via API?
In case it does not exist I don't want to create one.
I hope my questions make sense.
I thank you in advance for your hard work.