<?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 Copy function having the from and to path issue in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Copy-function-having-the-from-and-to-path-issue/m-p/252489#M14560</link>
    <description>&lt;P&gt;I am using dropbox php SDK and using copy function i am trying to copy one folder to another folder but in response i am getting following error: For copy function i am giving from path like "/test" and to path like "/abc"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;Fatal error: Uncaught exception 'Kunnu\Dropbox\Exceptions\DropboxClientException' with message '{"error_summary": "to/conflict/folder/..", "error": {".tag": "to", "to": {".tag": "conflict", "conflict": {".tag": "folder"}}}}' in /websites/se/securerda.com.au/wordpress/wp-content/plugins/out-of-the-box/includes/dropbox-sdk/src/Dropbox/Http/Clients/DropboxGuzzleHttpClient.php:67

Stack trace:
 #0 /websites/se/securerda.com.au/wordpress/wp-content/plugins/out-of-the-box/includes/dropbox-sdk/src/Dropbox/DropboxClient.php(155): Kunnu\Dropbox\Http\Clients\DropboxGuzzleHttpClient-&amp;gt;send('https://api.dro...', 'POST', '{"from_path":"\\...', Array)
 #1 /websites/se/securerda.com.au/wordpress/wp-content/plugins/out-of-the-box/includes/dropbox-sdk/src/Dropbox/Dropbox.php(247): Kunnu\Dropbox\DropboxClient-&amp;gt;sendRequest(Object(Kunnu\Dropbox\DropboxRequest))
 #2 /websites/se/securerda.com.au/wordpress/wp-content/plugins/out-of-the-box/includes/dropbox-sdk/src/Dropbox/Dropbox.php(261): Kunnu\Dropbox\Dropbox-&amp;gt;sendRequest('POST', '/files/copy', ' in /websites/se/securerda.com.au/wordpress/wp-content/plugins/out-of-the-box/includes/dropbox-sdk/src/Dropbox/Http/Clients/DropboxGuzzleHttpClient.php on line 67&lt;/PRE&gt;
&lt;P&gt;&lt;BR /&gt;Please help me in this issue&lt;/P&gt;</description>
    <pubDate>Fri, 29 May 2020 17:11:14 GMT</pubDate>
    <dc:creator>vaishali1</dc:creator>
    <dc:date>2020-05-29T17:11:14Z</dc:date>
    <item>
      <title>Copy function having the from and to path issue</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Copy-function-having-the-from-and-to-path-issue/m-p/252489#M14560</link>
      <description>&lt;P&gt;I am using dropbox php SDK and using copy function i am trying to copy one folder to another folder but in response i am getting following error: For copy function i am giving from path like "/test" and to path like "/abc"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;Fatal error: Uncaught exception 'Kunnu\Dropbox\Exceptions\DropboxClientException' with message '{"error_summary": "to/conflict/folder/..", "error": {".tag": "to", "to": {".tag": "conflict", "conflict": {".tag": "folder"}}}}' in /websites/se/securerda.com.au/wordpress/wp-content/plugins/out-of-the-box/includes/dropbox-sdk/src/Dropbox/Http/Clients/DropboxGuzzleHttpClient.php:67

Stack trace:
 #0 /websites/se/securerda.com.au/wordpress/wp-content/plugins/out-of-the-box/includes/dropbox-sdk/src/Dropbox/DropboxClient.php(155): Kunnu\Dropbox\Http\Clients\DropboxGuzzleHttpClient-&amp;gt;send('https://api.dro...', 'POST', '{"from_path":"\\...', Array)
 #1 /websites/se/securerda.com.au/wordpress/wp-content/plugins/out-of-the-box/includes/dropbox-sdk/src/Dropbox/Dropbox.php(247): Kunnu\Dropbox\DropboxClient-&amp;gt;sendRequest(Object(Kunnu\Dropbox\DropboxRequest))
 #2 /websites/se/securerda.com.au/wordpress/wp-content/plugins/out-of-the-box/includes/dropbox-sdk/src/Dropbox/Dropbox.php(261): Kunnu\Dropbox\Dropbox-&amp;gt;sendRequest('POST', '/files/copy', ' in /websites/se/securerda.com.au/wordpress/wp-content/plugins/out-of-the-box/includes/dropbox-sdk/src/Dropbox/Http/Clients/DropboxGuzzleHttpClient.php on line 67&lt;/PRE&gt;
&lt;P&gt;&lt;BR /&gt;Please help me in this issue&lt;/P&gt;</description>
      <pubDate>Fri, 29 May 2020 17:11:14 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Copy-function-having-the-from-and-to-path-issue/m-p/252489#M14560</guid>
      <dc:creator>vaishali1</dc:creator>
      <dc:date>2020-05-29T17:11:14Z</dc:date>
    </item>
    <item>
      <title>Re: Copy function having the from and to path issue</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Copy-function-having-the-from-and-to-path-issue/m-p/252572#M14565</link>
      <description>&lt;P&gt;Per&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-copy_v2" target="_self"&gt;the&amp;nbsp;/2/files/copy_v2 documentation&lt;/A&gt;, a `to/conflict/folder` error indicates that the operation failed because there's a folder in the way.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In your example, that means that there's already a folder at "/abc".&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note that you need to specify the full desired destination path, including name, in `to_path`. That is, in this case, if you wanted to move the "test" folder inside the already-existing "abc" folder, your `to_path` should be "/abc/test".&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2017 17:15:55 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Copy-function-having-the-from-and-to-path-issue/m-p/252572#M14565</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-11-14T17:15:55Z</dc:date>
    </item>
    <item>
      <title>Re: Copy function having the from and to path issue</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Copy-function-having-the-from-and-to-path-issue/m-p/252576#M14566</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&amp;nbsp;Greg for your help. My issue get sloved.&lt;/P&gt;&lt;P&gt;&lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@BEEAA17610EBE252DA0E57250B296A61/images/emoticons/1f642.png" alt=":slight_smile:" title=":slight_smile:" /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2017 17:26:18 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Copy-function-having-the-from-and-to-path-issue/m-p/252576#M14566</guid>
      <dc:creator>vaishali1</dc:creator>
      <dc:date>2017-11-14T17:26:18Z</dc:date>
    </item>
  </channel>
</rss>

