<?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 solve conflict folder error with Dropbox API in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-solve-conflict-folder-error-with-Dropbox-API/m-p/371238#M20917</link>
    <description>&lt;P&gt;I thought it was set automatically as you had to choose the file in the UI. Thanks a lot for your help.&lt;/P&gt;</description>
    <pubDate>Mon, 14 Oct 2019 13:03:53 GMT</pubDate>
    <dc:creator>vherasme</dc:creator>
    <dc:date>2019-10-14T13:03:53Z</dc:date>
    <item>
      <title>How to solve conflict folder error with Dropbox API</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-solve-conflict-folder-error-with-Dropbox-API/m-p/371218#M20915</link>
      <description>&lt;P&gt;I am using Dropbox API explorer to test the upload of a file before usign the code. I am getting an error when in my opinion all the params are right.&lt;/P&gt;
&lt;P&gt;request:&lt;/P&gt;
&lt;PRE&gt;		curl -X POST https://content.dropboxapi.com/2/files/upload \
		  --header 'Authorization: Bearer aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa' \
		  --header 'Content-Type: application/octet-stream' \
		  --header 'Dropbox-API-Arg: {"path":"/my/folder/","property_groups":[]}' \
		  --data-binary @'myspreadsheet.xlsx'&lt;/PRE&gt;
&lt;P&gt;response:&lt;/P&gt;
&lt;PRE&gt;{
	"error_summary": "path/conflict/folader/..",
	"error": {
		".tag": "path",
		"reason": {
			".tag": "conflict",
			"conflict": {
				".tag": "folder"
			}
		},
		"upload_session_id": "AAAAAAAABAAAAAAAA"
	}
}&lt;/PRE&gt;
&lt;P&gt;When I send a request to `&lt;A href="https://dropbox.github.io/dropbox-api-v2-explorer/#files_list_folder" target="_blank" rel="noopener"&gt;https://dropbox.github.io/dropbox-api-v2-explorer/#files_list_folder&lt;/A&gt;` I get the path to&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;/my/folder&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;in the response, which is &lt;STRONG&gt;EMPTY&lt;/STRONG&gt; by the way. Can anyone help?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Oct 2019 13:39:17 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-solve-conflict-folder-error-with-Dropbox-API/m-p/371218#M20915</guid>
      <dc:creator>vherasme</dc:creator>
      <dc:date>2019-10-14T13:39:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to solve conflict folder error with Dropbox API</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-solve-conflict-folder-error-with-Dropbox-API/m-p/371237#M20916</link>
      <description>&lt;P&gt;Hi &lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1192184"&gt;@vherasme&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;What is the file name you want to upload to (not the local one - 'myspreadsheet.xlsx')? You point only directory ("/my/folder/"), but not the file in side! "path" have to point to file where local content will be uploaded to. &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@F55D1311E4D274BF094217A54A6087D3/images/emoticons/1f609.png" alt=":wink:" title=":wink:" /&gt;&lt;/P&gt;&lt;P&gt;Hope this casts some light.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Oct 2019 13:01:31 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-solve-conflict-folder-error-with-Dropbox-API/m-p/371237#M20916</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2019-10-14T13:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to solve conflict folder error with Dropbox API</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-solve-conflict-folder-error-with-Dropbox-API/m-p/371238#M20917</link>
      <description>&lt;P&gt;I thought it was set automatically as you had to choose the file in the UI. Thanks a lot for your help.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Oct 2019 13:03:53 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-solve-conflict-folder-error-with-Dropbox-API/m-p/371238#M20917</guid>
      <dc:creator>vherasme</dc:creator>
      <dc:date>2019-10-14T13:03:53Z</dc:date>
    </item>
  </channel>
</rss>

