<?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: uploadasync is always overwriting in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/uploadasync-is-always-overwriting/m-p/157615#M5298</link>
    <description>&lt;P&gt;Gregory,&lt;/P&gt;
&lt;P&gt;My files had the same name but they also had the same content. I tested files with the same name but different content and it worked. Thank you!&lt;/P&gt;</description>
    <pubDate>Thu, 07 Jan 2016 07:28:33 GMT</pubDate>
    <dc:creator>Conpak</dc:creator>
    <dc:date>2016-01-07T07:28:33Z</dc:date>
    <item>
      <title>uploadasync is always overwriting</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/uploadasync-is-always-overwriting/m-p/157613#M5296</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is my code:&lt;/P&gt;
&lt;P&gt;var updated = await dbx.Files.UploadAsync("/Apps/design-orders" + "/" + file.FileName, WriteMode.Add.Instance, true, body: mem);&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have tried different combinations of the mode and autorename parameters but it always overwrites the existing file. I would like it to rename if the file name already exists.&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:36:57 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/uploadasync-is-always-overwriting/m-p/157613#M5296</guid>
      <dc:creator>Conpak</dc:creator>
      <dc:date>2019-05-29T09:36:57Z</dc:date>
    </item>
    <item>
      <title>Re: uploadasync is always overwriting</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/uploadasync-is-always-overwriting/m-p/157614#M5297</link>
      <description>&lt;P&gt;This method and write mode seems to be working properly for me, so a few questions to help figure this out:&lt;/P&gt;
&lt;P&gt;- What version of the SDK are you using?&lt;/P&gt;
&lt;P&gt;- Are you getting any error or output?&lt;/P&gt;
&lt;P&gt;- Can you print out the result you're getting in "updated" (e.g., updated.PathLower)?&lt;/P&gt;
&lt;P&gt;- Are you uploading the same content? If you upload the same file content, it won't be considered a conflict, and so won't add a new file.&lt;/P&gt;
&lt;P&gt;-&amp;nbsp;Does your app have the app folder permission? If so, you shouldn't be specifying "/Apps/{app folder name}" yourself. You should just specify "/", which will implicitly be your app folder root.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jan 2016 07:17:31 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/uploadasync-is-always-overwriting/m-p/157614#M5297</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-01-07T07:17:31Z</dc:date>
    </item>
    <item>
      <title>Re: uploadasync is always overwriting</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/uploadasync-is-always-overwriting/m-p/157615#M5298</link>
      <description>&lt;P&gt;Gregory,&lt;/P&gt;
&lt;P&gt;My files had the same name but they also had the same content. I tested files with the same name but different content and it worked. Thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jan 2016 07:28:33 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/uploadasync-is-always-overwriting/m-p/157615#M5298</guid>
      <dc:creator>Conpak</dc:creator>
      <dc:date>2016-01-07T07:28:33Z</dc:date>
    </item>
  </channel>
</rss>

