Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
Hello,
so we have a list with the ids for folders in the format "id:XXXXXX".
Now I need a URL to share/open for that id.
I tried https://www.dropbox.com/developers/documentation/http/documentation#files-get_metadata but I only get the "parent_shared_folder_id".
Does anybody have a idea how that can work?
Dropbox unfortunately does not offer a way to directly get a link to a folder from an ID like this, but I'll pass this along as a feature request. I can't promise if or when that might be implemented though.
There are some things that may work depending on the scenario though:
@LarsD wrote:...
Now I need a URL to share/open for that id.
...
Hi @LarsD,
Do you mean a shared link? 🤔 If so, you can create such link using /2/sharing/create_shared_link_with_settings API call. 😉 Just put id as path there. If link already exists for particular id, shared_link_already_exists error will get back containing the existing URL. If you know your links exist for all ids already, you can list_shared_links.
Hope this helps.
Hi @Здравко,
not exactly sharing.
We have a CRM where we have customers. For each customer we have a folder in a team folder in the dropbox. And for each customer we selected the id: with the widget.
Now we want a link form our CRM to the dropbox page of these folders.
I kinda want the preview link from that:
https://www.dropbox.com/developers/documentation/http/documentation#sharing-get_folder_metadata
But I don't have the right shared_folder_id.
Dropbox unfortunately does not offer a way to directly get a link to a folder from an ID like this, but I'll pass this along as a feature request. I can't promise if or when that might be implemented though.
There are some things that may work depending on the scenario though:
The way we work is changing. Share and discover new ways to work smarter with Dropbox in our community.
Sound good? Let's get started.Hi there!
If you need more help you can view your support options (expected response time for a ticket is 24 hours), or contact us on Twitter or Facebook.
For more info on available support options, see this article.
If you found the answer to your question, please 'like' the post to say thanks to the user!