cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Want to learn some quick and useful tips to make your day easier? Check out how Calvin uses Replay to get feedback from other teams at Dropbox here.

Dropbox API Support & Feedback

Find help with the Dropbox API from other developers.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to appear "Sign in with Google" button in the login page using Embeded WebBrowser (C#)

How to appear "Sign in with Google" button in the login page using Embeded WebBrowser (C#)

오부경
Explorer | Level 3
Go to solution

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?

 

 

 

 

1 Accepted Solution

Accepted Solutions

Greg-DB
Dropbox Staff
Go to solution

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.

View solution in original post

2 Replies 2

Greg-DB
Dropbox Staff
Go to solution

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 3
Go to solution
Thank you.
Need more support?
Who's talking

Top contributors to this post

  • User avatar
    오부경 Explorer | Level 3
  • User avatar
    Greg-DB Dropbox Staff
What do Dropbox user levels mean?