<?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: Authorization web page not redirecting back to my app in Android in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Authorization-web-page-not-redirecting-back-to-my-app-in-Android/m-p/248235#M14238</link>
    <description>Thanks! We'll work on debugging this with the build.</description>
    <pubDate>Fri, 20 Oct 2017 14:58:56 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2017-10-20T14:58:56Z</dc:date>
    <item>
      <title>Authorization web page not redirecting back to my app in Android</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Authorization-web-page-not-redirecting-back-to-my-app-in-Android/m-p/246442#M14035</link>
      <description>&lt;P&gt;In our Android app, I am having an issue where the dropbox.com authorize web page does not redirect back to our app when the user clicks the Allow button.&amp;nbsp; I wrote a sample app and the OAuth2 flow works fine with that app on the same device\environment.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The first time you click the Allow button once the page displays, the page seems to refresh in Chrome.&amp;nbsp; It seems like it's redirecting back to itself.&amp;nbsp; The app does show up as connected to the account when I look in Settings for the user on dropbox.com.&amp;nbsp; So that part of the auth flow is working - it's just not redirecting to the app.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I added the AuthActivity to the manifest...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;lt;&lt;SPAN&gt;activity&lt;BR /&gt;&lt;/SPAN&gt;    &lt;SPAN&gt;android&lt;/SPAN&gt;&lt;SPAN&gt;:name=&lt;/SPAN&gt;&lt;SPAN&gt;"com.dropbox.core.android.AuthActivity"&lt;BR /&gt;&lt;/SPAN&gt;    &lt;SPAN&gt;android&lt;/SPAN&gt;&lt;SPAN&gt;:configChanges=&lt;/SPAN&gt;&lt;SPAN&gt;"orientation|keyboard"&lt;BR /&gt;&lt;/SPAN&gt;    &lt;SPAN&gt;android&lt;/SPAN&gt;&lt;SPAN&gt;:launchMode=&lt;/SPAN&gt;&lt;SPAN&gt;"singleTask"&lt;/SPAN&gt;&amp;gt;&lt;BR /&gt;    &amp;lt;&lt;SPAN&gt;intent-filter&lt;/SPAN&gt;&amp;gt;&lt;BR /&gt;        &lt;SPAN&gt;&amp;lt;!-- Insert your app key after “db-  ...” --&amp;gt;&lt;BR /&gt;&lt;/SPAN&gt;        &amp;lt;&lt;SPAN&gt;data &lt;/SPAN&gt;&lt;SPAN&gt;android&lt;/SPAN&gt;&lt;SPAN&gt;:scheme=&lt;/SPAN&gt;&lt;SPAN&gt;"db-xxxxxxx" &lt;/SPAN&gt;/&amp;gt;&lt;BR /&gt;&lt;BR /&gt;        &amp;lt;&lt;SPAN&gt;action &lt;/SPAN&gt;&lt;SPAN&gt;android&lt;/SPAN&gt;&lt;SPAN&gt;:name=&lt;/SPAN&gt;&lt;SPAN&gt;"android.intent.action.VIEW" &lt;/SPAN&gt;/&amp;gt;&lt;BR /&gt;&lt;BR /&gt;        &amp;lt;&lt;SPAN&gt;category &lt;/SPAN&gt;&lt;SPAN&gt;android&lt;/SPAN&gt;&lt;SPAN&gt;:name=&lt;/SPAN&gt;&lt;SPAN&gt;"android.intent.category.BROWSABLE" &lt;/SPAN&gt;/&amp;gt;&lt;BR /&gt;        &amp;lt;&lt;SPAN&gt;category &lt;/SPAN&gt;&lt;SPAN&gt;android&lt;/SPAN&gt;&lt;SPAN&gt;:name=&lt;/SPAN&gt;&lt;SPAN&gt;"android.intent.category.DEFAULT" &lt;/SPAN&gt;/&amp;gt;&lt;BR /&gt;    &amp;lt;/&lt;SPAN&gt;intent-filter&lt;/SPAN&gt;&amp;gt;&lt;BR /&gt;&amp;lt;/&lt;SPAN&gt;activity&lt;/SPAN&gt;&amp;gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And I am calling Auth.startOAuth2Authentication() here...&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;public void &lt;/SPAN&gt;authenticateNewDropbox(Activity con)   &lt;SPAN&gt;//++ Added con param&lt;BR /&gt;&lt;/SPAN&gt;{&lt;BR /&gt;   &lt;SPAN&gt;// Set bool so we know on Resume that we're logging into Dropbox&lt;BR /&gt;&lt;/SPAN&gt;   &lt;SPAN&gt;mIsDropboxLogin &lt;/SPAN&gt;= &lt;SPAN&gt;true&lt;/SPAN&gt;;&lt;BR /&gt;   &lt;SPAN&gt;//Kick off auth2 flow: this launches the browser, and then back to us in OnResume() in the Activity&lt;BR /&gt;&lt;/SPAN&gt;   Auth.&lt;SPAN&gt;startOAuth2Authentication&lt;/SPAN&gt;(con, con.getResources().getString(R.string.&lt;SPAN&gt;APP_KEY&lt;/SPAN&gt;));&lt;BR /&gt;}&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The app was previously doing OAuth2 with the v1 SDK and it worked fine.&amp;nbsp; I've tried a new AppID as well.&amp;nbsp; I don't see any relevant messages in the Android Monitor in Android Studio.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Been stuck on this for a couple days and I can't understand what I'm doing wrong.&amp;nbsp; Thanks for any help.&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:18:22 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Authorization-web-page-not-redirecting-back-to-my-app-in-Android/m-p/246442#M14035</guid>
      <dc:creator>TimB-Dev</dc:creator>
      <dc:date>2019-05-29T09:18:22Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization web page not redirecting back to my app in Android</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Authorization-web-page-not-redirecting-back-to-my-app-in-Android/m-p/246475#M14041</link>
      <description>&lt;P&gt;Thanks for the report! I'm not aware of anything that should cause this, so we'll have to investigate.&lt;BR /&gt;&lt;BR /&gt;It will be difficult since this doesn't reproduce in a sample app, so to begin, some additional information would be helpful:&lt;BR /&gt;- what version number of the SDK do you have installed?&lt;BR /&gt;- what Android version(s) are you seeing this with?&lt;BR /&gt;- have you tested this on multiple devices or emulators? Do they all display the same issue?&lt;/P&gt;</description>
      <pubDate>Wed, 11 Oct 2017 19:00:21 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Authorization-web-page-not-redirecting-back-to-my-app-in-Android/m-p/246475#M14041</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-10-11T19:00:21Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization web page not redirecting back to my app in Android</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Authorization-web-page-not-redirecting-back-to-my-app-in-Android/m-p/246499#M14043</link>
      <description>&lt;P&gt;Dropbox sdk 3.0.3.&amp;nbsp; Same behavior&amp;nbsp;on both a 7.1.1 and a 6.0.1 device.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Oct 2017 23:26:56 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Authorization-web-page-not-redirecting-back-to-my-app-in-Android/m-p/246499#M14043</guid>
      <dc:creator>TimB-Dev</dc:creator>
      <dc:date>2017-10-11T23:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization web page not redirecting back to my app in Android</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Authorization-web-page-not-redirecting-back-to-my-app-in-Android/m-p/246650#M14063</link>
      <description>Thanks! Unfortunately I don't see anything out of the ordinary here. A few ideas next:&lt;BR /&gt;&lt;BR /&gt;- It might be useful to see if there are any errors coming up in the JavaScript console, e.g., using Chrome remote debugging: &lt;A href="https://developers.google.com/web/tools/chrome-devtools/remote-debugging/" target="_blank"&gt;https://developers.google.com/web/tools/chrome-devtools/remote-debugging/&lt;/A&gt;&lt;BR /&gt;- Also, can you try it in a non-Chrome browser?&lt;BR /&gt;- If you want, share a build that produces the issue with us and we'll try to troubleshoot it here: &lt;A href="https://www.dropbox.com/developers/contact" target="_blank"&gt;https://www.dropbox.com/developers/contact&lt;/A&gt;</description>
      <pubDate>Thu, 12 Oct 2017 19:31:47 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Authorization-web-page-not-redirecting-back-to-my-app-in-Android/m-p/246650#M14063</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-10-12T19:31:47Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization web page not redirecting back to my app in Android</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Authorization-web-page-not-redirecting-back-to-my-app-in-Android/m-p/247751#M14196</link>
      <description>&lt;P&gt;Just getting back into this...&amp;nbsp;I will follow the other suggestions, but thought I'd report this.&amp;nbsp; With Chrome Remote debugging, I see one warning when the page is first opened:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;conversion.js:27 Failed to execute 'write' on 'Document': It isn't possible to write into a document from an asynchronously-loaded external script unless it is explicitly opened.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;One other thing is that the url does not seem to include a "redirect" parameter.&amp;nbsp; Should it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Oct 2017 17:22:18 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Authorization-web-page-not-redirecting-back-to-my-app-in-Android/m-p/247751#M14196</guid>
      <dc:creator>TimB-Dev</dc:creator>
      <dc:date>2017-10-18T17:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization web page not redirecting back to my app in Android</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Authorization-web-page-not-redirecting-back-to-my-app-in-Android/m-p/247780#M14202</link>
      <description>Thanks! We'll look into that error.&lt;BR /&gt;&lt;BR /&gt;And no, (as long as the authorization page URL starts with &lt;A href="https://www.dropbox.com/1/connect" target="_blank"&gt;https://www.dropbox.com/1/connect&lt;/A&gt; as expected) that page should not have a redirect parameter. It's a special page for apps using the official SDK and knows about the db-&amp;lt;APP_KEY&amp;gt; URL schemes by default. &lt;BR /&gt;&lt;BR /&gt;Speaking of the URL, can you share a sample one from a case where this issue occurs? That would be good to verify. Additionally, the specific version number(s) for the version(s) of Chrome where you're seeing this may be useful, in case we're using different versions.</description>
      <pubDate>Wed, 18 Oct 2017 19:58:41 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Authorization-web-page-not-redirecting-back-to-my-app-in-Android/m-p/247780#M14202</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-10-18T19:58:41Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization web page not redirecting back to my app in Android</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Authorization-web-page-not-redirecting-back-to-my-app-in-Android/m-p/247925#M14209</link>
      <description>&lt;P&gt;Chrome version is 61.0.3163.98 on both the Android 7.1.1 and 6.0.1 devices.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;URL is... (with "xxx" being my app id)...&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/1/connect?locale=en_US&amp;amp;k=xxx&amp;amp;n=0&amp;amp;api=1&amp;amp;state=oauth2%3A595c00345793da5d6c881d6adf80f969&amp;nbsp;" target="_blank"&gt;https://www.dropbox.com/1/connect?locale=en_US&amp;amp;k=xxx&amp;amp;n=0&amp;amp;api=1&amp;amp;state=oauth2%3A595c00345793da5d6c881d6adf80f969&amp;nbsp;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Oct 2017 14:49:56 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Authorization-web-page-not-redirecting-back-to-my-app-in-Android/m-p/247925#M14209</guid>
      <dc:creator>TimB-Dev</dc:creator>
      <dc:date>2017-10-19T14:49:56Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization web page not redirecting back to my app in Android</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Authorization-web-page-not-redirecting-back-to-my-app-in-Android/m-p/248007#M14224</link>
      <description>Thanks. That's actually the same version I've been testing on (albeit on Android 7.0.0). Your URL also looks correct, so we'll have to keep investigating. &lt;BR /&gt;&lt;BR /&gt;Some remaining things that would be useful:&lt;BR /&gt;- whether or not this occurs with a non-Chrome browser&lt;BR /&gt;- a sample build that reproduces the issue that we can try</description>
      <pubDate>Thu, 19 Oct 2017 19:53:50 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Authorization-web-page-not-redirecting-back-to-my-app-in-Android/m-p/248007#M14224</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-10-19T19:53:50Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization web page not redirecting back to my app in Android</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Authorization-web-page-not-redirecting-back-to-my-app-in-Android/m-p/248011#M14226</link>
      <description>&lt;P&gt;I tried with Firefox and it doesn't redirect back to my app either.&amp;nbsp; The only difference is that after clicking the Allow button the url in the browser shows as &lt;A href="https://www.dropbox.com/1/connect_submit" target="_blank"&gt;https://www.dropbox.com/1/connect_submit&lt;/A&gt; and the page is blank.&amp;nbsp; In Chrome the url and page didn't change.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I will share a build.&amp;nbsp; Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Oct 2017 20:05:13 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Authorization-web-page-not-redirecting-back-to-my-app-in-Android/m-p/248011#M14226</guid>
      <dc:creator>TimB-Dev</dc:creator>
      <dc:date>2017-10-19T20:05:13Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization web page not redirecting back to my app in Android</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Authorization-web-page-not-redirecting-back-to-my-app-in-Android/m-p/248235#M14238</link>
      <description>Thanks! We'll work on debugging this with the build.</description>
      <pubDate>Fri, 20 Oct 2017 14:58:56 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Authorization-web-page-not-redirecting-back-to-my-app-in-Android/m-p/248235#M14238</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-10-20T14:58:56Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization web page not redirecting back to my app in Android</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Authorization-web-page-not-redirecting-back-to-my-app-in-Android/m-p/248555#M14268</link>
      <description>Just wanted to report the same issue using the SDK, redirect uri is in place for a different activity separate from the AuthActivity just in case but still nothing. Tried on emulators and nougat devices.</description>
      <pubDate>Sat, 21 Oct 2017 22:09:24 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Authorization-web-page-not-redirecting-back-to-my-app-in-Android/m-p/248555#M14268</guid>
      <dc:creator>Drageniix</dc:creator>
      <dc:date>2017-10-21T22:09:24Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization web page not redirecting back to my app in Android</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Authorization-web-page-not-redirecting-back-to-my-app-in-Android/m-p/249105#M14305</link>
      <description>&lt;P&gt;Just to follow up... Setting the taskAffinity property in the manifest for the dropbox AuthActivity seemed to fix the problem.&amp;nbsp; The oauth flow is now able to relaunch our app.&amp;nbsp; I also set excludeFromRecents to true which cleared up another issue but could be involved here as well.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Oct 2017 16:09:56 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Authorization-web-page-not-redirecting-back-to-my-app-in-Android/m-p/249105#M14305</guid>
      <dc:creator>TimB-Dev</dc:creator>
      <dc:date>2017-10-24T16:09:56Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization web page not redirecting back to my app in Android</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Authorization-web-page-not-redirecting-back-to-my-app-in-Android/m-p/249151#M14306</link>
      <description>&lt;P&gt;Thanks! I'm glad to hear you were able to track that down.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/517779"&gt;@Drageniix&lt;/a&gt;&amp;nbsp;If you're still seeing this, can you try that as well?&lt;/P&gt;</description>
      <pubDate>Tue, 24 Oct 2017 18:53:17 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Authorization-web-page-not-redirecting-back-to-my-app-in-Android/m-p/249151#M14306</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-10-24T18:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization web page not redirecting back to my app in Android</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Authorization-web-page-not-redirecting-back-to-my-app-in-Android/m-p/249266#M14313</link>
      <description>Can confirm this fixes the issue, thanks Tim!</description>
      <pubDate>Wed, 25 Oct 2017 11:49:52 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Authorization-web-page-not-redirecting-back-to-my-app-in-Android/m-p/249266#M14313</guid>
      <dc:creator>Drageniix</dc:creator>
      <dc:date>2017-10-25T11:49:52Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization web page not redirecting back to my app in Android</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Authorization-web-page-not-redirecting-back-to-my-app-in-Android/m-p/288516#M17653</link>
      <description>&lt;P&gt;Can you please elabourate. How to set this attribute and exactly where.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Aug 2018 11:53:50 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Authorization-web-page-not-redirecting-back-to-my-app-in-Android/m-p/288516#M17653</guid>
      <dc:creator>Rishi</dc:creator>
      <dc:date>2018-08-02T11:53:50Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization web page not redirecting back to my app in Android</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Authorization-web-page-not-redirecting-back-to-my-app-in-Android/m-p/288597#M17664</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/751475"&gt;@Rishi&lt;/a&gt;&amp;nbsp;I believe they were referring to setting 'taskAffinity' and/or '&lt;SPAN&gt;excludeFromRecents' for the 'com.dropbox.core.android.AuthActivity' in the app's AndroidManifest.xml, e.g., here in the sample:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://github.com/dropbox/dropbox-sdk-java/blob/master/examples/android/src/main/AndroidManifest.xml#L26" target="_blank"&gt;https://github.com/dropbox/dropbox-sdk-java/blob/master/examples/android/src/main/AndroidManifest.xml#L26&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The Android documentation for these can be found here:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://developer.android.com/guide/topics/manifest/activity-element" target="_blank"&gt;https://developer.android.com/guide/topics/manifest/activity-element&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Aug 2018 17:18:18 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Authorization-web-page-not-redirecting-back-to-my-app-in-Android/m-p/288597#M17664</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-08-02T17:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization web page not redirecting back to my app in Android</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Authorization-web-page-not-redirecting-back-to-my-app-in-Android/m-p/288731#M17683</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/10"&gt;@Greg-DB&lt;/a&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;@&lt;SPAN&gt;Greg K.&amp;nbsp; I am glad that you responded. I tried both attributes but it did not helped me.&amp;nbsp;I copied everything from example to my application. And problem is still not resolved.&lt;BR /&gt;When I am clicking on manual back after clicking on allow, app does have a token and it is fetching all the files. But I want browser to redirect to my application automatically after clicking allow button.&lt;BR /&gt;&lt;BR /&gt;Please help me. I am stucked on this since 2 days.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Aug 2018 09:43:44 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Authorization-web-page-not-redirecting-back-to-my-app-in-Android/m-p/288731#M17683</guid>
      <dc:creator>Rishi</dc:creator>
      <dc:date>2018-08-03T09:43:44Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization web page not redirecting back to my app in Android</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Authorization-web-page-not-redirecting-back-to-my-app-in-Android/m-p/288808#M17690</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/751475"&gt;@Rishi&lt;/a&gt;&amp;nbsp;First, for reference, does the redirect work in &lt;A href="https://github.com/dropbox/dropbox-sdk-java/tree/master/examples/android" target="_blank"&gt;the Android sample app&lt;/A&gt; itself for you?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If so,&amp;nbsp;can you provide your own test project that reproduces this issue so we can reproduce it here and investigate?&amp;nbsp;Thanks in advance!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Aug 2018 15:49:31 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Authorization-web-page-not-redirecting-back-to-my-app-in-Android/m-p/288808#M17690</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-08-03T15:49:31Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization web page not redirecting back to my app in Android</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Authorization-web-page-not-redirecting-back-to-my-app-in-Android/m-p/289124#M17705</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/10"&gt;@Greg-DB&lt;/a&gt;&amp;nbsp;yes, Sample android application is working fine and getting redirected to original app. but I have copied each file in my application, It is not happening. allow is not redirecting from my chrome browser to my application.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Aug 2018 06:32:34 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Authorization-web-page-not-redirecting-back-to-my-app-in-Android/m-p/289124#M17705</guid>
      <dc:creator>Rishi</dc:creator>
      <dc:date>2018-08-06T06:32:34Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization web page not redirecting back to my app in Android</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Authorization-web-page-not-redirecting-back-to-my-app-in-Android/m-p/289231#M17714</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/751475"&gt;@Rishi&lt;/a&gt;&amp;nbsp;Since the sample application works, it sounds like there's something about how your app is set up that is causing this.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So&amp;nbsp;that we can reproduce it and look into it, can you make and share&amp;nbsp;a&amp;nbsp;test project that&amp;nbsp;shows this issue?&amp;nbsp;Thanks in advance!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Aug 2018 17:52:55 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Authorization-web-page-not-redirecting-back-to-my-app-in-Android/m-p/289231#M17714</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-08-06T17:52:55Z</dc:date>
    </item>
  </channel>
</rss>

