<?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 API Copy Folder Error in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-Copy-Folder-Error/m-p/629419#M29072</link>
    <description>&lt;P&gt;Hi, i succesfuly copy files from one folder to another with the copy_v2, but when I try to copy a whole folder, it throws me an error:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;{"error_summary": "from_lookup/malformed_path/.", "error": {".tag": "from_lookup", "from_lookup": {".tag": "malformed_path"}}}&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let's say that I want to copy the folder "content" from "folderA" to "folderB", and folderB doesn't have a "content" folder. The paths i'm using are like this:&lt;/P&gt;
&lt;P&gt;$from = "/root/folderA/content/";&lt;/P&gt;
&lt;P&gt;$to = "/root/folderB/";&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't understand what Am I doing wrong. I also try with:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;$from = "root/folderA/content/";&lt;/P&gt;
&lt;P&gt;$to = "/root/folderB/content/";&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;but it didn't work neither.&lt;/P&gt;</description>
    <pubDate>Tue, 18 Oct 2022 22:41:07 GMT</pubDate>
    <dc:creator>Fenoma</dc:creator>
    <dc:date>2022-10-18T22:41:07Z</dc:date>
    <item>
      <title>API Copy Folder Error</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-Copy-Folder-Error/m-p/629419#M29072</link>
      <description>&lt;P&gt;Hi, i succesfuly copy files from one folder to another with the copy_v2, but when I try to copy a whole folder, it throws me an error:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;{"error_summary": "from_lookup/malformed_path/.", "error": {".tag": "from_lookup", "from_lookup": {".tag": "malformed_path"}}}&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let's say that I want to copy the folder "content" from "folderA" to "folderB", and folderB doesn't have a "content" folder. The paths i'm using are like this:&lt;/P&gt;
&lt;P&gt;$from = "/root/folderA/content/";&lt;/P&gt;
&lt;P&gt;$to = "/root/folderB/";&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't understand what Am I doing wrong. I also try with:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;$from = "root/folderA/content/";&lt;/P&gt;
&lt;P&gt;$to = "/root/folderB/content/";&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;but it didn't work neither.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Oct 2022 22:41:07 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-Copy-Folder-Error/m-p/629419#M29072</guid>
      <dc:creator>Fenoma</dc:creator>
      <dc:date>2022-10-18T22:41:07Z</dc:date>
    </item>
    <item>
      <title>Re: API Copy Folder Error</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-Copy-Folder-Error/m-p/629422#M29073</link>
      <description>&lt;P&gt;I found the solution. Just need to remove the last&amp;nbsp; "/" from both paths.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Bottom line, It should be this way to copy folders:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;$from = "root/folderA/content";&lt;/P&gt;&lt;P&gt;$to = "/root/folderB/content";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!!&lt;/P&gt;</description>
      <pubDate>Sat, 15 Oct 2022 08:58:45 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-Copy-Folder-Error/m-p/629422#M29073</guid>
      <dc:creator>Fenoma</dc:creator>
      <dc:date>2022-10-15T08:58:45Z</dc:date>
    </item>
  </channel>
</rss>

