cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
We are making some updates so the Community might be down for a few hours on Monday the 11th of November. Apologies for the inconvenience and thank you for your patience. You can find out more here.

Dropbox API Support & Feedback

Find help with the Dropbox API from other developers.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Re: Get folder URL

Get folder URL

DSnopov
Explorer | Level 4
Go to solution

Hello!

 

In my application users can upload images to any folder of their choice. I want to add the ability to open this folder in a browser from the app. What is the appropriate way to get the folder URL? It is pretty straightforward when the folder is shared: the sharingGetFolderMetadata method does the job. But how can I get the link if it's not? Is it safe to just concatenate two strings ('https://www.dropbox.com/home' + folder.path_display)?

 

Thanks for your time. 

1 Accepted Solution

Accepted Solutions

Greg-DB
Dropbox Staff
Go to solution
No, unfortunately there isn't a good way to do this when it's not shared, but I'll pass this along as a feature request. We also don't recommend just using /home + the path, as that's subject to change.

View solution in original post

3 Replies 3

Greg-DB
Dropbox Staff
Go to solution
No, unfortunately there isn't a good way to do this when it's not shared, but I'll pass this along as a feature request. We also don't recommend just using /home + the path, as that's subject to change.

ndkhaivn
New member | Level 2
Go to solution

Hi, I'm just wondering if this has come as a new feature yet, I'm trying to get a folder URL that is accessible by people that are already shared, but the link will not be available to arbitrary user who has the link

Greg-DB
Dropbox Staff
Go to solution

@ndkhaivn No, unfortunately I don't have any news on this request.

Need more support?