<?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: Display Token Redirect URI is not showing in Discuss Dropbox Developer &amp; API</title>
    <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Display-Token-Redirect-URI-is-not-showing/m-p/703513#M3512</link>
    <description>&lt;P&gt;The &lt;A href="https://www.dropbox.com/1/oauth2/display_token" target="_blank"&gt;https://www.dropbox.com/1/oauth2/display_token&lt;/A&gt; page was only built for the response_type=token flow, not the response_type=code flow.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example,&amp;nbsp;&lt;A href="https://www.dropbox.com/1/oauth2/display_token?code=thiswillnotshow" target="_blank"&gt;https://www.dropbox.com/1/oauth2/display_token?code=thiswillnotshow&lt;/A&gt; will not show the value, but &lt;A href="https://www.dropbox.com/1/oauth2/display_token#access_token=thiswillshow" target="_blank"&gt;https://www.dropbox.com/1/oauth2/display_token#access_token=thiswillshow&lt;/A&gt; will show the value.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In your screenshot, you're using "?code=", which is not supported by the &lt;A href="https://www.dropbox.com/1/oauth2/display_token" target="_blank"&gt;https://www.dropbox.com/1/oauth2/display_token&lt;/A&gt; page. The response_type=token flow is considered deprecated now in favor of the response_type=code flow anyway, so we don't recommend using the response_type=token flow or the &lt;A href="https://www.dropbox.com/1/oauth2/display_token" target="_blank"&gt;https://www.dropbox.com/1/oauth2/display_token&lt;/A&gt; page anymore. You should use the response_type=code flow with your own redirect URI on your own server. Please refer to the &lt;A href="https://developers.dropbox.com/oauth-guide" target="_blank"&gt;OAuth Guide&lt;/A&gt; and &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#authorization" target="_blank"&gt;authorization documentation&lt;/A&gt; for more information.&lt;/P&gt;</description>
    <pubDate>Wed, 02 Aug 2023 18:27:20 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2023-08-02T18:27:20Z</dc:date>
    <item>
      <title>Display Token Redirect URI is not showing</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Display-Token-Redirect-URI-is-not-showing/m-p/703505#M3511</link>
      <description>&lt;P&gt;I am authenticating an App, and everything is fine, just a bug that I think is happening in the Dropbox website.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After authenticating the app, it redirects to a URL that we must set, and I&amp;nbsp;am using in my project the following redirect URI that it shows by Drobpox:&amp;nbsp;&lt;A href="https://www.dropbox.com/1/oauth2/display_token" target="_blank" rel="noopener"&gt;https://www.dropbox.com/1/oauth2/display_token&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Today, I noticed that the site is not showing the code and I would like to know if someone else is happening or a bug to solve for Dropbox.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I could get the code from the URL, but that code is not valid, it is just an example.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="luisdatec_0-1690999770094.png" style="width: 400px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/39463i71D3EE259A8B400F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="luisdatec_0-1690999770094.png" alt="luisdatec_0-1690999770094.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Aug 2023 18:14:29 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Display-Token-Redirect-URI-is-not-showing/m-p/703505#M3511</guid>
      <dc:creator>luisdatec</dc:creator>
      <dc:date>2023-08-02T18:14:29Z</dc:date>
    </item>
    <item>
      <title>Re: Display Token Redirect URI is not showing</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Display-Token-Redirect-URI-is-not-showing/m-p/703513#M3512</link>
      <description>&lt;P&gt;The &lt;A href="https://www.dropbox.com/1/oauth2/display_token" target="_blank"&gt;https://www.dropbox.com/1/oauth2/display_token&lt;/A&gt; page was only built for the response_type=token flow, not the response_type=code flow.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example,&amp;nbsp;&lt;A href="https://www.dropbox.com/1/oauth2/display_token?code=thiswillnotshow" target="_blank"&gt;https://www.dropbox.com/1/oauth2/display_token?code=thiswillnotshow&lt;/A&gt; will not show the value, but &lt;A href="https://www.dropbox.com/1/oauth2/display_token#access_token=thiswillshow" target="_blank"&gt;https://www.dropbox.com/1/oauth2/display_token#access_token=thiswillshow&lt;/A&gt; will show the value.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In your screenshot, you're using "?code=", which is not supported by the &lt;A href="https://www.dropbox.com/1/oauth2/display_token" target="_blank"&gt;https://www.dropbox.com/1/oauth2/display_token&lt;/A&gt; page. The response_type=token flow is considered deprecated now in favor of the response_type=code flow anyway, so we don't recommend using the response_type=token flow or the &lt;A href="https://www.dropbox.com/1/oauth2/display_token" target="_blank"&gt;https://www.dropbox.com/1/oauth2/display_token&lt;/A&gt; page anymore. You should use the response_type=code flow with your own redirect URI on your own server. Please refer to the &lt;A href="https://developers.dropbox.com/oauth-guide" target="_blank"&gt;OAuth Guide&lt;/A&gt; and &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#authorization" target="_blank"&gt;authorization documentation&lt;/A&gt; for more information.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Aug 2023 18:27:20 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Display-Token-Redirect-URI-is-not-showing/m-p/703513#M3512</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2023-08-02T18:27:20Z</dc:date>
    </item>
    <item>
      <title>Re: Display Token Redirect URI is not showing</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Display-Token-Redirect-URI-is-not-showing/m-p/703515#M3513</link>
      <description>&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 02 Aug 2023 18:30:39 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Display-Token-Redirect-URI-is-not-showing/m-p/703515#M3513</guid>
      <dc:creator>luisdatec</dc:creator>
      <dc:date>2023-08-02T18:30:39Z</dc:date>
    </item>
  </channel>
</rss>

