<?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: Through error in Copy File Operation in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Through-error-in-Copy-File-Operation/m-p/733211#M32405</link>
    <description>&lt;P&gt;Hi &lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1759968"&gt;@Adi4&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;The behaviour, you described, is something normal (strange would be different one). When you copy something (either file or folder) the destination should not exist! It will be created on copying. When destination exists (folder in particular case), the error you're receiving is something normal. If you want to copy the contained file, better point it both in source and destination path. &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@41457EF40051AFF130FDBFE21B496926/emoticons/1f609.png" alt=":winking_face:" title=":winking_face:" /&gt; If, by any chance, multiple files have to be copied, use batch version of 'copy'.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
    <pubDate>Wed, 29 Nov 2023 09:11:50 GMT</pubDate>
    <dc:creator>Здравко</dc:creator>
    <dc:date>2023-11-29T09:11:50Z</dc:date>
    <item>
      <title>Through error in Copy File Operation</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Through-error-in-Copy-File-Operation/m-p/733182#M32404</link>
      <description>&lt;P&gt;Hello!&lt;BR /&gt;I perform copy operation like this:&lt;BR /&gt;FROM_PATH =&amp;nbsp;/sure/copyfile&lt;BR /&gt;TO_PATH =&amp;nbsp;/sure/automat&lt;BR /&gt;&lt;BR /&gt;sure is main folder inside sure there are two file copyfile and automat. In copyfile has a pic that I want to copy in automat, automat is empty but it trough this error.&lt;/P&gt;
&lt;DIV class=""&gt;Exception in 2/files/copy_v2: {".tag":"to","to":{".tag":"conflict","conflict":"folder"}}&lt;/DIV&gt;
&lt;DIV class=""&gt;Reason:&lt;/DIV&gt;
&lt;DIV class=""&gt;Snap failed unexpectedly and did not provide any reason&lt;/DIV&gt;
&lt;DIV class=""&gt;Hide Details...&lt;/DIV&gt;
&lt;DIV class=""&gt;
&lt;DIV&gt;SnapCompletionService&lt;BR /&gt;com.dropbox.core.v2.files.RelocationErrorException: Exception in 2/files/copy_v2: {".tag":"to","to":{".tag":"conflict","conflict":"folder"}}&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;When I change the of TO_PATH like&amp;nbsp; /sure/[Different name]&amp;nbsp; then it work and make new file and copy file in [Different name]&lt;BR /&gt;How I removed this error and why it through this error when their is nothing duplicate in receiving file.&lt;BR /&gt;Thank You!&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 05 Dec 2023 09:34:42 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Through-error-in-Copy-File-Operation/m-p/733182#M32404</guid>
      <dc:creator>Adi4</dc:creator>
      <dc:date>2023-12-05T09:34:42Z</dc:date>
    </item>
    <item>
      <title>Re: Through error in Copy File Operation</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Through-error-in-Copy-File-Operation/m-p/733211#M32405</link>
      <description>&lt;P&gt;Hi &lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1759968"&gt;@Adi4&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;The behaviour, you described, is something normal (strange would be different one). When you copy something (either file or folder) the destination should not exist! It will be created on copying. When destination exists (folder in particular case), the error you're receiving is something normal. If you want to copy the contained file, better point it both in source and destination path. &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@41457EF40051AFF130FDBFE21B496926/emoticons/1f609.png" alt=":winking_face:" title=":winking_face:" /&gt; If, by any chance, multiple files have to be copied, use batch version of 'copy'.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Nov 2023 09:11:50 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Through-error-in-Copy-File-Operation/m-p/733211#M32405</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2023-11-29T09:11:50Z</dc:date>
    </item>
    <item>
      <title>Re: Through error in Copy File Operation</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Through-error-in-Copy-File-Operation/m-p/733260#M32407</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1759968"&gt;@Adi4&lt;/a&gt; As Здравко said, your destination path should include the destination file name as well, not just the parent folder. &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So for example, it sounds like what you actually want is something like this instead:&lt;/P&gt;
&lt;P&gt;TO_PATH = /sure/automat/copyfile&lt;/P&gt;</description>
      <pubDate>Wed, 29 Nov 2023 12:46:38 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Through-error-in-Copy-File-Operation/m-p/733260#M32407</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2023-11-29T12:46:38Z</dc:date>
    </item>
    <item>
      <title>Re: Through error in Copy File Operation</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Through-error-in-Copy-File-Operation/m-p/733837#M32425</link>
      <description>&lt;P&gt;Thank You !!&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2023 10:46:46 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Through-error-in-Copy-File-Operation/m-p/733837#M32425</guid>
      <dc:creator>Adi4</dc:creator>
      <dc:date>2023-12-01T10:46:46Z</dc:date>
    </item>
  </channel>
</rss>

