Learn how to make the most out of the Dropbox Community here 💙.
Forum Discussion
gembin
5 years agoExplorer | Level 3
How to get all shared links in a folder?
For example if I have 5 files in folder /images, how list all the shared links? And I dont want to share the folder. /images 1.jpg 2.jpg ... 5.jpg I tried https://www.dropbox....
Greg-DB
Dropbox Staff
5 years agoThe Dropbox API unfortunately doesn't offer a way to retrieve all shared links for items inside a specific folder, but I'll pass this along as a feature request.
Using /2/sharing/list_shared_links with a specific path only "returns a list of all shared links that allow access to the given path - direct links to the given path and links to parent folders of the given path", so you'd need to either:
- call /2/sharing/list_shared_links once for each specific file, or
- not specify a path, and then do the filtering client-side for items under that path
- kuznetsovvl3 years agoExplorer | Level 4
Hey! Does Dropbox API have any changes? I wanna get downloadable link of items inside folders, Is it possible to get it in one API request? Currently I'm using get_shared_link_metadata endpoint and it works really long for the big amount of records because i should make request for each item.
- Greg-DB3 years ago
Dropbox Staff
kuznetsovvl No, unfortunately I don't have any changes to report for this feature request.
- DoControl3 years agoNew member | Level 2
any changes or updated within the api to support listing the sharing links for a shared folder?
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.5,966 PostsLatest Activity: 14 hours ago
If you need more help you can view your support options (expected response time for an email or 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!