You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.
Forum Discussion
Vincent P.9
9 years agoExplorer | Level 4
How to read a shared folder link in v2?
When I share a dropbox folder by passing a link to someone, the format is something like:
https://www.dropbox.com/sh/someid/someotherid?dl=0
Here is the API to read a shared folder:
https://www...
Greg-DB
9 years agoDropbox Staff
The /2/sharing/get_folder_metadata endpoint you're referring to is for operating on shared folders, but you have a shared link (to a folder) which is a different kind of sharing functionality on Dropbox and so uses a different ID.
If you want information about a shared link, for a file or folder, you can use /2/sharing/get_shared_link_metadata:
https://www.dropbox.com/developers/documentation/http/documentation#sharing-get_shared_link_metadata
Or to download file content from a link:
https://www.dropbox.com/developers/documentation/http/documentation#sharing-get_shared_link_file
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,915 PostsLatest Activity: 2 days agoIf 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!