<?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 No Redirect URI in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/No-Redirect-URI/m-p/194230#M8758</link>
    <description>&lt;P&gt;I am new to oAuth 2.0. I have read that a redirect URI is neccessary for an implict flow authentication and authorization.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, I have registered my Android app in Dropbox app console and have not provided a redirect URI. Still, apps user can authorize app and the app obtains an access token and everything works fine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If redirect URI is blank, how is this all working ?? Does dropbox android sdk&amp;nbsp; &lt;EM&gt;&lt;STRONG&gt;com.dropbox.core:dropbox-core-sdk:2.1.1&lt;/STRONG&gt;&lt;/EM&gt; fills in a default with something like &lt;STRONG&gt;http://localhost&lt;/STRONG&gt; ? &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please explain this. I am very much confused on this point.&lt;/P&gt;</description>
    <pubDate>Wed, 29 May 2019 09:28:24 GMT</pubDate>
    <dc:creator>aishwarya k.</dc:creator>
    <dc:date>2019-05-29T09:28:24Z</dc:date>
    <item>
      <title>No Redirect URI</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/No-Redirect-URI/m-p/194230#M8758</link>
      <description>&lt;P&gt;I am new to oAuth 2.0. I have read that a redirect URI is neccessary for an implict flow authentication and authorization.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, I have registered my Android app in Dropbox app console and have not provided a redirect URI. Still, apps user can authorize app and the app obtains an access token and everything works fine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If redirect URI is blank, how is this all working ?? Does dropbox android sdk&amp;nbsp; &lt;EM&gt;&lt;STRONG&gt;com.dropbox.core:dropbox-core-sdk:2.1.1&lt;/STRONG&gt;&lt;/EM&gt; fills in a default with something like &lt;STRONG&gt;http://localhost&lt;/STRONG&gt; ? &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please explain this. I am very much confused on this point.&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:28:24 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/No-Redirect-URI/m-p/194230#M8758</guid>
      <dc:creator>aishwarya k.</dc:creator>
      <dc:date>2019-05-29T09:28:24Z</dc:date>
    </item>
    <item>
      <title>Re: No Redirect URI</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/No-Redirect-URI/m-p/194304#M8773</link>
      <description>&lt;P&gt;You're correct that the OAuth 2 implicit flow requires a redirect URI. When using the API v2 Java SDK in an Android app, the SDK automatically uses a local redirect URI, based on your app key.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can see how this works in the code:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/dropbox/dropbox-sdk-java/blob/7ecc15cf0f51d6ae2ba5cdb334aac2c2f3474b87/src/main/java/com/dropbox/core/android/Auth.java#L12" target="_blank"&gt;https://github.com/dropbox/dropbox-sdk-java/blob/7ecc15cf0f51d6ae2ba5cdb334aac2c2f3474b87/src/main/java/com/dropbox/core/android/Auth.java#L12&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/dropbox/dropbox-sdk-java/blob/7ecc15cf0f51d6ae2ba5cdb334aac2c2f3474b87/src/main/java/com/dropbox/core/android/AuthActivity.java#L207" target="_blank"&gt;https://github.com/dropbox/dropbox-sdk-java/blob/7ecc15cf0f51d6ae2ba5cdb334aac2c2f3474b87/src/main/java/com/dropbox/core/android/AuthActivity.java#L207&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://github.com/dropbox/dropbox-sdk-java/blob/7ecc15cf0f51d6ae2ba5cdb334aac2c2f3474b87/src/main/java/com/dropbox/core/android/AuthActivity.java#L227" target="_blank"&gt;https://github.com/dropbox/dropbox-sdk-java/blob/7ecc15cf0f51d6ae2ba5cdb334aac2c2f3474b87/src/main/java/com/dropbox/core/android/AuthActivity.java#L227&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Nov 2016 19:13:15 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/No-Redirect-URI/m-p/194304#M8773</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-11-14T19:13:15Z</dc:date>
    </item>
    <item>
      <title>Re: No Redirect URI</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/No-Redirect-URI/m-p/194514#M8800</link>
      <description>Hi Greg, Thanks for the reply. I have looked earlier also at the codes you mentioned, but couldn't find any reference to redirect URI there (as a default or anything). What am I missing here? Regards, Aish</description>
      <pubDate>Wed, 16 Nov 2016 06:10:58 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/No-Redirect-URI/m-p/194514#M8800</guid>
      <dc:creator>aishwarya k.</dc:creator>
      <dc:date>2016-11-16T06:10:58Z</dc:date>
    </item>
    <item>
      <title>Re: No Redirect URI</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/No-Redirect-URI/m-p/194604#M8815</link>
      <description>&lt;P&gt;The SDK uses a default URI, so it doesn't need to be explicitly provided. My third link shows where the SDK checks that the app is registered for the default URI though (db-&amp;lt;app_key&amp;gt;).&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2016 19:38:45 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/No-Redirect-URI/m-p/194604#M8815</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-11-16T19:38:45Z</dc:date>
    </item>
  </channel>
</rss>

