<?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 add a user to an application in development? in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-add-a-user-to-an-application-in-development/m-p/535861#M25785</link>
    <description>&lt;P&gt;I was able to solve my problem myself. For authorization using the Bearer method, you need exactly the same long access token that can be obtained with response_type=token&lt;/P&gt;</description>
    <pubDate>Thu, 29 Jul 2021 03:30:50 GMT</pubDate>
    <dc:creator>FALSHER</dc:creator>
    <dc:date>2021-07-29T03:30:50Z</dc:date>
    <item>
      <title>How to add a user to an application in development?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-add-a-user-to-an-application-in-development/m-p/535858#M25784</link>
      <description>&lt;P&gt;I want to test the developed application on another account. I get the access token using the method "/oauth2/authorize?client_id=*****&amp;amp;response_type=code".&amp;nbsp;As a result, I get a key that is different in length from the one that I generated in the app console, in addition, when I execute any request in the dropbox, I get a 401 Unauthorized status&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jul 2021 03:13:19 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-add-a-user-to-an-application-in-development/m-p/535858#M25784</guid>
      <dc:creator>FALSHER</dc:creator>
      <dc:date>2021-07-29T03:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a user to an application in development?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-add-a-user-to-an-application-in-development/m-p/535861#M25785</link>
      <description>&lt;P&gt;I was able to solve my problem myself. For authorization using the Bearer method, you need exactly the same long access token that can be obtained with response_type=token&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jul 2021 03:30:50 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-add-a-user-to-an-application-in-development/m-p/535861#M25785</guid>
      <dc:creator>FALSHER</dc:creator>
      <dc:date>2021-07-29T03:30:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a user to an application in development?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-add-a-user-to-an-application-in-development/m-p/535935#M25786</link>
      <description>&lt;P&gt;Yes, when using 'response_type=code', you'll get back an "authorization code", not an "access token". You can exchange the authorization code for an access token by calling &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#oauth2-token" target="_self"&gt;/oauth2/token&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When using 'response_type=token', you'll get back an access token directly. &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The 'response_type=token' flow is no longer recommended though. It's best to use 'response_type=code' for server-side apps, and 'response_type=code' with PKCE for client-side apps.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can find more information in &lt;A href="https://developers.dropbox.com/oauth-guide" target="_self"&gt;the OAuth Guide&lt;/A&gt; and &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#authorization" target="_self"&gt;authorization documentation&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jul 2021 14:17:11 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-add-a-user-to-an-application-in-development/m-p/535935#M25786</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2021-07-29T14:17:11Z</dc:date>
    </item>
  </channel>
</rss>

