Questions tagged [google-account]

A Google Account is a user account that provides access to Google-owned services.

409 questions
334
votes
9 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
  • 5,465
  • 5
  • 15
  • 33
78
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
  • 931
  • 1
  • 7
  • 9
35
votes
2 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
  • 17,633
  • 9
  • 76
  • 110
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,499
  • 5
  • 32
  • 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
  • 331
  • 1
  • 4
  • 7
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…
24
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,064
  • 11
  • 79
  • 125
22
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
  • 10,334
  • 10
  • 58
  • 107
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…
19
votes
1 answer

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
  • 8,680
  • 9
  • 53
  • 69
17
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
  • 387
  • 4
  • 12
17
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,125
  • 1
  • 17
  • 39
15
votes
3 answers

Login issue with gconnect() in gtrendsR package

I am trying to log into my Google account in R using gconnect() in the gtrendsR package, but am running into issues. I have been doing research using Google Trends data for the last month, and have never had a problem with this. Please let me know…
Tim de Silva
  • 151
  • 6
14
votes
3 answers

Can I use AccountManager to let users sign in with their Google account?

I'm creating an app that will need users to create an account. (Like Facebook or Twitter would require you to.) BUT, since it's an Android app, should/can I let them sign in with their Google Account using AccountManager or some other service? It'd…
Cole
  • 2,725
  • 9
  • 40
  • 61
14
votes
6 answers

How to remove the unpublished apk from the Google play console account

I am developing an Android application and in this application, I am using "In app billing" features. I uploaded apk on the google console account and set the product id, price and other required things and saved all the data in the…
1
2 3
27 28