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
오부경
8 years agoExplorer | Level 3
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.
- Greg-DBDropbox Staff
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.
- 오부경Explorer | Level 3Thank you.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,877 PostsLatest Activity: 12 months 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!