<?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: The Dropbox authorization URL returns always 500 error in Discuss Dropbox Developer &amp; API</title>
    <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/The-Dropbox-authorization-URL-returns-always-500-error/m-p/382731#M903</link>
    <description>&lt;P&gt;Thanks for the report! It looks like this is failing because you're missing the 'response_type' parameter. You can find more information on the parameters in the documentation&amp;nbsp;for /oauth2/authorize.&lt;/P&gt;
&lt;P&gt;We support "token" and "code" as the values for 'response_type', so for example you might use one of these:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://www.dropbox.com/oauth2/authorize?client_id=fo7d5lzzuql1161&amp;amp;redirect_uri=https://localhost/test/dropbox&amp;amp;response_type=token" target="_blank"&gt;https://www.dropbox.com/oauth2/authorize?client_id=fo7d5lzzuql1161&amp;amp;redirect_uri=https://localhost/test/dropbox&amp;amp;response_type=token&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://www.dropbox.com/oauth2/authorize?client_id=fo7d5lzzuql1161&amp;amp;redirect_uri=https://localhost/test/dropbox&amp;amp;response_type=code" target="_blank"&gt;https://www.dropbox.com/oauth2/authorize?client_id=fo7d5lzzuql1161&amp;amp;redirect_uri=https://localhost/test/dropbox&amp;amp;response_type=code&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;I'll ask the team to fix that up so it returns a better error message when 'response_type' is omitted though.&lt;/P&gt;</description>
    <pubDate>Fri, 06 Dec 2019 17:51:56 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2019-12-06T17:51:56Z</dc:date>
    <item>
      <title>The Dropbox authorization URL returns always 500 error</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/The-Dropbox-authorization-URL-returns-always-500-error/m-p/382726#M902</link>
      <description>&lt;P&gt;&lt;SPAN&gt;The Dropbox&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#oauth2-authorize" target="_blank" rel="noopener"&gt;authorization URL&lt;/A&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;is specific to your app and is composed of your app key, redirect URI, response type, and state (it looks something like&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;A href="https://www.dropbox.com/oauth2/authorize?client_id=...&amp;amp;redirect_uri=" target="_blank" rel="noopener"&gt;https://www.dropbox.com/oauth2/authorize?client_id=...&amp;amp;redirect_uri=&lt;/A&gt;...&lt;SPAN&gt;). Each of the Dropbox SDKs contains a method that will help you generate this URL when you need it.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Then i build my own url:&lt;/P&gt;
&lt;PRE&gt;https://www.dropbox.com/oauth2/authorize?client_id=fo7d5lzzuql1161&amp;amp;redirect_uri=https://localhost/test/dropbox&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN&gt;And i get this sad cat no matter what i do, i have enabled the 500 users for the development, added the icons and description to the branding section.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="LRU17PB" style="width: 687px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/12650iEF153AA61BBB938D/image-size/large?v=v2&amp;amp;px=999" role="button" title="LRU17PB" alt="LRU17PB" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Dec 2019 18:28:17 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/The-Dropbox-authorization-URL-returns-always-500-error/m-p/382726#M902</guid>
      <dc:creator>gestionapp</dc:creator>
      <dc:date>2019-12-06T18:28:17Z</dc:date>
    </item>
    <item>
      <title>Re: The Dropbox authorization URL returns always 500 error</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/The-Dropbox-authorization-URL-returns-always-500-error/m-p/382731#M903</link>
      <description>&lt;P&gt;Thanks for the report! It looks like this is failing because you're missing the 'response_type' parameter. You can find more information on the parameters in the documentation&amp;nbsp;for /oauth2/authorize.&lt;/P&gt;
&lt;P&gt;We support "token" and "code" as the values for 'response_type', so for example you might use one of these:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://www.dropbox.com/oauth2/authorize?client_id=fo7d5lzzuql1161&amp;amp;redirect_uri=https://localhost/test/dropbox&amp;amp;response_type=token" target="_blank"&gt;https://www.dropbox.com/oauth2/authorize?client_id=fo7d5lzzuql1161&amp;amp;redirect_uri=https://localhost/test/dropbox&amp;amp;response_type=token&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://www.dropbox.com/oauth2/authorize?client_id=fo7d5lzzuql1161&amp;amp;redirect_uri=https://localhost/test/dropbox&amp;amp;response_type=code" target="_blank"&gt;https://www.dropbox.com/oauth2/authorize?client_id=fo7d5lzzuql1161&amp;amp;redirect_uri=https://localhost/test/dropbox&amp;amp;response_type=code&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;I'll ask the team to fix that up so it returns a better error message when 'response_type' is omitted though.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Dec 2019 17:51:56 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/The-Dropbox-authorization-URL-returns-always-500-error/m-p/382731#M903</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-12-06T17:51:56Z</dc:date>
    </item>
    <item>
      <title>Re: The Dropbox authorization URL returns always 500 error</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/The-Dropbox-authorization-URL-returns-always-500-error/m-p/382739#M905</link>
      <description>&lt;P&gt;Thank you Greg, you saved my day!&lt;/P&gt;</description>
      <pubDate>Fri, 06 Dec 2019 18:05:08 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/The-Dropbox-authorization-URL-returns-always-500-error/m-p/382739#M905</guid>
      <dc:creator>gestionapp</dc:creator>
      <dc:date>2019-12-06T18:05:08Z</dc:date>
    </item>
  </channel>
</rss>

