<?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: C# CopyBatchV2Async Method not working as expected in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/C-CopyBatchV2Async-Method-not-working-as-expected/m-p/347771#M20005</link>
    <description>&lt;P&gt;Okay, thank you. The issue was that I was trying to copy some new files into an existing folder that already contained some other files.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 03 Jun 2019 18:35:03 GMT</pubDate>
    <dc:creator>efu</dc:creator>
    <dc:date>2019-06-03T18:35:03Z</dc:date>
    <item>
      <title>C# CopyBatchV2Async Method not working as expected</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/C-CopyBatchV2Async-Method-not-working-as-expected/m-p/347741#M19997</link>
      <description>&lt;P&gt;The CopyBatchV2Async documentation states that it can "&lt;SPAN&gt;Copy multiple files or folders to different locations at once in the user's Dropbox."&amp;nbsp; So that means that if I specify FromPath as a folder, and ToPath as a folder in a RelocationPath, it will copy the contents of the FromPath folder to that of the ToPath folder right? What is happening is that CopyBatchCheckV2Async.IsComplete is returning that the batch is complete, however no files are moved. I am testing with a folder that contains a singular file. Can someone clarify if the documentation is correct, that it can copy folders, or perhaps if something else is the problem?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jul 2019 09:55:30 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/C-CopyBatchV2Async-Method-not-working-as-expected/m-p/347741#M19997</guid>
      <dc:creator>efu</dc:creator>
      <dc:date>2019-07-16T09:55:30Z</dc:date>
    </item>
    <item>
      <title>Re: C# CopyBatchV2Async Method not working as expected</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/C-CopyBatchV2Async-Method-not-working-as-expected/m-p/347753#M19998</link>
      <description>&lt;P&gt;You can use&amp;nbsp;CopyBatchV2Async to copy files and/or folders.&amp;nbsp; Note that this copies the item itself, e.g., the entire folder including the folder itself, not only the folder's contents. The 'ToPath' should be the desired path of the copied item itself, not an existing folder.&lt;/P&gt;
&lt;P&gt;E.g., if you want to make a copy of an existing folder at "/MyFolder", you could specify a 'ToPath' value of "/MyFolderCopy", for instance. That would make a copy of "MyFolder", as well as anything inside it, at that "/MyFolderCopy" path. Make sure there isn't already something at the new path, e.g., "/MyFolderCopy", though.&lt;/P&gt;
&lt;P&gt;Also, be sure to drill down into the&amp;nbsp;RelocationBatchV2JobStatus.Complete object though, as it doesn't necessarilly mean everything succeeded; only that the job completed. Check each&amp;nbsp;RelocationBatchResultEntry to see the specific results.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jun 2019 17:31:08 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/C-CopyBatchV2Async-Method-not-working-as-expected/m-p/347753#M19998</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-06-03T17:31:08Z</dc:date>
    </item>
    <item>
      <title>Re: C# CopyBatchV2Async Method not working as expected</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/C-CopyBatchV2Async-Method-not-working-as-expected/m-p/347771#M20005</link>
      <description>&lt;P&gt;Okay, thank you. The issue was that I was trying to copy some new files into an existing folder that already contained some other files.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jun 2019 18:35:03 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/C-CopyBatchV2Async-Method-not-working-as-expected/m-p/347771#M20005</guid>
      <dc:creator>efu</dc:creator>
      <dc:date>2019-06-03T18:35:03Z</dc:date>
    </item>
  </channel>
</rss>

