google-authentication Questions
3
Im implementing auth using this and am currently showing a loading icon in React when a user clicks the button to sign in and the auth2 account selection/login window shows.
However if a user clos...
Boleyn asked 16/1, 2016 at 3:39
5
Solved
Authorizing client libraries without access to a web browser - gcloud auth application-default login
When I use to run either command:
gcloud auth application-default login
OR for a specific docker container
docker exec -it 822c4c491383 /home/astro/google-cloud-sdk/bin/gcloud auth application-def...
Shelving asked 21/3, 2022 at 17:30
7
Solved
I've developed an ASPNET MVC 5 application using default Visual Studio 2015 Template and Google authentication. All works fine in the development environment but on real the call after extern...
Tavy asked 26/10, 2016 at 18:35
5
error: 'idpiframe_initialization_failed', details: 'You have created a new client application that use…i/web/guides/gis-migration) for more information.'}
details: "You have created a new clie...
Shakeup asked 10/5, 2022 at 20:27
1
Google recently announced a new way of user-signing-in here.
https://developers.google.com/identity/gsi/web?hl=en
With this tutorial, the button was created by adding HTML code or javascript.
which...
Illtimed asked 27/5, 2022 at 4:0
1
I'm migrating a web app that interacts with the google drive js api to the new Google Identity Services API and following this quickstart guide. GIS is mandatory, since the old one will no longer b...
Troxler asked 1/6, 2022 at 22:55
2
I have configured Google authenticator on Linux and my mfa is working fine, but according to me an MFA token should expire in 30 seconds but even after 30 seconds time I am able to use the token.
...
Simone asked 30/9, 2016 at 7:7
2
Solved
So I have the service account credentials json (as a string, or json object in my code):
{
"type": "service_account",
"project_id": "myproject",
"private_key_id": "lkjshdjhskas",
//.... etc
}
...
Snaffle asked 13/8, 2019 at 18:56
5
Solved
I got this exception:
Unable to cast object of type 'RSACng' to type 'System.Security.Cryptography.RSACryptoServiceProvider'
calling this method:
GoogleCredential cred = GoogleCredential.From...
Footlocker asked 11/10, 2019 at 13:25
4
Solved
I am trying to make the new google one tap sign in work following this guide:
https://developers.google.com/identity/one-tap/web
google.accounts.id.initialize({
client_id: '123123123123123123.ap...
Clinkstone asked 9/6, 2020 at 11:30
5
Solved
I am new to Python.I want to use Google text-to-speech API for that i used below code, but I am unable to access the API due to error. This is the code,
def synthesize_text(text):
"""Synthesizes ...
Banking asked 21/5, 2018 at 9:18
3
I want to implement Google login in my site like is done in
Stack Exchange, Stack Overflow and more.
Meaning that when the user choose Login using Google authentication, the site redirects to a pa...
Munafo asked 15/6, 2016 at 14:32
2
Solved
I have an angular 2 application that uses firebase for authentication.
I want to use Google as my authenticatonprovider and have everything setup so that it should work.
If i try to authenticate w...
Retrocede asked 23/3, 2017 at 18:30
1
I'm new to Angular. The Google button from the @abacritt/angularx-social-login is just an icon and I want to change its appearance by placing the icon in a div with the words "Sign in with Goo...
Barthelemy asked 5/7, 2022 at 0:20
2
Solved
I tried to authenticate with gcp using my personal account, but I can able to make it work entirely.
so I tried doing it using
when I copy the same url and paste it into the browser, it is not wor...
Dualpurpose asked 26/5, 2022 at 11:50
2
I'm using .Net API and authenticate be setting the path to the service account JSON file in the environment variable GOOGLE_APPLICATION_CREDENTIALS.
But what I would like to do is to authenticate b...
Skedaddle asked 14/8, 2019 at 6:1
1
Solved
I'm currently using the following code to authenticate as a service account:
const auth = new google.auth.GoogleAuth({
keyFile: "<path/to/credentials>",
scopes: [<scopes>],
...
Anissaanita asked 14/6, 2022 at 15:36
0
I have created a simple NodeJS application which is using Passport for handling OAuth2 authentication using Google. I created credentials in Google API, configured the Google strategy ...
const pas...
Edison asked 13/5, 2022 at 10:47
7
Solved
I have been trying to implement Google login screen using Flutter.
final AuthResult authResult = await _auth.signInWithCredential(credential);
The editor, for the line above, says:
Undefined...
Rapprochement asked 17/12, 2019 at 15:23
4
Solved
How do I Authenticating Your Client correctly with google?
I'm following this tutorial
https://developers.google.com/android/guides/client-auth
I copy this text into my command prompt -
keytoo...
Ephah asked 9/12, 2015 at 19:38
2
I'm trying to use the google api on node.js, but I always have the following error:
invalid_grant
Malformed auth code
By searching on the web I saw that the client id should be an email address,...
Casque asked 27/6, 2018 at 8:40
5
I have created Google Spreadsheet, and given edit access to all (can edit even without login).
Here is the link. I would like to update this sheet with Google Spreadsheet API. But I am getting err...
Untread asked 18/5, 2017 at 10:25
1
Solved
I'm new to python and currently is working on a project that requires me to export pandas data frame from google collab to a google spreadsheet with multiple tabs. Previously when I run this specif...
Elegant asked 31/3, 2022 at 4:39
0
Whenever I sign in with my Android app using Google One Tap, I receive a TOKEN ID which is valid for about an hour. How I'm supposed to get a REFRESH TOKEN to avoid signing in every hour when that ...
Hearts asked 10/2, 2022 at 12:15
0
I have been trying to implement google sign in using OAuth 2 in my chrome extension. For doing so I am using the chrome identity API. But the problem is that when I load up the extension first ever...
Sneak asked 2/2, 2022 at 11:3
© 2022 - 2025 — McMap. All rights reserved.