A Google Account is a user account that provides access to Google-owned services.
Questions tagged [google-account]
443 questions
441
votes
12 answers
Bitbucket git credentials if signed up with Google
I have an account on bitbucket.org that I created by signing up with my Google account. Now everytime I log in I just click "Log in with Google" and that's fine.
How can I access my repos from git command line? It requests me username and password.…

Alex
- 6,849
- 6
- 19
- 36
79
votes
7 answers
Accessing Google Account Id /username via Android
How do you access the user's Google Account Id / username in code? I am building an application that will call a web service to store data and I want to identify the identity of the person submitting the data.

KawBoy
- 941
- 1
- 7
- 9
44
votes
3 answers
Does Google provide test users for integration testing
Test users are very good to do integration testing.
When I develop facebook oauth enabled stuff I can programmatically create test users and use them as real users of my application. They behave in the same way of real users, the only difference is…

Fabio
- 18,856
- 9
- 82
- 114
34
votes
1 answer
Create Email account from type existing Account Services
I have gone through SampleSyncAdapter sample project provided by Android doc, but as I understand, there we need to add an account of custom Account service.
But my need is to create an email account from existing account services on device.
To be…

Android Learner
- 2,559
- 6
- 34
- 43
32
votes
8 answers
Using Google account to log in to an Android Application
I’m developing an application on Android and I want to allow users to log in with their Google account. How can I achieve this?

Androbito
- 329
- 1
- 4
- 8
32
votes
2 answers
How can I change accounts when I am trying to open up a restricted Google Form?
My web browser is logged into multiple Google accounts and I have a restricted Google Form URL like this that I need to open with a specific…

spkane
- 6,177
- 2
- 18
- 18
30
votes
2 answers
Account information associated with an application installation
It's a widely sought issue among those who implement In-app billing in Android, that how multiple accounts are dealt with. If a user has multiple accounts configured, which one will be used for in-app billing (as there is no option to let the user…

Achin Kumar
- 777
- 6
- 11
25
votes
3 answers
Who owns calendars created by service account via Google Calendar API and how can they be shared?
Let's say I have a Google account some.account@gmail.com with project project-1 (configured as Google App Engine application in Google Developer Console) and a service account with e-mail address 12..@developer.gserviceaccount.com that belong to…

Drux
- 11,992
- 13
- 66
- 116
24
votes
8 answers
How to detect if an email is a Google Account?
Me and some guys here are working on an start up. We are currently using Google OpenID API to manage registration and login to our app, but we want to migrate to a easier user registration model. And for this, we need to know if there is a way we…

FernandoEscher
- 2,940
- 2
- 28
- 27
23
votes
1 answer
Sign in to Google account with old password - how to redirect to blue Google Sign-In page?
I’ve implemented the Google Sign-In SDK into my application and it works fine.
When I click on the sign-in button, a window opens displaying the already stored accounts. Selecting one of those accounts successfully ends the sign-in process.
The one…

deadfish
- 11,996
- 12
- 87
- 136
22
votes
4 answers
Is it possible to be able to correctly select any available Google account to use when using authorisation via the JS client library for Drive?
I've got an existing Google Drive enabled application that's using the Google Java client library and server flow auth.
If you're not logged into the application and navigate to the URL AND you have logged into more than one google account on that…

Frodo Baggins
- 8,290
- 6
- 45
- 55
19
votes
2 answers
How can I get the google username on Android?
I've seen references to using the AccountManager like Accessing Google Account Id /username via Android. But it seems like it's for grabbing the authtoken?
I just need access to the username, no passwords or any auth tokens.
I'm using android 2.1…

tommy chheng
- 9,108
- 9
- 55
- 72
19
votes
3 answers
Android: get Google Play account associated with in-app billing
How can I get the email/ID of the Google Play account associated with an app?
I need this to show the user which account is taken into consideration for in-app billing. As far as I understood, Google in-app billing uses the account which downloaded…

Daniele B
- 19,801
- 29
- 115
- 173
18
votes
2 answers
Google Account switching in Firebase Console
I am not able to switch between my Google accounts in the Firebase console. I have 2 accounts, one for personal and one for work.
In the Firebase (https://firebase.google.com) page, the Google account dropdown (upper right) is populated with my…

user2488234
- 382
- 4
- 12
18
votes
2 answers
Syncing app data to Google Account
How exactly does one use the Google account sign in feature in Android Apps?
For example, is it possible to store application data such as tables, shared preferences etc., to a google account from an Android app, and what advantages does this offer…

jbailie1991
- 1,305
- 2
- 21
- 42