<?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: Autorename for existing files on upload does not rename .NET in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Autorename-for-existing-files-on-upload-does-not-rename-NET/m-p/247409#M14164</link>
    <description>Are you uploading the same data again? If the data is exactly the same as what already exists at the destination path, no conflict will occur and it won't create a renamed copy.</description>
    <pubDate>Tue, 17 Oct 2017 14:01:59 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2017-10-17T14:01:59Z</dc:date>
    <item>
      <title>Autorename for existing files on upload does not rename .NET</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Autorename-for-existing-files-on-upload-does-not-rename-NET/m-p/247344#M14158</link>
      <description>&lt;P&gt;Here is the piece of code which is supposed to rename an existing file and upload it to Dropbox. It simply does nothing. What am I missing here?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;using (var memFile = new FileStream(srcFile, FileMode.Open, FileAccess.Read))
{
var uploadFile= await dbx.Files.UploadAsync("/myfolder/" + fileName, WriteMode.Add.Instance, body: memFile, autorename: true);
}&lt;/PRE&gt;
&lt;P&gt;&lt;BR /&gt;Any help would be appreciated.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Nov 2020 15:30:37 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Autorename-for-existing-files-on-upload-does-not-rename-NET/m-p/247344#M14158</guid>
      <dc:creator>kokoko</dc:creator>
      <dc:date>2020-11-13T15:30:37Z</dc:date>
    </item>
    <item>
      <title>Re: Autorename for existing files on upload does not rename .NET</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Autorename-for-existing-files-on-upload-does-not-rename-NET/m-p/247409#M14164</link>
      <description>Are you uploading the same data again? If the data is exactly the same as what already exists at the destination path, no conflict will occur and it won't create a renamed copy.</description>
      <pubDate>Tue, 17 Oct 2017 14:01:59 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Autorename-for-existing-files-on-upload-does-not-rename-NET/m-p/247409#M14164</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-10-17T14:01:59Z</dc:date>
    </item>
    <item>
      <title>Re: Autorename for existing files on upload does not rename .NET</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Autorename-for-existing-files-on-upload-does-not-rename-NET/m-p/247432#M14166</link>
      <description>I thought only the file name is important. I just changed the file content and it renamed the file as expected. Thanks for that.</description>
      <pubDate>Tue, 17 Oct 2017 15:18:55 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Autorename-for-existing-files-on-upload-does-not-rename-NET/m-p/247432#M14166</guid>
      <dc:creator>kokoko</dc:creator>
      <dc:date>2017-10-17T15:18:55Z</dc:date>
    </item>
  </channel>
</rss>

