A Google Account is a user account that provides access to Google-owned services.
Questions tagged [google-account]
443 questions
3
votes
1 answer
Getting user's real name from google account
Is there a way to get user's real name as set in Google account?
I can use AccountManager.get(ctx).getAccountsByType("com.google") to get user's google email address.
However I'd like to get real name, for greeting user nicely in my app.
Is there…

Pointer Null
- 39,597
- 13
- 90
- 111
2
votes
1 answer
Read the inbox of a user in rails
Is it possible to read the inbox of a user provided he/she gets authenticated via google oauth api?

vinothini
- 2,606
- 4
- 27
- 42
2
votes
1 answer
How to get new access token with Google Identity Services after login
I'm currently using google.accounts.oauth2.initTokenClient and then tokenClient.requestAccessToken() to prompt the user to select an account. Then, I'm using the access_token from the TokenResponse of…

joshua1991
- 119
- 2
- 10
2
votes
0 answers
Is Authorization code flow changed by Google?
When I sent a request to OAuth 2.0 Authorization server to get authorization code, I am sending an encoded state property in the url. The redirected response as per Google's documentation, should also contain encoded state value in the url.
For…

Dhinesh
- 105
- 1
- 5
2
votes
1 answer
"can't sync to..., request canceled" error while trying to sign in to google account in chrome
I uninstalled google chrome on my windows 10 today just to install a newer version and when I reinstalled it and tried to log back into my Google account to have access the my bookmarks and ..., I got this error:
"can't sync to ...@gmail.com,…

Rey
- 21
- 2
2
votes
1 answer
How or Where can I see users who signed in with Google signIn in the google console?
I have an app that I am implementing sign-in with google to it. How do I see the users who signed in with google from the google console? Is this possible?
Also how can I, from my google account, see which apps I have signed in using sign in with…

YulePale
- 6,688
- 16
- 46
- 95
2
votes
1 answer
Giving Authorization or Permission to Apps Script goes wrong
I wrote a telegrambot using Google Apps Script.
And I coded like this:
function setWebhook() {
const resp = UrlFetchApp.fetch(botUrl + "/setWebhook?url=" + hookUrl);
Logger.log("SetWebhook response:", resp.getResponseCode());
}
function…

moises milan38
- 21
- 2
2
votes
0 answers
This app is blocked This app tried to access sensitive info in your Google Account
I am having trouble with the error shown in the image. Does anyone know how to solve this problem?
I would like to obtain a refresh token to use the "YouTube Data API v3".
I tried the following behavior.
Create a WEB type Client ID in the GCP…

user18642320
- 21
- 1
- 2
2
votes
0 answers
Receive notification when third-party access to Google account is revoked?
When using federated login with Google in an app, that app requests access to your Google account. It's then possible to revoke that access by following these steps.
Is it possible to get notified (for instance via a webhook; like for "Sign in with…

Cethy
- 551
- 6
- 18
2
votes
0 answers
Best practice for allowing user to login with google and facebook on android
I am working on building out an api that should allow a user login using either their google account or their facebook account, from android.
I would love some pointers about the best way to go about this.
Should I use the facebook/google auth…

Vitaly Babiy
- 6,114
- 4
- 26
- 24
2
votes
1 answer
What's a good workaround for Triggers being disabled because they were created by a now-disabled Google Workplace user?
My company uses Google Suite and there are a handful of engineers who develop projects within Sheets (often for use by others with less technical backgrounds).
Some of these projects have involved creation of Triggers (e.g. "save the contents of…

Schrinerd
- 21
- 1
2
votes
2 answers
Signing in with Google, only allowing organizational domains Accounts
I am trying to create a web application that can only be accessed by signing in with Google and only be able to use a GSuite (organisational domains). I would like for this to be done, without initialising which domains are allowed beforehand,…

markquis
- 21
- 1
2
votes
1 answer
Using paired Google accounts as your Android app login
We are planning to build an Android app which interacts with a web service. To save the users from the pain of the registration process we were thinking if we could just use the paired Google account of the device as the login key. After all, you…

Mikko Ohtamaa
- 82,057
- 50
- 264
- 435
2
votes
0 answers
Google Chrome suddenly doesn't show my User Profiles (to switch) anymore - why?
My windows 10 notebook had to shutdown because of a low battery. When I restarted it, and started Chrome, it seemed that all my user data was gone. I looked into my User Data Folder ("C:\Users\Dave\AppData\Local\Google\Chrome\User Data"), and there…

cody
- 6,389
- 15
- 52
- 77
2
votes
1 answer
Did GCP change their OS-Login feature?
Trying to use OS-login from my account, which has the owner role and compute os login admin role to connect to an instance with enable-oslogin TRUE. This used to work well (maybe a week or more ago), but lately it has been giving me this error. …

doggydogworld
- 91
- 4