<?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: access token don't work in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/access-token-don-t-work/m-p/619561#M28537</link>
    <description>&lt;P&gt;A 'path/not_found' error from &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder" target="_blank"&gt;/2/files/list_folder&lt;/A&gt; indicates that nothing was found at the specified "path" in the connected account. Note though that paths will be relative to the root for that call, which will depend on the &lt;A href="https://www.dropbox.com/developers/reference/developer-guide#app-permissions" target="_blank"&gt;access type&lt;/A&gt; of the app being used.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example, the API Explorer's own app is registered for "full Dropbox" access, and so can access anything in the connected account. It sounds like your app is registered for "app folder" access though, and so can only access the contents of the special app folder that gets created in the connected account (by default at "/Apps/&amp;lt;app name&amp;gt;" for accounts with the English locale).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So if your app has the app folder access type, and you try to list the contents of a path "/folder", that will actually be trying to access a folder at "/Apps/&amp;lt;app name&amp;gt;/folder". If you need to access things outside of the app folder, such as a folder like "/folder" in the actual root of your account, you'll need to &lt;A href="https://www.dropbox.com/developers/apps/create" target="_blank"&gt;register&lt;/A&gt; an app for full Dropbox access and use that instead.&lt;/P&gt;</description>
    <pubDate>Wed, 31 Aug 2022 18:26:05 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2022-08-31T18:26:05Z</dc:date>
    <item>
      <title>access token don't work</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/access-token-don-t-work/m-p/619405#M28522</link>
      <description>&lt;P&gt;The access token generated in the app console does not work. The access token obtained from the call to / oauth2 / token does not work either. Instead, the access token generated in Dropbox API Explorer works great. Do you have any explanation and how do i get a valid access token?&lt;/P&gt;</description>
      <pubDate>Wed, 31 Aug 2022 11:09:45 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/access-token-don-t-work/m-p/619405#M28522</guid>
      <dc:creator>angelo_costantino</dc:creator>
      <dc:date>2022-08-31T11:09:45Z</dc:date>
    </item>
    <item>
      <title>Re: access token don't work</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/access-token-don-t-work/m-p/619447#M28526</link>
      <description>&lt;P&gt;I'll be happy to help with any issues you're having with the Dropbox API, but I'll need some more information. Please reply with:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;the name and version number of the platform and 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, 31 Aug 2022 14:10:38 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/access-token-don-t-work/m-p/619447#M28526</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2022-08-31T14:10:38Z</dc:date>
    </item>
    <item>
      <title>Re: access token don't work</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/access-token-don-t-work/m-p/619559#M28536</link>
      <description>&lt;P&gt;Thanks for the support. I'm new to DropBox. I registered an application in the "App Console" and developed the application using REST technology to access DropBox services. My programming language is Delphi by Embarcadero. Following the instructions of "Dropbox for HTTP Developers" I requested the authentication code at the EndPoint "/ oauth2 / authorize" and I received the access token and the refresh token. I used the access token to request the list of files in my DropBox folder ("/ MyFolder") through the EndPoint "2 / files / list_folder" and I get the error: "{" error_summary ":" path / not_found / .. "," error ": {" .tag ":" path "," path ": {" .tag ":" not_found "}}}". If through my application I make the same request using the access token generated in the "&lt;A href="https://dropbox.github.io/dropbox-api-v2-explorer/" target="_blank"&gt;https://dropbox.github.io/dropbox-api-v2-explorer/&lt;/A&gt;" environment, the request is successful and my application regularly receives the list of files in my DropBox folder. Can you explain this strange behavior to me?&lt;/P&gt;</description>
      <pubDate>Wed, 31 Aug 2022 18:08:19 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/access-token-don-t-work/m-p/619559#M28536</guid>
      <dc:creator>angelo_costantino</dc:creator>
      <dc:date>2022-08-31T18:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: access token don't work</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/access-token-don-t-work/m-p/619561#M28537</link>
      <description>&lt;P&gt;A 'path/not_found' error from &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder" target="_blank"&gt;/2/files/list_folder&lt;/A&gt; indicates that nothing was found at the specified "path" in the connected account. Note though that paths will be relative to the root for that call, which will depend on the &lt;A href="https://www.dropbox.com/developers/reference/developer-guide#app-permissions" target="_blank"&gt;access type&lt;/A&gt; of the app being used.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example, the API Explorer's own app is registered for "full Dropbox" access, and so can access anything in the connected account. It sounds like your app is registered for "app folder" access though, and so can only access the contents of the special app folder that gets created in the connected account (by default at "/Apps/&amp;lt;app name&amp;gt;" for accounts with the English locale).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So if your app has the app folder access type, and you try to list the contents of a path "/folder", that will actually be trying to access a folder at "/Apps/&amp;lt;app name&amp;gt;/folder". If you need to access things outside of the app folder, such as a folder like "/folder" in the actual root of your account, you'll need to &lt;A href="https://www.dropbox.com/developers/apps/create" target="_blank"&gt;register&lt;/A&gt; an app for full Dropbox access and use that instead.&lt;/P&gt;</description>
      <pubDate>Wed, 31 Aug 2022 18:26:05 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/access-token-don-t-work/m-p/619561#M28537</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2022-08-31T18:26:05Z</dc:date>
    </item>
  </channel>
</rss>

