google-signin

R Studio - package googlesheets does not work anymore

 ̄綄美尐妖づ 提交于 2019-12-24 06:30:50
问题 Hi I want to use the package "googlesheets" in R but when i try to authenticate than i get the error message from google: "Sign in with Google temporarily disabled for this app This app has not yet been verified by Google in order to use Google Sign in." Does anybody know, how can i fix that? 来源: https://stackoverflow.com/questions/58923872/r-studio-package-googlesheets-does-not-work-anymore

Flutter Firebase Auth / Google_sign_in fail to login with statuscode=CANCELED

╄→гoц情女王★ 提交于 2019-12-24 05:41:14
问题 This is my pubspec.yaml. I'm using Flutter: dependencies: flutter: sdk: flutter cupertino_icons: ^0.1.2 shared_preferences: ^0.4.2 json_serializable: ^1.2.1 camera: ^0.2.3 path_provider: ^0.4.1 simple_permissions: ^0.1.6 share: ^0.5.3 #Google Sign_In firebase_auth: ^0.5.20 google_sign_in: ^3.0.5 I cannot authenticate with the Google Sign In method. The window shows up normally and after my app throws a error: PlatformException(sign_in_failed, Status{statusCode=CANCELED, resolution=null}, null

Flutter Firebase Auth / Google_sign_in fail to login with statuscode=CANCELED

半世苍凉 提交于 2019-12-24 05:41:11
问题 This is my pubspec.yaml. I'm using Flutter: dependencies: flutter: sdk: flutter cupertino_icons: ^0.1.2 shared_preferences: ^0.4.2 json_serializable: ^1.2.1 camera: ^0.2.3 path_provider: ^0.4.1 simple_permissions: ^0.1.6 share: ^0.5.3 #Google Sign_In firebase_auth: ^0.5.20 google_sign_in: ^3.0.5 I cannot authenticate with the Google Sign In method. The window shows up normally and after my app throws a error: PlatformException(sign_in_failed, Status{statusCode=CANCELED, resolution=null}, null

Google sign in - how to add Games.SCOPE_GAMES_LITE?

爱⌒轻易说出口 提交于 2019-12-24 05:18:09
问题 I'm trying to set up Google Sign In for an Android game. The sign in works fine and I can select a Google account and sign in. But when calling the Leaderboard, it shows me an error: the Games.SCOPE_GAMES_LITE scope is missing from the currently signed-in Google account. So I've been trying to request this scope when signing in - but if I do, the previously working sign in dialog from Google does not show up anymore. It doesn't give me any error, it just doesn't show. (Same, if I try to

Unable to Login With Google Android getting API Exception 10

♀尐吖头ヾ 提交于 2019-12-23 23:22:08
问题 I have been trying to integrate Firebase Google Login in my app but I am getting com.google.android.gms.common.api.ApiException: 10: Based on this Stack Overflow Question, I have even tried using WebClient Client ID but still getting the same error! Based on this Stack Overflow Question, I have entered my Debug KeyStore SHA1, SHA256 and enabled Google Login On Android Side, I have followed this Github Project I even tried with this Client ID but still getting the same error! Where am I going

Google signin: Permission denied to generate login hint for target domain (javascript web app)

こ雲淡風輕ζ 提交于 2019-12-23 18:48:10
问题 I'm using the Google signin Javascript API (that is, the gapi-signin-button ) on a webapp. The app is served by a gulp server, binding to 0.0.0.0 . The login process works when I develop locally, but when I run on a remote server and access the page via the public IP, I get the following signin error: Error: invalid_request Permission denied to generate login hint for target domain. I have both localhost:PORT and SERVER_IP:PORT in my Authorized JavaScript origins. Other SO answers have said I

How do I set the project name in the Google iOS Sign-In screen?

谁说胖子不能爱 提交于 2019-12-23 17:58:15
问题 I have Google sign-in working, but the OAuth screen says: Project Default Service Account would like to: View your email address View your basic profile info I want it to say Project instead of Default Service Account. 回答1: First you need to go to google console with this link https://console.developers.google.com/apis/credentials/consent Then in the console select your project for which you want to change the name like this Then from the three dots in the left select Project Setting In

Custom Google Sign In throw exception on GIDSignInDelegate protocol

假如想象 提交于 2019-12-23 14:59:53
问题 I'm writing an iOS app in obj-c and using Google SignIn SDK to do the Google SignIn flow. I wanna be able to customize the button and action a little it so I went ahead implementing the protocols of GIDSignInDelegate myself based on their documentation. But it throws and exception for no reason. Here's the minimal code of my view controller. viewcontroller.m #import "ViewController.h" #import <FBSDKLoginKit/FBSDKLoginKit.h> @interface ViewController () @property (weak, nonatomic) IBOutlet

Custom Google Sign In throw exception on GIDSignInDelegate protocol

我是研究僧i 提交于 2019-12-23 14:59:22
问题 I'm writing an iOS app in obj-c and using Google SignIn SDK to do the Google SignIn flow. I wanna be able to customize the button and action a little it so I went ahead implementing the protocols of GIDSignInDelegate myself based on their documentation. But it throws and exception for no reason. Here's the minimal code of my view controller. viewcontroller.m #import "ViewController.h" #import <FBSDKLoginKit/FBSDKLoginKit.h> @interface ViewController () @property (weak, nonatomic) IBOutlet

Google Play Sign in keeps failing Exception: 4 [duplicate]

拟墨画扇 提交于 2019-12-23 05:04:48
问题 This question already has an answer here : How to properly setup google play signin in Android? (1 answer) Closed 8 months ago . So I've been trying for a long time now to get my app the have google play games achievements and I can't get it to work. I've been following this guide: https://developers.google.com/games/services/android/signin#implementing_player_sign-in and am having no success, every time I open my app it starts the sign in process but then it stops and says it's failed. It's