<?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: Error path/conflict/folder in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Error-path-conflict-folder/m-p/558253#M26394</link>
    <description>&lt;P&gt;Yes, actually this example I'm already doing. First I check if a folder with that name already exists, if so, the file will be uploaded in this folder, if not, it will create the new folder to then upload the file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But the integration says that the folder with that name doesn't exits, so that's why it is going to the action to create a new folder. But then returns the error, so for me makes no sense.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I checked that doesn't exist, why it's not being able to create the folder?&lt;/P&gt;</description>
    <pubDate>Wed, 17 Nov 2021 17:09:04 GMT</pubDate>
    <dc:creator>sarahaidar2</dc:creator>
    <dc:date>2021-11-17T17:09:04Z</dc:date>
    <item>
      <title>Error path/conflict/folder</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Error-path-conflict-folder/m-p/558237#M26392</link>
      <description>&lt;P&gt;Hi, I have an integration that is built inside the Workato Ipaas and I'm receiving an error that says "path/conflict/folder..". I know that if a folder with that name already exists, it will return this error, but inside the integration before going to that action to create a new folder, I have another one to check if a folder with that name already exists, so for me it doenst make sense to return an error inside the create folder step&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="errordropbox.PNG" style="width: 417px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/26208i3042DA0DC98845D9/image-size/large?v=v2&amp;amp;px=999" role="button" title="errordropbox.PNG" alt="errordropbox.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Dec 2021 19:54:05 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Error-path-conflict-folder/m-p/558237#M26392</guid>
      <dc:creator>sarahaidar2</dc:creator>
      <dc:date>2021-12-14T19:54:05Z</dc:date>
    </item>
    <item>
      <title>Re: Error path/conflict/folder</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Error-path-conflict-folder/m-p/558246#M26393</link>
      <description>&lt;P&gt;If an app attempts to create a folder at a path where one already exists, the Dropbox API will return this error indicating that there's already a folder at that path. There isn't a way to change that particular API behavior, but the app can decide what to do with the error (e.g., to ignore it, or some other error handling behavior), of whether to make the call in the first place.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For instance, an app can check if a folder already exists, and if so, skip the folder creation step. That logic would be under the control of the app itself though.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Nov 2021 16:42:33 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Error-path-conflict-folder/m-p/558246#M26393</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2021-11-17T16:42:33Z</dc:date>
    </item>
    <item>
      <title>Re: Error path/conflict/folder</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Error-path-conflict-folder/m-p/558253#M26394</link>
      <description>&lt;P&gt;Yes, actually this example I'm already doing. First I check if a folder with that name already exists, if so, the file will be uploaded in this folder, if not, it will create the new folder to then upload the file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But the integration says that the folder with that name doesn't exits, so that's why it is going to the action to create a new folder. But then returns the error, so for me makes no sense.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I checked that doesn't exist, why it's not being able to create the folder?&lt;/P&gt;</description>
      <pubDate>Wed, 17 Nov 2021 17:09:04 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Error-path-conflict-folder/m-p/558253#M26394</guid>
      <dc:creator>sarahaidar2</dc:creator>
      <dc:date>2021-11-17T17:09:04Z</dc:date>
    </item>
    <item>
      <title>Re: Error path/conflict/folder</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Error-path-conflict-folder/m-p/558259#M26395</link>
      <description>&lt;P&gt;If "the integration says that the folder with that name doesn't exits" when it does actually exist, there may be a bug in the integration. We can't provide support for third party apps themselves, so you may need to debug that or contact the third party developer for help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If there seems to be a bug with the Dropbox API itself, please share the details so we can take a look. In that case, it would be best to &lt;A href="https://www.dropbox.com/developers/contact" target="_self"&gt;open an API ticket&lt;/A&gt; with the following details:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;the account ID of the affected account&lt;/LI&gt;
&lt;LI&gt;the name and version number of the SDK/library you are using, if any&lt;/LI&gt;
&lt;LI&gt;the steps to reproduce the issue, including relevant code snippet(s), but don't include any access or refresh token(s)&lt;/LI&gt;
&lt;LI&gt;the full text of any error or unexpected output&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Wed, 17 Nov 2021 17:37:03 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Error-path-conflict-folder/m-p/558259#M26395</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2021-11-17T17:37:03Z</dc:date>
    </item>
  </channel>
</rss>

