We Want to Hear From You! What Do You Want to See on the Community? Tell us here!
Forum Discussion
오부경
9 years agoExplorer | Level 4
How to appear "Sign in with Google" button in the login page using Embeded WebBrowser (C#)
I am building c# application for connect DropBox.
For DropBox authente, I display dropbox login page within IE embed browser using api like this,
var authorizeUri = DropboxOAuth2Helper.GetAuthorizeUri(OAuthResponseType.Token, ClientID, new Uri(RedirectUri), state: oauth2State);
AuthBrowser.Navigate(authorizeUri);
In the login page, sometimes appear "Sign in with Google" button, but almost not visible.
I want to visible always "Sign in with Google" button or never visible.
How can I do this?
The API doesn't offer a way to control whether or not this appears. This is a new feature that we're working on rolling out. In general, how the user signs in shouldn't affect your app's operation though, as the user can use whatever method to log in they want during the OAuth flow, and the OAuth interface itself isn't affected.
We have temporarily disabled this new feature for the OAuth flow while we work out some remaining issues though.
2 Replies
- Greg-DB9 years ago
Dropbox Community Moderator
The API doesn't offer a way to control whether or not this appears. This is a new feature that we're working on rolling out. In general, how the user signs in shouldn't affect your app's operation though, as the user can use whatever method to log in they want during the OAuth flow, and the OAuth interface itself isn't affected.
We have temporarily disabled this new feature for the OAuth flow while we work out some remaining issues though.
- 오부경9 years agoExplorer | Level 4Thank you.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.6,036 PostsLatest Activity: 3 days ago
The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.
If 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!