<?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: Redirection after login with a google account do not work. in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Redirection-after-login-with-a-google-account-do-not-work/m-p/551767#M26235</link>
    <description>&lt;P&gt;Thanks, your API support ticket has been received. We'll look into it.&lt;/P&gt;</description>
    <pubDate>Wed, 20 Oct 2021 13:57:27 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2021-10-20T13:57:27Z</dc:date>
    <item>
      <title>Redirection after login with a google account do not work.</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Redirection-after-login-with-a-google-account-do-not-work/m-p/551544#M26224</link>
      <description>&lt;P&gt;I have a problem with the login on DropBox in my app. (Login process with chrome mobile browser, App in Xamarin for Android)&lt;/P&gt;&lt;P&gt;It works with google accounts I login one time before, therefore i think my code is generally ok.&lt;/P&gt;&lt;P&gt;The problem:&lt;/P&gt;&lt;P&gt;If i login the first time with a Google account &amp;nbsp;with the Button “Sign in with Google” i get the Page “yourApp would like to ….” from DropBox and I click on “Allow” and nothing happens. The page does not redirect to 127.0.0.1:52475 and my app wait for a response on this port.&lt;/P&gt;&lt;P&gt;The redirection Page on the DropBox API “Redirect URIs” is defined.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On this page it hangs and nothing happens if I click on Allow. (the chrome browser on Android 10 hangs and the progressbar stay in the middle.&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.dropbox.com/oauth2/authorize" target="_blank" rel="noopener"&gt;https://www.dropbox.com/oauth2/authorize&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My app waits here for an answer:&lt;/P&gt;&lt;P&gt;await HandleOAuth2Redirect(this.HttpAuthListener);&lt;/P&gt;</description>
      <pubDate>Tue, 19 Oct 2021 12:13:56 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Redirection-after-login-with-a-google-account-do-not-work/m-p/551544#M26224</guid>
      <dc:creator>frixos</dc:creator>
      <dc:date>2021-10-19T12:13:56Z</dc:date>
    </item>
    <item>
      <title>Re: Redirection after login with a google account do not work.</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Redirection-after-login-with-a-google-account-do-not-work/m-p/551599#M26226</link>
      <description>&lt;P&gt;To clarify, is "&lt;A href="https://www.dropbox.com/oauth2/authorize&amp;quot;" target="_blank"&gt;https://www.dropbox.com/oauth2/authorize"&lt;/A&gt; the full URL of the page where this stops, or are there also more parameters on that? Please share the full URL if there is more to it. If you can also share the URL before processing the Google Sign in flow that may be helpful. Feel free to &lt;A href="https://www.dropbox.com/developers/contact" target="_self"&gt;open an API ticket here&lt;/A&gt; if you'd prefer to share privately. Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 19 Oct 2021 15:24:44 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Redirection-after-login-with-a-google-account-do-not-work/m-p/551599#M26226</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2021-10-19T15:24:44Z</dc:date>
    </item>
    <item>
      <title>Re: Redirection after login with a google account do not work.</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Redirection-after-login-with-a-google-account-do-not-work/m-p/551611#M26227</link>
      <description>&lt;P&gt;if i login with Google and the password is saved on Chrome (Android), the following url will on the page&lt;/P&gt;&lt;P&gt;“yourApp would like to ….” from DropBox appears&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.dropbox.com/oauth2/authorize?client_id=xxxxxxxxxxxxxxx&amp;amp;redirect_uri=http%3A%2F%2F127.0.0.1%3A52475%2Fauthorize&amp;amp;response_type=code&amp;amp;token_access_type=offline#" target="_blank"&gt;https://www.dropbox.com/oauth2/authorize?client_id=xxxxxxxxxxxxxxx&amp;amp;redirect_uri=http%3A%2F%2F127.0.0.1%3A52475%2Fauthorize&amp;amp;response_type=code&amp;amp;token_access_type=offline#&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and it works.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If i enter a unknown, but existing google account and the password, a page appears first to connenct the DropBox account with Google and then the&amp;nbsp;“yourApp would like to ….” page from DropBox . In this case the address is&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.dropbox.com/oauth2/authorize" target="_blank"&gt;https://www.dropbox.com/oauth2/authorize&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The name of the app and the permissions are correct on this page.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Oct 2021 15:57:36 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Redirection-after-login-with-a-google-account-do-not-work/m-p/551611#M26227</guid>
      <dc:creator>frixos</dc:creator>
      <dc:date>2021-10-19T15:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: Redirection after login with a google account do not work.</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Redirection-after-login-with-a-google-account-do-not-work/m-p/551651#M26231</link>
      <description>&lt;P&gt;Thanks for following up. I can't seem to reproduce this issue though.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the broken case, is "&lt;A href="https://www.dropbox.com/oauth2/authorize&amp;quot;" target="_blank"&gt;https://www.dropbox.com/oauth2/authorize"&lt;/A&gt; definitely the full URL of the page? The browser may be hiding the rest of it. I wouldn't expect the app name and permissions to be shown there if there is no client_id parameter set.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In any case, would you be able to share a screen recording of the issue? That would be helpful since this doesn't reproduce for me. Please make sure the full address bar is showing for reference. Apologies for the bother and thanks in advance!&lt;/P&gt;</description>
      <pubDate>Tue, 19 Oct 2021 19:36:17 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Redirection-after-login-with-a-google-account-do-not-work/m-p/551651#M26231</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2021-10-19T19:36:17Z</dc:date>
    </item>
    <item>
      <title>Re: Redirection after login with a google account do not work.</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Redirection-after-login-with-a-google-account-do-not-work/m-p/551666#M26232</link>
      <description>&lt;P&gt;Yes, i think the url was in both cases the same.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The issue also appears if i create a new DropBox account.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I made a screen video.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Oct 2021 21:37:29 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Redirection-after-login-with-a-google-account-do-not-work/m-p/551666#M26232</guid>
      <dc:creator>frixos</dc:creator>
      <dc:date>2021-10-19T21:37:29Z</dc:date>
    </item>
    <item>
      <title>Re: Redirection after login with a google account do not work.</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Redirection-after-login-with-a-google-account-do-not-work/m-p/551767#M26235</link>
      <description>&lt;P&gt;Thanks, your API support ticket has been received. We'll look into it.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Oct 2021 13:57:27 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Redirection-after-login-with-a-google-account-do-not-work/m-p/551767#M26235</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2021-10-20T13:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: Redirection after login with a google account do not work.</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Redirection-after-login-with-a-google-account-do-not-work/m-p/552706#M26260</link>
      <description>&lt;P&gt;i found now a solution with the httpListener:&lt;/P&gt;&lt;P&gt;The security behaviour changed since Android 8. All devices higher than this version, will not work correct with the redirection.&lt;/P&gt;&lt;P&gt;The problem is, the httpListener blocks all incoming messages, after some time, if the app is in the background.&lt;/P&gt;&lt;P&gt;We can handel this by register the app as a forground service.&lt;/P&gt;&lt;P&gt;You need for this some code and one new android Permission "Forground".&lt;/P&gt;&lt;P&gt;The httpListener runs in a Android Service.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are there a newer working example with the Xamarin&amp;nbsp;WebAuthenticator? It would get a better user experience.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Oct 2021 23:26:08 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Redirection-after-login-with-a-google-account-do-not-work/m-p/552706#M26260</guid>
      <dc:creator>frixos</dc:creator>
      <dc:date>2021-10-25T23:26:08Z</dc:date>
    </item>
    <item>
      <title>Re: Redirection after login with a google account do not work.</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Redirection-after-login-with-a-google-account-do-not-work/m-p/552853#M26267</link>
      <description>&lt;P&gt;Thanks for sharing your solution! We don't have any sample code for Xamarin unfortunately. &lt;/P&gt;</description>
      <pubDate>Tue, 26 Oct 2021 15:51:13 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Redirection-after-login-with-a-google-account-do-not-work/m-p/552853#M26267</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2021-10-26T15:51:13Z</dc:date>
    </item>
  </channel>
</rss>

