You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.
Forum Discussion
LSE
3 years agoExplorer | Level 3
Login form not appear in my xamarin APP
A few days in my android App that uses Dropbox.Api (v. 4.9.4) when OAuth2Authenticator loads the login form, user and password fields are not displayed.
LSE
3 years agoExplorer | Level 3
var auth = new OAuth2Authenticator(
clientId: apikey, // your OAuth2 client id
scope: "", // The scopes for the particular API you're accessing. The format for this will vary by API.
authorizeUrl: authorizeUri, // the auth URL for the service
redirectUrl: callbackUri,
isUsingNativeUI: false); // the redirect URL for the service
This represents at the moment how our "OAuth2Authenticator" is setted.
By setting the parameter "isUsingNativeUI" to TRUE, the GUI is correctly displayed (with pass and user filds) but I cannot intercept the opening of the redirect page and capture the token.
I also tried to update to the latest version of the DropBox API but they had no impact
Can someone help me?
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,910 PostsLatest Activity: 3 days agoIf you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X or Facebook.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!