<?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 to download a directory from shareable link using Dropbox API in Python ? in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-download-a-directory-from-shareable-link-using-Dropbox/m-p/306618#M18471</link>
    <description>&lt;P&gt;There are two ways you can approach this:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;With&amp;nbsp;&lt;A href="https://github.com/dropbox/dropbox-sdk-python" target="_blank"&gt;the official&amp;nbsp;Dropbox Python SDK&lt;/A&gt;, use &lt;A href="https://dropbox-sdk-python.readthedocs.io/en/latest/moduledoc.html#dropbox.dropbox.Dropbox.sharing_get_shared_link_file" target="_blank"&gt;the method&amp;nbsp;sharing_get_shared_link_file&lt;/A&gt; to download the file content from a shared link. Or without the SDK, make the same call to&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-get_shared_link_file" target="_blank"&gt;/2/sharing/get_shared_link_file&lt;/A&gt;&amp;nbsp;API endpoint itself directly.&lt;/LI&gt;
&lt;LI&gt;Without using the API/SDK, modify the shared link URL for&amp;nbsp;raw access &lt;A href="https://www.dropbox.com/help/desktop-web/force-download" target="_blank"&gt;as documented here&lt;/A&gt;, and issue a GET request with your HTTPS client of choice to&amp;nbsp;download the file content directly.&lt;/LI&gt;
&lt;/UL&gt;</description>
    <pubDate>Wed, 31 Oct 2018 14:26:52 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2018-10-31T14:26:52Z</dc:date>
    <item>
      <title>How to download a directory from shareable link using Dropbox API in Python ?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-download-a-directory-from-shareable-link-using-Dropbox/m-p/306482#M18468</link>
      <description>&lt;P&gt;Hi&amp;nbsp; folks,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;I want to download the directory and its files from a shareable link programmatically. I cannot find a good approach for that can anyone help me with suggestions?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:09:34 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-download-a-directory-from-shareable-link-using-Dropbox/m-p/306482#M18468</guid>
      <dc:creator>Sameer96</dc:creator>
      <dc:date>2019-05-29T09:09:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to download a directory from shareable link using Dropbox API in Python ?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-download-a-directory-from-shareable-link-using-Dropbox/m-p/306618#M18471</link>
      <description>&lt;P&gt;There are two ways you can approach this:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;With&amp;nbsp;&lt;A href="https://github.com/dropbox/dropbox-sdk-python" target="_blank"&gt;the official&amp;nbsp;Dropbox Python SDK&lt;/A&gt;, use &lt;A href="https://dropbox-sdk-python.readthedocs.io/en/latest/moduledoc.html#dropbox.dropbox.Dropbox.sharing_get_shared_link_file" target="_blank"&gt;the method&amp;nbsp;sharing_get_shared_link_file&lt;/A&gt; to download the file content from a shared link. Or without the SDK, make the same call to&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-get_shared_link_file" target="_blank"&gt;/2/sharing/get_shared_link_file&lt;/A&gt;&amp;nbsp;API endpoint itself directly.&lt;/LI&gt;
&lt;LI&gt;Without using the API/SDK, modify the shared link URL for&amp;nbsp;raw access &lt;A href="https://www.dropbox.com/help/desktop-web/force-download" target="_blank"&gt;as documented here&lt;/A&gt;, and issue a GET request with your HTTPS client of choice to&amp;nbsp;download the file content directly.&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Wed, 31 Oct 2018 14:26:52 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-download-a-directory-from-shareable-link-using-Dropbox/m-p/306618#M18471</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-10-31T14:26:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to download a directory from shareable link using Dropbox API in Python ?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-download-a-directory-from-shareable-link-using-Dropbox/m-p/306802#M18476</link>
      <description>&lt;P&gt;Hi Greg,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Thanks a lot for your answer it solved my issue. One more thing can I upload a zip file programmatically to the shared link provided by another user or else I can only download the files from a shared link?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 01 Nov 2018 02:29:20 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-download-a-directory-from-shareable-link-using-Dropbox/m-p/306802#M18476</guid>
      <dc:creator>Sameer96</dc:creator>
      <dc:date>2018-11-01T02:29:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to download a directory from shareable link using Dropbox API in Python ?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-download-a-directory-from-shareable-link-using-Dropbox/m-p/306904#M18477</link>
      <description>&lt;P&gt;Shared links only provide view/download access. You can't upload to them.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Nov 2018 13:49:16 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-download-a-directory-from-shareable-link-using-Dropbox/m-p/306904#M18477</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-11-01T13:49:16Z</dc:date>
    </item>
  </channel>
</rss>

