<?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: How do I get programmatically Dropbox links of all subdirectories in a folder? in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-do-I-get-programmatically-Dropbox-links-of-all/m-p/358358#M20427</link>
    <description>&lt;P&gt;Yes,&amp;nbsp;Dropbox does offer an API you can use for programmatically interacting with Dropbox lke this. You can find everything you need to get started with the Dropbox API, including documentation, tutorials, and SDKs here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/developers" target="_self"&gt;https://www.dropbox.com/developers&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Specifically, to create a shared link to any file or folder, you can use the&amp;nbsp;/2/sharing/create_shared_link_with_settings endpoint:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-create_shared_link_with_settings" target="_blank"&gt;https://www.dropbox.com/developers/documentation/http/documentation#sharing-create_shared_link_with_settings&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Or, to list existing shared links, use&amp;nbsp;/2/sharing/list_shared_links:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-list_shared_links" target="_blank"&gt;https://www.dropbox.com/developers/documentation/http/documentation#sharing-list_shared_links&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Those are links to the documentation for the HTTPS endpoints themselves, but we recommend using one of the official SDKs if possible:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-list_shared_links" target="_self"&gt;https://www.dropbox.com/developers/documentation&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Those have corresponding native methods for the HTTPS endpoints.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 01 Aug 2019 14:47:56 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2019-08-01T14:47:56Z</dc:date>
    <item>
      <title>How do I get programmatically Dropbox links of all subdirectories in a folder?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-do-I-get-programmatically-Dropbox-links-of-all/m-p/358347#M20423</link>
      <description>&lt;P&gt;Greetings.&amp;nbsp; &amp;nbsp;Our company has Dropbox Business.&amp;nbsp; &amp;nbsp;We would like to get Dropbox HTML links, e.g.&amp;nbsp;&lt;A href="https://www.dropbox.com/sh/{long" target="_blank" rel="noopener"&gt;https://www.dropbox.com/sh/{long&lt;/A&gt; string}/{long string}, for each subdirectory in some folder.&amp;nbsp; &amp;nbsp;There are many (&amp;gt; 100) folders in this subdirectory, so I would like to automate the process.&amp;nbsp; &amp;nbsp;Is there a way to accomplish this?&amp;nbsp; &amp;nbsp;Any program or programming language (C++, Perl, Python, etc.) is fine.&amp;nbsp; &amp;nbsp;Many thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 01 Aug 2019 14:49:46 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-do-I-get-programmatically-Dropbox-links-of-all/m-p/358347#M20423</guid>
      <dc:creator>tohsumi</dc:creator>
      <dc:date>2019-08-01T14:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: How do I get programmatically Dropbox links of all subdirectories in a folder?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-do-I-get-programmatically-Dropbox-links-of-all/m-p/358358#M20427</link>
      <description>&lt;P&gt;Yes,&amp;nbsp;Dropbox does offer an API you can use for programmatically interacting with Dropbox lke this. You can find everything you need to get started with the Dropbox API, including documentation, tutorials, and SDKs here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/developers" target="_self"&gt;https://www.dropbox.com/developers&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Specifically, to create a shared link to any file or folder, you can use the&amp;nbsp;/2/sharing/create_shared_link_with_settings endpoint:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-create_shared_link_with_settings" target="_blank"&gt;https://www.dropbox.com/developers/documentation/http/documentation#sharing-create_shared_link_with_settings&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Or, to list existing shared links, use&amp;nbsp;/2/sharing/list_shared_links:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-list_shared_links" target="_blank"&gt;https://www.dropbox.com/developers/documentation/http/documentation#sharing-list_shared_links&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Those are links to the documentation for the HTTPS endpoints themselves, but we recommend using one of the official SDKs if possible:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-list_shared_links" target="_self"&gt;https://www.dropbox.com/developers/documentation&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Those have corresponding native methods for the HTTPS endpoints.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Aug 2019 14:47:56 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-do-I-get-programmatically-Dropbox-links-of-all/m-p/358358#M20427</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-08-01T14:47:56Z</dc:date>
    </item>
    <item>
      <title>Re: How do I get programmatically Dropbox links of all subdirectories in a folder?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-do-I-get-programmatically-Dropbox-links-of-all/m-p/358359#M20428</link>
      <description>&lt;P&gt;Thank you very much!&lt;/P&gt;</description>
      <pubDate>Thu, 01 Aug 2019 14:49:20 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-do-I-get-programmatically-Dropbox-links-of-all/m-p/358359#M20428</guid>
      <dc:creator>tohsumi</dc:creator>
      <dc:date>2019-08-01T14:49:20Z</dc:date>
    </item>
  </channel>
</rss>

