We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Forum Discussion
johntaylor
5 years agoNew member | Level 2
How to get absolute URL using shared_folder_id
I have a folder that has been shared with another Dropbox user using the API. At the time of sharing, I save the shared_folder_id for future reference.
How would I use the shared_folder_id to get the absolute URL for the other user?
Just to be clear, I'm looking for a URL that I can give to the other user that will open that folder on their own computer, not mine. For example, my URL might be "https://dropbox.com/work/some_folder", but their URL might be "https://dropbox.com/personal/some_renamed_folder". So I'm hoping that I can use the shared_folder_id to give the other user a direct URL to their folder.
Thanks for the help.
You can use the shared folder ID to call /2/sharing/get_folder_metadata (or corresponding method in an SDK/library) and get the "preview_url" value from the response. That will be a URL that will automatically redirect to the shared folder in their account when a member of the shared folder accesses it. (Non-members would not automatically get access, but could use the page to request access.)
- Greg-DBDropbox Staff
You can use the shared folder ID to call /2/sharing/get_folder_metadata (or corresponding method in an SDK/library) and get the "preview_url" value from the response. That will be a URL that will automatically redirect to the shared folder in their account when a member of the shared folder accesses it. (Non-members would not automatically get access, but could use the page to request access.)
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,876 PostsLatest Activity: 5 hours 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!