Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
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.
You can use listSharedLinks to list the shared links for a particular item for a particular user, but unfortunately it's not possible to list shared links like this across all members at once without calling for each one. I'll pass this along as a feature request, but I can't promise if or when that might be implemented.
You can use listSharedLinks to list the shared links for a particular item for a particular user, but unfortunately it's not possible to list shared links like this across all members at once without calling for each one. I'll pass this along as a feature request, but I can't promise if or when that might be implemented.
Thank you.
Hi there!
If you need more help you can view your support options (expected response time for a ticket is 24 hours), or contact us on X or Facebook.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!