<?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 go through a shared folder and move ssome of them to a new folder within the shared folde in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-go-through-a-shared-folder-and-move-some-of-them-to-a-new/m-p/397746#M21806</link>
    <description>&lt;P&gt;To list the contents of a folder, you should use&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;]. You can use that to list the contents of a folder in the connected account, or to list the contents of a folder for which you have a shared link (by setting the 'shared_link' parameter on the&amp;nbsp;/2/files/list_folder call).&lt;/P&gt;
&lt;P&gt;To move files from one location to another inside the connected account, you should use&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-move" target="_self"&gt;/2/files/move_v2&lt;/A&gt;. Note that you can't modify or move the contents of a folder if you only have a shared link for the folder, and not access to the folder itself.&lt;/P&gt;
&lt;P&gt;To download files from the connected account, you should use&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-download" target="_self"&gt;/2/files/download&lt;/A&gt;. To download files from a shared link, you should 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;.&lt;/P&gt;
&lt;P&gt;By the way, those are links to the documentation for the HTTPS endpoints themselves, but we recommend using one of &lt;A href="https://www.dropbox.com/developers/documentation" target="_self"&gt;the official SDKs&lt;/A&gt; if possible. Those have corresponding native methods for the HTTPS endpoints.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 18 Feb 2020 16:15:13 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2020-02-18T16:15:13Z</dc:date>
    <item>
      <title>How to go through a shared folder and move some of them to a new folder within the shared folder</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-go-through-a-shared-folder-and-move-some-of-them-to-a-new/m-p/397703#M21804</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I am currently looking for a way to get the files from a shared folder link and move the recent ones to a folder inside the same directory.&lt;/P&gt;
&lt;P&gt;Then, I have to download all the files inside that directory.&lt;/P&gt;
&lt;P&gt;Can you help me with this please ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Apr 2020 10:04:13 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-go-through-a-shared-folder-and-move-some-of-them-to-a-new/m-p/397703#M21804</guid>
      <dc:creator>Snakou</dc:creator>
      <dc:date>2020-04-30T10:04:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to go through a shared folder and move ssome of them to a new folder within the shared folde</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-go-through-a-shared-folder-and-move-some-of-them-to-a-new/m-p/397746#M21806</link>
      <description>&lt;P&gt;To list the contents of a folder, you should use&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;]. You can use that to list the contents of a folder in the connected account, or to list the contents of a folder for which you have a shared link (by setting the 'shared_link' parameter on the&amp;nbsp;/2/files/list_folder call).&lt;/P&gt;
&lt;P&gt;To move files from one location to another inside the connected account, you should use&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-move" target="_self"&gt;/2/files/move_v2&lt;/A&gt;. Note that you can't modify or move the contents of a folder if you only have a shared link for the folder, and not access to the folder itself.&lt;/P&gt;
&lt;P&gt;To download files from the connected account, you should use&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-download" target="_self"&gt;/2/files/download&lt;/A&gt;. To download files from a shared link, you should 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;.&lt;/P&gt;
&lt;P&gt;By the way, those are links to the documentation for the HTTPS endpoints themselves, but we recommend using one of &lt;A href="https://www.dropbox.com/developers/documentation" target="_self"&gt;the official SDKs&lt;/A&gt; if possible. Those have corresponding native methods for the HTTPS endpoints.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Feb 2020 16:15:13 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-go-through-a-shared-folder-and-move-some-of-them-to-a-new/m-p/397746#M21806</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-02-18T16:15:13Z</dc:date>
    </item>
  </channel>
</rss>

