Your workflow is unique 👨💻 - tell us how you use Dropbox here.
Forum Discussion
tim
8 years agoExplorer | Level 4
API v2 equivalent of /1/metadata/link functionality is required
Please let us know the equivalent for API v2 of /1/metadata/link. There are countless reasons why this functionality is important for your API -- which you hopefully already know, otherwise I do...
Greg-DB
Dropbox Community Moderator
8 years agoHi Tim, the API v2 version of /1/metadata/link is /2/sharing/get_shared_link_metadata:
https://www.dropbox.com/developers/documentation/http/documentation#sharing-get_shared_link_metadata
Unlink /1/metadata/link though, it doesn't return the file listing for links to folders. Do you need that functionality in particular? I'll send this along as a feature request for that if so.
https://www.dropbox.com/developers/documentation/http/documentation#sharing-get_shared_link_metadata
Unlink /1/metadata/link though, it doesn't return the file listing for links to folders. Do you need that functionality in particular? I'll send this along as a feature request for that if so.
- tim8 years agoExplorer | Level 4Yes, I should have been more specific: I know that /2/ endpoint, but it doesn't work for folders (no way to get the files in the folder).
The specific problem is: someone shares a /sh/ shared folder link to a folder. Inside that folder somewhere (e.g. in a subfolder of a subfolder) is a specific file that my app knows to look for, but its location cannot be known due to many variables. In API v1, it just finds it by using /1/metadata/link and recursing through folders until it finds it. Simple. In Api v2 it's broken.
About Dropbox API Support and Feedback
Get help with the Dropbox API from fellow developers and experts.
The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.
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, Facebook or Instagram.
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!