I have a problem with the login on DropBox in my app. (Login process with chrome mobile browser, App in Xamarin for Android)
It works with google accounts I login one time before, therefore i think my code is generally ok.
The problem:
If i login the first time with a Google account 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.
The redirection Page on the DropBox API “Redirect URIs” is defined.
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.
https://www.dropbox.com/oauth2/authorize
My app waits here for an answer:
await HandleOAuth2Redirect(this.HttpAuthListener);