Your workflow is unique 👨💻 - tell us how you use Dropbox here.
Forum Discussion
JensBusse
9 years agoExplorer | Level 3
Linking to subfolder
I have a shared folder with a URL like: https://www.dropbox.com/sh/{first gibberish}/{Second Gibberish}?dl=0 Using the API there will folders and subfolders created there. I was hoping to be ...
Greg-DB
Dropbox Community Moderator
9 years agoUnfortunately, this isn't available via API v2, but I'll be sure to pass this along as a feature request.
For reference, this is possible via API v1, with the /1/metadata/link, but API v1 is deprecated.
- JensBusse9 years agoExplorer | Level 3
As mentioned in my original post, I do not have access to any responses from the API, so I'm not sure why the post was moved, nor why I am getting suggestions for how to (not) do it through the API.
- Greg-DB9 years ago
Dropbox Community Moderator
Thanks for clarifying. Can you elaborate on your use case then? Are you trying to do this programmatically? If so, using the API is the only good/official interface for interacting with Dropbox resources like this, but either way, there isn't a supported way to programmatically get the link for a subfolder from the link for the parent folder.
(If you're referring to browsing these links manually, you can get links for subfolders by browsing into them in the browser. The URL in the address bar updates with links for the current folder.)- JensBusse9 years agoExplorer | Level 3
The use case:
Our system creates subfolders using the API with a naming convention. It can be something like /[Customer Name]/[Work Order Number]As mentioned I do not have access to the responses from the API, so I am trying to link directly to the lowest level subfolder as I do have the link to the top level folder and know the values for [Customer Name] and [Work Order Number]. These links to the subfolders would be created programmatically (but not using the API), thus saving the end-user from having to browse manually from the shared top level folder.It sounds like we are out of luck. I don't understand the need to generate different portions of the URL for the subfolders, since the user as you mention does have access to them by navigating manually.
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!