google-signin

Access YouTube brand account using GoogleSignInApi

陌路散爱 提交于 2021-02-19 23:32:49
问题 I am following this guide: https://developers.google.com/identity/sign-in/android/ Which prompts me for my Google user and I login ok, I can access the youtube data api. However I want it to prompt me to choose my linked brand account instead. Is this possible? I had it working from a nodejs app but it doesn't seem supported in this case. 回答1: Turns out you can't. Just not supported at this time. Instead you need to go via https://github.com/openid/AppAuth-Android/ using just the youtube

Access YouTube brand account using GoogleSignInApi

丶灬走出姿态 提交于 2021-02-19 23:31:50
问题 I am following this guide: https://developers.google.com/identity/sign-in/android/ Which prompts me for my Google user and I login ok, I can access the youtube data api. However I want it to prompt me to choose my linked brand account instead. Is this possible? I had it working from a nodejs app but it doesn't seem supported in this case. 回答1: Turns out you can't. Just not supported at this time. Instead you need to go via https://github.com/openid/AppAuth-Android/ using just the youtube

Access YouTube brand account using GoogleSignInApi

半城伤御伤魂 提交于 2021-02-19 23:28:36
问题 I am following this guide: https://developers.google.com/identity/sign-in/android/ Which prompts me for my Google user and I login ok, I can access the youtube data api. However I want it to prompt me to choose my linked brand account instead. Is this possible? I had it working from a nodejs app but it doesn't seem supported in this case. 回答1: Turns out you can't. Just not supported at this time. Instead you need to go via https://github.com/openid/AppAuth-Android/ using just the youtube

How to make default Google and Facebook login buttons look even and pretty? Please see details

╄→гoц情女王★ 提交于 2021-02-19 04:14:40
问题 I have given option to login with google and facebook in my app. But the default buttons looks uneven and ugly like this: Here's xml code: <android.support.v7.widget.CardView android:layout_width="match_parent" android:layout_height="wrap_content" app:contentPadding="10dp" app:cardElevation="2dp" app:cardBackgroundColor="@android:color/white"> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="vertical"> <com.google.android.gms.common

Error: redirect_uri_mismatch (ASP.NET MVC)

我与影子孤独终老i 提交于 2021-02-19 01:17:58
问题 I am getting the following error when trying to let user login using GOOGLE I have tried so many things and nothing works I used the following code initially app.UseGoogleAuthentication(clientId: "APIKEY.apps.googleusercontent.com", clientSecret: "SECRET-K"); I also tried the following app.UseGoogleAuthentication(new GoogleOAuth2AuthenticationOptions() { ClientId = "APIKEY.apps.googleusercontent.com", ClientSecret = "SECRET-K", CallbackPath = new PathString("/signin-google") }); No luck at

Error: redirect_uri_mismatch (ASP.NET MVC)

时光怂恿深爱的人放手 提交于 2021-02-19 01:16:17
问题 I am getting the following error when trying to let user login using GOOGLE I have tried so many things and nothing works I used the following code initially app.UseGoogleAuthentication(clientId: "APIKEY.apps.googleusercontent.com", clientSecret: "SECRET-K"); I also tried the following app.UseGoogleAuthentication(new GoogleOAuth2AuthenticationOptions() { ClientId = "APIKEY.apps.googleusercontent.com", ClientSecret = "SECRET-K", CallbackPath = new PathString("/signin-google") }); No luck at

Google Drive Consent Screen Stuck

被刻印的时光 ゝ 提交于 2021-02-16 05:21:00
问题 I am trying to backup the application data of my android app on Google Drive. Therefore I request access to the https://www.googleapis.com/auth/drive.appdata, https://www.googleapis.com/auth/drive.file scopes using the google_sign_in package. I created a project on the Google Developer Console, enabled the Drive API and added the scopes to the OAuth Consent Screen and added an OAuth Client ID with the package name and the SHA-1 of the debug key. The application works fine if I don't request

Google Drive Consent Screen Stuck

馋奶兔 提交于 2021-02-16 05:20:58
问题 I am trying to backup the application data of my android app on Google Drive. Therefore I request access to the https://www.googleapis.com/auth/drive.appdata, https://www.googleapis.com/auth/drive.file scopes using the google_sign_in package. I created a project on the Google Developer Console, enabled the Drive API and added the scopes to the OAuth Consent Screen and added an OAuth Client ID with the package name and the SHA-1 of the debug key. The application works fine if I don't request

iOS : Google Sigin error, Your app is blocked

烂漫一生 提交于 2021-02-15 04:58:12
问题 on time of sign-in from google, this error appears "This app tried to access sensitive info in your Google account. To keep your account safe, google blocked this access" my code is mention below where i called google SignIn #pragma mark - Google Drive Login -(void)googlePlusLogin{ GIDSignIn *signin = [GIDSignIn sharedInstance]; signin.shouldFetchBasicProfile = true; signin.delegate = self; signin.presentingViewController = self.window.rootViewController; //signin.uiDelegate = self; NSString

iOS : Google Sigin error, Your app is blocked

时光怂恿深爱的人放手 提交于 2021-02-15 04:57:05
问题 on time of sign-in from google, this error appears "This app tried to access sensitive info in your Google account. To keep your account safe, google blocked this access" my code is mention below where i called google SignIn #pragma mark - Google Drive Login -(void)googlePlusLogin{ GIDSignIn *signin = [GIDSignIn sharedInstance]; signin.shouldFetchBasicProfile = true; signin.delegate = self; signin.presentingViewController = self.window.rootViewController; //signin.uiDelegate = self; NSString