Hi,
Let say our team have a shared folder and it contains a single file name test.txt. Both member A, and member B create a shared link for test.txt. And the shared link url for A is different than B; let say they are www.dropbox.com.shareA, and www.dropbox.com.shareB . I am an admin and I have the file ID for test.txt. Do we have an API from Java SDK that can list all the shared links to file test.txt? I mean if I give the API the file ID of test.txt, it will returns to me the list
[www.dropbox.com.shareA, www.dropbox.com.shareB]
Thank you.