<?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: File uploading error in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/File-uploading-error/m-p/368392#M20823</link>
    <description>&lt;P&gt;I changed the chunksize to 512 kb, I will give it a shot now and I will get back to you.&lt;/P&gt;</description>
    <pubDate>Tue, 01 Oct 2019 18:22:26 GMT</pubDate>
    <dc:creator>evry1falls</dc:creator>
    <dc:date>2019-10-01T18:22:26Z</dc:date>
    <item>
      <title>File uploading error</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/File-uploading-error/m-p/261509#M15247</link>
      <description>&lt;P&gt;Error uploading to Dropbox: Exception in upload: {".tag":"path","reason":{".tag":"conflict","conflict":"file"},"upload_session_id":"AAAAAAAAAQdoevdEEZbGaw"}&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:15:56 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/File-uploading-error/m-p/261509#M15247</guid>
      <dc:creator>ameya</dc:creator>
      <dc:date>2019-05-29T09:15:56Z</dc:date>
    </item>
    <item>
      <title>Re: File uploading error</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/File-uploading-error/m-p/261810#M15268</link>
      <description>A path/conflict/file error indicates that the upload failed because a file already exists at the path specified.&lt;BR /&gt;&lt;BR /&gt;You'd need to remove/rename the existing file, use a different file name for the upload, or use a different write mode to get that call to succeed. You can find more information in the documentation:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-upload" target="_blank"&gt;https://www.dropbox.com/developers/documentation/http/documentation#files-upload&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;(There is also corresponding documentation for the native methods in the documentation for the official SDKs, if you're using one.)</description>
      <pubDate>Mon, 22 Jan 2018 16:14:05 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/File-uploading-error/m-p/261810#M15268</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-01-22T16:14:05Z</dc:date>
    </item>
    <item>
      <title>Re: File uploading error</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/File-uploading-error/m-p/367822#M20809</link>
      <description>&lt;P&gt;How may I change the writemode while using chunked upload .?&lt;/P&gt;&lt;P&gt;I'm using dropbox dotnet api&lt;/P&gt;</description>
      <pubDate>Sat, 28 Sep 2019 22:59:05 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/File-uploading-error/m-p/367822#M20809</guid>
      <dc:creator>evry1falls</dc:creator>
      <dc:date>2019-09-28T22:59:05Z</dc:date>
    </item>
    <item>
      <title>Re: File uploading error</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/File-uploading-error/m-p/368098#M20815</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1209796"&gt;@evry1falls&lt;/a&gt;&amp;nbsp;When uploading via upload sessions with the .NET SDK, you can set the write mode via the&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/T_Dropbox_Api_Files_CommitInfo.htm" target="_self"&gt;CommitInfo&lt;/A&gt; object(s) you supply to the&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Files_Routes_FilesUserRoutes_UploadSessionFinishAsync.htm" target="_self"&gt;UploadSessionFinishAsync&lt;/A&gt; or&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Files_Routes_FilesUserRoutes_UploadSessionFinishBatchAsync_1.htm" target="_self"&gt;UploadSessionFinishBatchAsync&lt;/A&gt; methods.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Sep 2019 16:11:00 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/File-uploading-error/m-p/368098#M20815</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-09-30T16:11:00Z</dc:date>
    </item>
    <item>
      <title>Re: File uploading error</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/File-uploading-error/m-p/368392#M20823</link>
      <description>&lt;P&gt;I changed the chunksize to 512 kb, I will give it a shot now and I will get back to you.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Oct 2019 18:22:26 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/File-uploading-error/m-p/368392#M20823</guid>
      <dc:creator>evry1falls</dc:creator>
      <dc:date>2019-10-01T18:22:26Z</dc:date>
    </item>
    <item>
      <title>Re: File uploading error</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/File-uploading-error/m-p/368399#M20824</link>
      <description>&lt;P&gt;Thank you so much [File uploaded Successfully.]&lt;/P&gt;</description>
      <pubDate>Tue, 01 Oct 2019 18:42:45 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/File-uploading-error/m-p/368399#M20824</guid>
      <dc:creator>evry1falls</dc:creator>
      <dc:date>2019-10-01T18:42:45Z</dc:date>
    </item>
  </channel>
</rss>

