<?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 move file from one dropbox folder to another using c#.net in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-move-file-from-one-dropbox-folder-to-another-using-c-net/m-p/480013#M24221</link>
    <description>&lt;P&gt;A 'to/conflict/folder' indicates that the move failed &lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/T_Dropbox_Api_Files_WriteConflictError_Folder.htm" target="_self"&gt;because&lt;/A&gt; "There's a folder in the way.". That is, your 'ToPath' value is the path to an existing folder. That value should be the full path and name where you want put the item. For example, if you want to move the file inside an existing folder at "/folder", the value should be like "/folder/file.ext" (not just "/folder").&lt;/P&gt;</description>
    <pubDate>Wed, 16 Dec 2020 19:32:50 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2020-12-16T19:32:50Z</dc:date>
    <item>
      <title>How to move file from one dropbox folder to another using c#.net</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-move-file-from-one-dropbox-folder-to-another-using-c-net/m-p/479928#M24220</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am using dropbox api in my c# code to upload files in dropbox. Now I want to move file from one dropbox folder to another dropbox folder using my c#.net code. I am using moveAsync of&amp;nbsp;DropboxClient. But file not moving .Received error "to/conflict/folder/...".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can anyone help on that.&lt;/P&gt;
&lt;P&gt;sharing my source code:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;public async Task MoveFile(DropboxClient client, string FromPath,string ToPath)&lt;BR /&gt;{&lt;BR /&gt;try {&lt;BR /&gt;var result = await client.Files.MoveAsync(FromPath, ToPath);&lt;BR /&gt;}&lt;BR /&gt;catch(Exception ex)&lt;BR /&gt;{&lt;BR /&gt;throw (ex);&lt;/P&gt;
&lt;P&gt;}&lt;/P&gt;
&lt;P&gt;}&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please help. Thanks !&lt;/P&gt;</description>
      <pubDate>Wed, 16 Dec 2020 18:50:57 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-move-file-from-one-dropbox-folder-to-another-using-c-net/m-p/479928#M24220</guid>
      <dc:creator>Gyanendra</dc:creator>
      <dc:date>2020-12-16T18:50:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to move file from one dropbox folder to another using c#.net</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-move-file-from-one-dropbox-folder-to-another-using-c-net/m-p/480013#M24221</link>
      <description>&lt;P&gt;A 'to/conflict/folder' indicates that the move failed &lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/T_Dropbox_Api_Files_WriteConflictError_Folder.htm" target="_self"&gt;because&lt;/A&gt; "There's a folder in the way.". That is, your 'ToPath' value is the path to an existing folder. That value should be the full path and name where you want put the item. For example, if you want to move the file inside an existing folder at "/folder", the value should be like "/folder/file.ext" (not just "/folder").&lt;/P&gt;</description>
      <pubDate>Wed, 16 Dec 2020 19:32:50 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-move-file-from-one-dropbox-folder-to-another-using-c-net/m-p/480013#M24221</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-12-16T19:32:50Z</dc:date>
    </item>
  </channel>
</rss>

