<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Get Url to Folder by ID in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-Url-to-Folder-by-ID/m-p/640015#M29511</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1595605"&gt;@LarsD&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;Now I need a URL to share/open for that id.&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Hi &lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1595605"&gt;@LarsD&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Do you mean a shared link? &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@9AD39CA637682E9616FBE31CDAF1B6C4/emoticons/1f914.png" alt=":thinking_face:" title=":thinking_face:" /&gt; If so, you can create such link using &lt;A title="Create a shared link with custom settings" href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-create_shared_link_with_settings" target="_blank" rel="noopener"&gt;/2/sharing/create_shared_link_with_settings&lt;/A&gt; API call. &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@41457EF40051AFF130FDBFE21B496926/emoticons/1f609.png" alt=":winking_face:" title=":winking_face:" /&gt; Just put id as path there. If link already exists for particular id, &lt;A title="The shared link already exists" href="https://www.dropbox.com/developers/documentation/http/documentation#CreateSharedLinkWithSettingsError" target="_blank" rel="noopener"&gt;shared_link_already_exists&lt;/A&gt; error will get back containing the existing URL. If you know your links exist for all ids already, you can &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-list_shared_links" target="_blank" rel="noopener"&gt;list_shared_links&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
    <pubDate>Tue, 29 Nov 2022 13:49:32 GMT</pubDate>
    <dc:creator>Здравко</dc:creator>
    <dc:date>2022-11-29T13:49:32Z</dc:date>
    <item>
      <title>Get Url to Folder by ID</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-Url-to-Folder-by-ID/m-p/639973#M29510</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;so we have a list with the ids for folders in the format "id:XXXXXX".&lt;/P&gt;&lt;P&gt;Now I need a URL to share/open for that id.&lt;/P&gt;&lt;P&gt;I tried &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-get_metadata" target="_blank" rel="noopener"&gt;https://www.dropbox.com/developers/documentation/http/documentation#files-get_metadata&lt;/A&gt; but I only get the "parent_shared_folder_id".&lt;/P&gt;&lt;P&gt;Does anybody have a idea how that can work?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Nov 2022 11:03:05 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-Url-to-Folder-by-ID/m-p/639973#M29510</guid>
      <dc:creator>LarsD</dc:creator>
      <dc:date>2022-11-29T11:03:05Z</dc:date>
    </item>
    <item>
      <title>Re: Get Url to Folder by ID</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-Url-to-Folder-by-ID/m-p/640015#M29511</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1595605"&gt;@LarsD&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;Now I need a URL to share/open for that id.&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Hi &lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1595605"&gt;@LarsD&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Do you mean a shared link? &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@9AD39CA637682E9616FBE31CDAF1B6C4/emoticons/1f914.png" alt=":thinking_face:" title=":thinking_face:" /&gt; If so, you can create such link using &lt;A title="Create a shared link with custom settings" href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-create_shared_link_with_settings" target="_blank" rel="noopener"&gt;/2/sharing/create_shared_link_with_settings&lt;/A&gt; API call. &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@41457EF40051AFF130FDBFE21B496926/emoticons/1f609.png" alt=":winking_face:" title=":winking_face:" /&gt; Just put id as path there. If link already exists for particular id, &lt;A title="The shared link already exists" href="https://www.dropbox.com/developers/documentation/http/documentation#CreateSharedLinkWithSettingsError" target="_blank" rel="noopener"&gt;shared_link_already_exists&lt;/A&gt; error will get back containing the existing URL. If you know your links exist for all ids already, you can &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-list_shared_links" target="_blank" rel="noopener"&gt;list_shared_links&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Nov 2022 13:49:32 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-Url-to-Folder-by-ID/m-p/640015#M29511</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2022-11-29T13:49:32Z</dc:date>
    </item>
    <item>
      <title>Re: Get Url to Folder by ID</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-Url-to-Folder-by-ID/m-p/640049#M29514</link>
      <description>&lt;P&gt;Hi @Здравко,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;not exactly sharing.&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;Now we want a link form our CRM to the dropbox page of these folders.&lt;/P&gt;&lt;P&gt;I kinda want the preview link from that:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-get_folder_metadata" target="_blank"&gt;https://www.dropbox.com/developers/documentation/http/documentation#sharing-get_folder_metadata&lt;/A&gt;&lt;/P&gt;&lt;P&gt;But I don't have the right shared_folder_id.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Nov 2022 16:06:59 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-Url-to-Folder-by-ID/m-p/640049#M29514</guid>
      <dc:creator>LarsD</dc:creator>
      <dc:date>2022-11-29T16:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: Get Url to Folder by ID</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-Url-to-Folder-by-ID/m-p/640197#M29521</link>
      <description>&lt;P&gt;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.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There are some things that may work depending on the scenario though:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;If the folder itself happens to be a shared folder, or you are able to make it a shared folder (e.g., using &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-share_folder" target="_blank"&gt;/2/sharing/share_folder&lt;/A&gt;), you could then call &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-get_metadata" target="_blank"&gt;/2/files/get_metadata&lt;/A&gt;&amp;nbsp;with the 'path' set to the ID of the folder to get the 'sharing_info.shared_folder_id' which is the shared folder ID, and then call &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-get_folder_metadata" target="_blank"&gt;/2/sharing/get_folder_metadata&lt;/A&gt; with that 'shared_folder_id' to get the 'preview_url'.&lt;/LI&gt;
&lt;LI&gt;You could call &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-create_shared_link_with_settings" target="_blank"&gt;/2/sharing/create_shared_link_with_settings&lt;/A&gt; with the 'path' set to the ID of the folder, and 'settings.audience' set to 'no_one' to get a link that would refer to the folder on the web site for anyone who has access to it, though not directly enable any additional access to it.&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Tue, 29 Nov 2022 23:44:46 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-Url-to-Folder-by-ID/m-p/640197#M29521</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2022-11-29T23:44:46Z</dc:date>
    </item>
  </channel>
</rss>

