<?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: Files/Folder chooser download files in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Files-Folder-chooser-download-files/m-p/331201#M19365</link>
    <description>&lt;P&gt;If you received a shared link for a folder from the&amp;nbsp;Dropbox Chooser, which would look like "&lt;A href="https://www.dropbox.com/sh/" target="_blank"&gt;https://www.dropbox.com/sh/&lt;/A&gt;...", you can then list the contents of that shared link using the&amp;nbsp;Dropbox API, via the&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder" target="_self"&gt;/2/files/list_folder&lt;/A&gt;[&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder-continue" target="_self"&gt;/continue&lt;/A&gt;] endpoints. You should supply the shared link as the "shared_link" parameter, and use the empty string "" as the value for the "path" parameter to list the contents of the root of the linked folder. (You can repeat with paths relative to that folder root to get nested folders, if desired.)&lt;/P&gt;
&lt;P&gt;From there, once you know the paths of the contents, based on the result of the above call(s), you can then download the file(s).&lt;/P&gt;
&lt;P&gt;If you are connected to the same account as the one that owns the shared link, you can use&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-download" target="_blank"&gt;/2/files/download&lt;/A&gt; to download files using the paths (i.e., 'path_lower') returned by&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder" target="_self"&gt;/2/files/list_folder&lt;/A&gt;[&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder-continue" target="_self"&gt;/continue&lt;/A&gt;].&lt;/P&gt;
&lt;P&gt;If you are not connected to the same account as the one that owns the shared link, you can use&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-get_shared_link_file" target="_self"&gt;/2/sharing/get_shared_link_file&lt;/A&gt; to download files using paths relative to the root of the linked folder.&lt;/P&gt;</description>
    <pubDate>Wed, 27 Feb 2019 18:27:10 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2019-02-27T18:27:10Z</dc:date>
    <item>
      <title>Files/Folder chooser download files</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Files-Folder-chooser-download-files/m-p/331092#M19355</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;/P&gt;&lt;P&gt;I had used Dropbox chooser (&lt;A href="https://www.dropbox.com/developers/chooser" target="_blank" rel="noopener"&gt;https://www.dropbox.com/developers/chooser&lt;/A&gt;) in my project and it's working correctly.&amp;nbsp;&lt;/P&gt;&lt;P&gt;As per my project requirement, I want to download files from the chosen&amp;nbsp;directory via API. I can list all the files/subfolders from the chosen directory but I didn't find any way to download any files from the chosen directory and sub-directory using API.&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:07:45 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Files-Folder-chooser-download-files/m-p/331092#M19355</guid>
      <dc:creator>mehulvadodariya</dc:creator>
      <dc:date>2019-05-29T09:07:45Z</dc:date>
    </item>
    <item>
      <title>Re: Files/Folder chooser download files</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Files-Folder-chooser-download-files/m-p/331201#M19365</link>
      <description>&lt;P&gt;If you received a shared link for a folder from the&amp;nbsp;Dropbox Chooser, which would look like "&lt;A href="https://www.dropbox.com/sh/" target="_blank"&gt;https://www.dropbox.com/sh/&lt;/A&gt;...", you can then list the contents of that shared link using the&amp;nbsp;Dropbox API, via the&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder" target="_self"&gt;/2/files/list_folder&lt;/A&gt;[&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder-continue" target="_self"&gt;/continue&lt;/A&gt;] endpoints. You should supply the shared link as the "shared_link" parameter, and use the empty string "" as the value for the "path" parameter to list the contents of the root of the linked folder. (You can repeat with paths relative to that folder root to get nested folders, if desired.)&lt;/P&gt;
&lt;P&gt;From there, once you know the paths of the contents, based on the result of the above call(s), you can then download the file(s).&lt;/P&gt;
&lt;P&gt;If you are connected to the same account as the one that owns the shared link, you can use&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-download" target="_blank"&gt;/2/files/download&lt;/A&gt; to download files using the paths (i.e., 'path_lower') returned by&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder" target="_self"&gt;/2/files/list_folder&lt;/A&gt;[&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder-continue" target="_self"&gt;/continue&lt;/A&gt;].&lt;/P&gt;
&lt;P&gt;If you are not connected to the same account as the one that owns the shared link, you can use&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-get_shared_link_file" target="_self"&gt;/2/sharing/get_shared_link_file&lt;/A&gt; to download files using paths relative to the root of the linked folder.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Feb 2019 18:27:10 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Files-Folder-chooser-download-files/m-p/331201#M19365</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-02-27T18:27:10Z</dc:date>
    </item>
  </channel>
</rss>

