<?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: Conflict Error in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Conflict-Error/m-p/684204#M30804</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1568768"&gt;@olavolsf&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;Would someone be so kind to tell me what I am doing wrong?&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Hi &lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1568768"&gt;@olavolsf&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;And... &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@9AD39CA637682E9616FBE31CDAF1B6C4/emoticons/1f914.png" alt=":thinking_face:" title=":thinking_face:" /&gt; What are you doing actually?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1568768"&gt;@olavolsf&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;It is (most probably) related with the Refresh Token (and consequently the AccessToken), because when I create in the APP the AccessToken and use it for testing in my program, everything is ok (&lt;U&gt;&lt;EM&gt;up to the point that I have to renew the AccessToken from the RefreshToken&lt;/EM&gt;&lt;/U&gt; - when the problem reapears).&amp;nbsp;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Mhm... What's going on at that moment (aside of "problem reappears")? How are you renewing your access token, so to become "non ok"? By the way, errors like "path not found" cannot come from wrong token refreshing if that's your main issue! If the access token is wrong, whatever you're executing will stop immediately and will return token related error, without even it reaches to try accessing something eventually missing or pointed incorrectly. Try figuring out what exactly is going on and where the error is coming from in advance (check all your params validity - not only access token).&lt;/P&gt;</description>
    <pubDate>Sat, 13 May 2023 22:31:17 GMT</pubDate>
    <dc:creator>Здравко</dc:creator>
    <dc:date>2023-05-13T22:31:17Z</dc:date>
    <item>
      <title>Conflict Error</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Conflict-Error/m-p/684165#M30803</link>
      <description>&lt;P&gt;Hi, Everyone. Hope you are all ok.&lt;/P&gt;&lt;P&gt;I am getting the dreadful&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="lia-align-center"&gt;Failed to access a remote cloud service&lt;BR /&gt;StatusCode: Conflict&lt;BR /&gt;Request result: {"error_summary": "path/not_found/", "error": {".tag": "path", "path": {".tag": "not_found"}}}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It is (most probably) related with the Refresh Token (and consequently the AccessToken), because when I create in the APP the AccessToken and use it for testing in my program, everything is ok (up to the point that I have to renew the AccessToken from the RefreshToken - when the problem reapears).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, I am getting the AccessToken and RefreshToken from the authorization flow accessing:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="lia-align-center"&gt;&lt;A href="https://www.dropbox.com/oauth2/authorize?client_id=XXXXXXX&amp;amp;token_access_type=offline&amp;amp;response_type=code" target="_blank"&gt;https://www.dropbox.com/oauth2/authorize?client_id=XXXXXXX&amp;amp;token_access_type=offline&amp;amp;response_type=code&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;with the following response:&lt;BR /&gt;&lt;BR /&gt;{"access_token": "sl.XXXXX", "token_type": "bearer", "expires_in": 14400, "refresh_token": "YYYYY", "scope": "account_info.read account_info.write contacts.read contacts.write file_requests.read file_requests.write files.content.read files.content.write files.metadata.read files.metadata.write sharing.read sharing.write", "uid": "WWWW", "account_id": "dbid:ZZZZZ"}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;which seems to be ok (of course, with XXX, YYY and ZZZ the correct codes). I have also looked at the dropbox folders to see if their exist (and they do).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would someone be so kind to tell me what I am doing wrong?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards, Olavo.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 13 May 2023 15:01:43 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Conflict-Error/m-p/684165#M30803</guid>
      <dc:creator>olavolsf</dc:creator>
      <dc:date>2023-05-13T15:01:43Z</dc:date>
    </item>
    <item>
      <title>Re: Conflict Error</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Conflict-Error/m-p/684204#M30804</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1568768"&gt;@olavolsf&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;Would someone be so kind to tell me what I am doing wrong?&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Hi &lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1568768"&gt;@olavolsf&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;And... &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@9AD39CA637682E9616FBE31CDAF1B6C4/emoticons/1f914.png" alt=":thinking_face:" title=":thinking_face:" /&gt; What are you doing actually?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1568768"&gt;@olavolsf&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;It is (most probably) related with the Refresh Token (and consequently the AccessToken), because when I create in the APP the AccessToken and use it for testing in my program, everything is ok (&lt;U&gt;&lt;EM&gt;up to the point that I have to renew the AccessToken from the RefreshToken&lt;/EM&gt;&lt;/U&gt; - when the problem reapears).&amp;nbsp;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Mhm... What's going on at that moment (aside of "problem reappears")? How are you renewing your access token, so to become "non ok"? By the way, errors like "path not found" cannot come from wrong token refreshing if that's your main issue! If the access token is wrong, whatever you're executing will stop immediately and will return token related error, without even it reaches to try accessing something eventually missing or pointed incorrectly. Try figuring out what exactly is going on and where the error is coming from in advance (check all your params validity - not only access token).&lt;/P&gt;</description>
      <pubDate>Sat, 13 May 2023 22:31:17 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Conflict-Error/m-p/684204#M30804</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2023-05-13T22:31:17Z</dc:date>
    </item>
    <item>
      <title>Re: Conflict Error</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Conflict-Error/m-p/684441#M30810</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1568768"&gt;@olavolsf&lt;/a&gt; As Здравко said, a 'path/not_found' error doesn't indicate an issue with the access/refresh token itself. If an access token or refresh token is invalid, attempting to use it will fail with an error indicating an issue with the token.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A 'path/not_found' error indicates an issue with the 'path' value being supplied; that is, nothing was found at the supplied 'path' value in the connected account/root.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I suggest reading the &lt;A href="https://www.dropbox.com/developers/reference/getting-started" target="_blank"&gt;Getting Started&lt;/A&gt; and &lt;A href="https://developers.dropbox.com/dbx-file-access-guide" target="_blank"&gt;File Access&lt;/A&gt; guides for reference on how to begin working with the Dropbox API and how to access files/folders via the API.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If something isn't working as expected, feel free to share the relevant code/parameters/output, but please redact any access token, refresh token, or app secret.&lt;/P&gt;</description>
      <pubDate>Mon, 15 May 2023 14:17:54 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Conflict-Error/m-p/684441#M30810</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2023-05-15T14:17:54Z</dc:date>
    </item>
  </channel>
</rss>

