<?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: Login into dropbox without redirect-uri in Discuss Dropbox Developer &amp; API</title>
    <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Login-into-dropbox-without-redirect-uri/m-p/428054#M1287</link>
    <description>&lt;P&gt;Thanks for the information. Unfortunately the redirect URI functionality is the only way&amp;nbsp;Dropbox offers to automate this.&lt;/P&gt;</description>
    <pubDate>Tue, 09 Jun 2020 14:39:48 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2020-06-09T14:39:48Z</dc:date>
    <item>
      <title>Login into dropbox without redirect-uri</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Login-into-dropbox-without-redirect-uri/m-p/427894#M1282</link>
      <description>&lt;P&gt;I am using "/oauth2/authorize?response_type=code&amp;amp;client_id=&amp;lt;clientid&amp;gt;&amp;amp;state=&amp;lt;randomstring&amp;gt;"&amp;nbsp; url and converted it into QR code and display to user.&lt;/P&gt;
&lt;P&gt;User then scan the QR Code from&amp;nbsp; smart phone and login through smartphone. After entering credentials , I am getting follwing message on smartphone&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Enter this code into &amp;lt;app_name&amp;gt; to finish the process.&lt;/P&gt;
&lt;P&gt;&amp;lt;*******************************&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there a way to generate the access token using this authorization code apart from manually pasting it tp "/token" url ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any help would be appreciated.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jun 2020 13:58:24 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Login-into-dropbox-without-redirect-uri/m-p/427894#M1282</guid>
      <dc:creator>ntnvrma</dc:creator>
      <dc:date>2020-06-09T13:58:24Z</dc:date>
    </item>
    <item>
      <title>Re: Login into dropbox without redirect-uri</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Login-into-dropbox-without-redirect-uri/m-p/428039#M1285</link>
      <description>&lt;P&gt;When using the &lt;A href="https://www.dropbox.com/developers/reference/oauth-guide" target="_self"&gt;OAuth&lt;/A&gt; 2 code flow like this, using &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#oauth2-token" target="_self"&gt;the&amp;nbsp;/oauth2/token endpoint&lt;/A&gt; to exchange the authorization code for an access token is the correct and only way to get an access token.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Exactly how you get that authorization code value to the client where you need to make the /oauth2/token call can vary though. As you currently have it, you can have&amp;nbsp;the user manually copy/paste or type the authorization code to the client. Alternatively, the only other way to automate this would be to use a redirect URI in the 'redirect_uri' parameter passed to &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#oauth2-authorize" target="_self"&gt;/oauth2/authorize&lt;/A&gt;. If you can't use a redirect URI for some reason, you will need to have the user do this manually.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jun 2020 14:13:36 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Login-into-dropbox-without-redirect-uri/m-p/428039#M1285</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-06-09T14:13:36Z</dc:date>
    </item>
    <item>
      <title>Re: Login into dropbox without redirect-uri</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Login-into-dropbox-without-redirect-uri/m-p/428048#M1286</link>
      <description>&lt;P&gt;I understand your point, but in my current scenario: my authorization code is displayed on my smartphone and my desktop application needs access token.&lt;/P&gt;&lt;P&gt;manually entering the code ...works&amp;nbsp; fine.&lt;/P&gt;&lt;P&gt;Just wanted to know , if there's any other way to automate the OAuth without having the redirect_uri.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Appreciate your response &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@FBF7D2AB59A0D6E861EBF6A36F93B7E2/emoticons/1f642.png" alt=":slightly_smiling_face:" title=":slightly_smiling_face:" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jun 2020 14:28:31 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Login-into-dropbox-without-redirect-uri/m-p/428048#M1286</guid>
      <dc:creator>ntnvrma</dc:creator>
      <dc:date>2020-06-09T14:28:31Z</dc:date>
    </item>
    <item>
      <title>Re: Login into dropbox without redirect-uri</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Login-into-dropbox-without-redirect-uri/m-p/428054#M1287</link>
      <description>&lt;P&gt;Thanks for the information. Unfortunately the redirect URI functionality is the only way&amp;nbsp;Dropbox offers to automate this.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jun 2020 14:39:48 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Login-into-dropbox-without-redirect-uri/m-p/428054#M1287</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-06-09T14:39:48Z</dc:date>
    </item>
  </channel>
</rss>

