A Google Account is a user account that provides access to Google-owned services.
Questions tagged [google-account]
443 questions
4
votes
1 answer
Sign in using Google account in Android
Is there beautiful way to let user to sign in with it's GMail account?
without typing his email, password and so on

Arseniy
- 1,737
- 1
- 19
- 35
4
votes
2 answers
Multiple google accounts for Colab
Google Colab allows to use a single GPU in a 12-hour runtime from the Google Account. Would it be considered a fair use to make multiple accounts on Google and run multiple Colab runtimes using those accounts for the scientific purpose? Or would it…

Jakub Jurek
- 41
- 1
- 2
4
votes
1 answer
Account links successfully but access token shows invalid - Google OAuth
I've been trying to implement Google OAuth service with the implicit flow for my Dialogflow account linking (Using this documentation)
I've developed the code according to that document. It works fine when a user links his account and shows "you've…

Jay Patel
- 2,341
- 2
- 22
- 43
4
votes
1 answer
Test Account for Android Emulator
I've an Android application with Google login, to test this application and do login, in a Virtual Device Emulator, i've added a personal account in that Emulator.
Question is: Can i add a test account instead of my personal? (but i have to create…

ybor
- 41
- 1
- 4
4
votes
1 answer
Sending google apps script execution failure notifications to another email address
Is there a method to send the google apps script execution failure notifications to an email address other than the account the trigger is assigned to?
Switching over the ownership of the trigger is not possible in this case as I am trying to run…

s_ll
- 71
- 1
- 1
- 6
4
votes
2 answers
How to design a User Account and User's social account database for an application
I have an application where a user is able to sign up by providing email, username and password.
This would be stored in mongoDB collection Users_Table. Now also the app allows users to sign with their social media account, if the user has one such…

EI-01
- 1,075
- 3
- 24
- 42
4
votes
1 answer
How to change ACCOUNT_TYPE field for specific, existing, contact to one of Google, and make it sync?
Background
Suppose I have a contact on the device (or I'm about to create one), which I wish to save into Google account, so that it will be synced with it. I also wish to be able to let the user choose which account to save to.
This is what a…

android developer
- 114,585
- 152
- 739
- 1,270
4
votes
0 answers
Android logging out of Google account from navigation drawer
I'm trying to logout from the navigation drawer and go back to the log in screen and I keep getting this logcat error:
java.lang.NullPointerException: Attempt to invoke virtual method 'boolean…

Siemen Gijbels
- 35
- 1
- 1
- 17
4
votes
2 answers
SecurityException in getPassword of accountManager in android
I'm trying to retrieve the password of google account, but getting
security exception at String pwd = AccountManager.get(mContext).getPassword(account).
Also i have given permissions in androidManifest.xml to
account_manager, aunthenticator,…

parul
- 49
- 1
- 4
4
votes
2 answers
Android - sync contact add programmatically to google account
In my app I need to add contact to default google account and sync it.
Here my code:
public static void addContact(Context context, String DisplayName,String WorkNumber, String MobileNumber, String emailID,
…

drd
- 43
- 6
4
votes
3 answers
PHP OpenID doesn't work with Google/Yahoo and 'hacks' fix it... are they safe?
I've been experimenting with OpenID, and have set up a sample web page to access using my OpenID account. I'm using the Php OpenID Library by Janrain and it wasn't working with my Google Account. A little research led me to this question, which…

Richard JP Le Guen
- 28,364
- 7
- 89
- 119
4
votes
1 answer
Signing into Google Accounts with Requests
So I am trying to sign into Google using Python's Request module. After logging in, I am trying to access a google classroom class. However, when I print the content, it seems I am still stuck at the log in page. If anyone could provide some insight…

James Lemieux
- 720
- 1
- 9
- 26
4
votes
2 answers
What is the data type of a Google Account's unique user identifier?
The unique identifier is documented here as being the "sub" field on ID tokens. The "sub" field value is too large to be 64-bit number. Should it just be considered a string then (for the purposes of storing in a database for example)?
In case the…

Scott Lin
- 1,532
- 1
- 18
- 28
4
votes
1 answer
Custom AccountPicker for Google accounts with user photos
I want to implement OAuth login with Google. What is the best way to get all user's Google accounts with images?
I can get a simple Google account list with AccountPicker.newChooseAccountIntent but I want a list with user photos like this:

Ivan Fork
- 812
- 1
- 9
- 22
4
votes
0 answers
How to determine what YouTube account a user is logged into?
Usecase - your site uses an embedded YouTube player. The player has full controls so a user can like/dislike a video from the player that is embedded in your site.
Problem - ensuring the account a person is logged into in YouTube and then performs…

Joshua Book
- 157
- 1
- 9