Questions tagged [google-account]

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

443 questions
3
votes
0 answers

Create New Service account programmatically

Is there an Google Admin API to create a new service account using the credentials of another service account? I'm creating a SAAS solution where I'm providing certain services to end users from different domains. Google recommends (not restricts)…
PC.
  • 6,870
  • 5
  • 36
  • 71
3
votes
2 answers

How to set the Security Q&A of Google Accounts?

I Deleted the Sercet Question when I checked my Google Account Security Settings. And Can't Restore it(to Set a new Security Question).Since I can't find the href to set this question. Have Google Removed the Security Question?
yibotg
  • 179
  • 1
  • 7
3
votes
1 answer

AccountPicker removed from PlayServices?

After updating google ads services to version 8.1.0 I can't use AccountPicker to get user email. before i use compile 'com.google.android.gms:play-services-ads:7.5.0' and AccountPicker works. I want to use latest library, but after…
Alex Maddyson
  • 411
  • 4
  • 13
3
votes
1 answer

How would Google Multiple Accounts Sign-in be implemented?

Google published that they are testing a feature that allows you to sign in simultaneously to multiple Google accounts in the same browser. Any idea how would that be implemented ?
ob1
  • 1,721
  • 10
  • 25
3
votes
1 answer

Meteor.js google account : filter email and force account choser

In my Meteor.js application, I'm using the accounts-google package in order to be connected with a google account. I have two questions about it. First, is there a simple way to filter the account used? I would like that the users can connect only…
harfangeek
  • 80
  • 1
  • 9
3
votes
0 answers

Allow user to choose a different google account with appengine Users service

Using app engine's User service, when a user is first prompted to sign-in to our site using their Google account, they are shown a UI (by google) that allows them to choose which of their Google accounts to use. That Google account is then…
tom
  • 2,189
  • 2
  • 15
  • 27
3
votes
0 answers

ERROR 503 when using the google admin sdk directory

We have an automated batch that runs every day to synchronise users between an internal users MYSQL table and google accounts. Since the end of may (2014/05/29), this batch is failing because each request to create or update users results in the…
3
votes
1 answer

Completely logout of Google Accounts from OAuth 2.0 authenticated webpage and redirect

I'm trying to use Google OAuth 2.0 to authenticate a webpage on my local server. So far I've got: Index.php - This page checks if user is logged into with Google account. If user is not logged in, it goes to login.php. Login.php - This page…
3
votes
1 answer

LogOut user from Azure mobile Service from hybrid mobile app

I am following authentications steps for AMS as described here: http://azure.microsoft.com/en-us/documentation/articles/mobile-services-html-how-to-use-client-library/#caching From Kendo UI mobile app (Javascript) I can log in using Google as an…
3
votes
1 answer

Android:Fetch json object set in User Agent object

In my application I am using google account login to get logged into the application which is authenticated by our server side code after successful login and returns a control to our website custom url once done. The url I am getting on successfull…
Gaurav Chawla
  • 1,847
  • 3
  • 18
  • 26
3
votes
1 answer

Transferring GAE app from one Google Apps account to another

Is it possible to transfer a Google App Engine app from one open Google Apps account to another open account? Alternatively, if I delete the app from one account, will the app identifier name become available to register with the other account as a…
3
votes
2 answers

java.lang.NoClassDefFoundError on Android with GoogleAccountCredential.newChooseAccountIntent()

I am developing for Android 4+ with Eclipse Juno ADT bundle + Google Plugin for Eclipse. I need to programmatically log into a google account to use the Google Calendar API. For this I am making use of account manager. I get the following…
3
votes
2 answers

How to setup google apps account openId for Gerrit

I am trying to setup Gerrit with OpenID as access control. I need my google apps account to be used as openID. I have tried a couple of ways to achieve this but so far not succesfull. This is what my gerrit config looks like: [auth] type =…
aqs
  • 5,632
  • 3
  • 24
  • 24
3
votes
0 answers

Offline access_token from account manager gor google account in android

Is it possible to get an offline type access_token(oauth2.0) from the account manager in android? I will explain why i need this, i am going to retrieve the auth token from the account manager and use it on the server side for future use. So i want…
Ramyavjr
  • 319
  • 3
  • 13
3
votes
2 answers

How can an application server associate Google accounts to a user's device?

I want users to be able to enter data from a web server and/or native PC app and transfer it to their chosen Android device in much the same way that Google Play's install on device works. I'd like to use the user's Google account authentication to…
Jeff Axelrod
  • 27,676
  • 31
  • 147
  • 246