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

learn more… | top users | synonyms (1)

0
votes
0answers
4 views

How to google oauth2 and access developer's console in PHP

as the question says I need to write a batch job and access the Google Developer Console to extract some info. I have already created the API access for a service account, but can not figure out how ...
0
votes
1answer
152 views

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 ...
-1
votes
1answer
50 views

Custom login page in Java for GAE accounts

I have a Java application, and GAE application. Here is what I want to do: I want GAE account users to authorize in my Java application, and I don't want to use "Sign In with..." solution. Instead I ...
0
votes
1answer
36 views

How to custom theme the google login screen using users.create_login_url

Usually I would just have users login as follows: class MainPage(webapp.RequestHandler): def get(self): user = users.get_current_user() if user: ...
1
vote
0answers
105 views

PHP | user management library with Facebook and Gmail authentication

I'm looking for a php library or a framework module: which enables user management (registration, login, password reminder), keeps the users in groups (readers, writers, moderators) and also ...
5
votes
1answer
308 views

AVD emulator has no option to Sync with Google Calendar

My app has functionality to add events to the calendar but in order to achieve this Android's calendar app needs to have calendars. In order to add calendars you have to add a Google account. So I ...
2
votes
1answer
173 views

Account Authorization for Google Drive Api

I am developing an android application that has the potential to provide large amount of statistical information. I want to save this data on my google drive to be analyzed later. However, I am new ...
0
votes
1answer
115 views

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 ...
1
vote
0answers
29 views

Google Accounts customization in GAE

Well, this question is regarding the authentication system of an app in GAE. I've read several posts and found out the best way to manage the user authentication stuff is using the Google Accounts ...
2
votes
1answer
76 views

Is Google Account user_id() unique for all time? (i.e. never re-used)

Is user_id() unique for all time? That is, even if a Google Account is deleted, the user_id() of that deleted account will never appear again in any other user_id, right? We are clarifying our ...
0
votes
1answer
54 views

YouTube logs me in automatically

Lately I've been seeing some weird behaviour when accessing YouTube from my laptop. For some reason i'm always logged in. Now, i have a laptop and a desktop and in the last few months I've only used ...
0
votes
1answer
196 views

How to check if google/gmail account is real?

I am writing a small application that lets the user get a spreadsheet from his Google docs. I am making a log-in Form that requests a email address and name, and then tries to connect to Google, and ...
0
votes
2answers
145 views

Backup mails after downgrading from google business to google apps

My Google Business 30 days trial has expired today. I am wondering whether my saved mails in my mail box won't be deleted after I will downgrade from Google Business to Google Apps? if my mails are ...
1
vote
1answer
111 views

Determining whether an account is currently signed in to the Google+ app for Android or not

Is there any way of determining (from Android's AccountManager or directly from the Google+ app for Android) whether an account is currently signed in to the Google+ app or not? The AccountManager ...
0
votes
2answers
390 views

Setting up Google Apps DNS to serve a web site on a cPanel host

I have a client who has a Google Apps account and who is managing their DNS from within Google Apps. Their registrar is eNom. They have commissioned a web site from me, but as Google Sites isn't a ...
0
votes
1answer
133 views

OAUTH2 - Login to Google Account - No Services needed

It would be great if somebody could help me with strategic input, how to achieve my goal: I wrote a C# Desktop Application (WPF) I have a Google App Engine Project, which delivers Data for an ...
7
votes
4answers
407 views

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 ...
1
vote
1answer
394 views

How to get the user profile on Android device

I want to be able to automatically enter information into the create account form and suggest possibilities based on information the user has already entered into the device, like their name, email ...
4
votes
1answer
93 views

Specifying which Google account to use when executing a Google Apps Script webapp request

I have a browser extension which is scraping the threadId from the URL when the user is reading an email in Gmail, and is using this threadId to fetch circumstantial data using the Google Apps Script ...
2
votes
0answers
137 views

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 ...
2
votes
2answers
157 views

Android: Can a webview automatically signin into an AppEngine app?

I did create a webapp on Google AppEngine, which requires Google Account SignIn. I know Android has already a Google Account associated during registration. Can I create an Android App consisting ...
0
votes
1answer
151 views

How to login with google account from client application into google app engine server?

Important: API has changed - Read this first: https://developers.google.com/accounts/docs/AuthForInstalledApps ClientLogin has been officially deprecated as of April 20, 2012. It will continue ...
2
votes
1answer
41 views

Google App Engine - Transfer Application From A Closed Account To Another

Is it possible to transfer an application from a closed Google account to a new Google account?
0
votes
2answers
563 views

SignUp using Google Android Auth 2.0 HTTP post request after getting authorization code

https://developers.google.com/accounts/docs/OAuth2InstalledApp I am giving user to signup with Google account in webview with the following link ...
1
vote
1answer
290 views

Setting up Google phone Account programmatically

I am interested in adding and setting up a hard-coded Google Account with a given username and password programmatically on the phone without any user intervention. I have tried using ...
1
vote
1answer
111 views

Can multiple users share the same Google Account, or is it against the rules?

Can multiple users share the same Google Account, or is it against the rules? I'm asking, because I would want to ensure that multiple people wouldn't be sharing accounts on my site that is using ...
1
vote
0answers
232 views

accountManager.addAccountExplicitly(account, password, null); what does this function do? is it for sign up or sign in? How to use it properly?

What does this function do? Is it for sign in or sign up? Documentation says "Adds an account directly to the AccountManager. Normally used by sign-up wizards associated with authenticators, not ...
0
votes
0answers
223 views

how to sign in using google account on android programmatically

Android phones email application allows to sign in to user's account. And then user can also synchronize the phone with email account for emails and calendar. How can I do it programmatically? Can ...
0
votes
1answer
314 views

Trying to add a gmail account programmaticaly in android but getting error “caller uid 10040 is different than the authenticator's uid”

There is an emial application in android that allows to add email account. How can I add a gmail account in that application programmatically? I used this link Add account automatically but got ...
2
votes
2answers
614 views

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 ...
0
votes
0answers
36 views

possible to get the device ids from google through oauth?

On google play when i want to install an app I can select from a dropdown list of my available devices. My question: is it possible for a third party to get the unique ids of a users android devices ...
1
vote
0answers
41 views

What is gmail's restriction on sending mails if the recipient emails are broken?

I have an application that tries to send emails to our registered user base, but the problem is a large number of user's emails are not verified and are expected to be non-existent or broken. So is ...
2
votes
1answer
298 views

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 ...
0
votes
1answer
270 views

Android AccountManager - Add New Account

I'm using the Android AccountManager to authenticate a users google account for access to Google Drive. However, I want to allow the user to access Drive accounts that are not on their phone. For ...
0
votes
0answers
50 views

Getting thumbnail photo from Google Accounts

I'm using oauth authenticate against Google Accounts, and in the process retrieving the profile photo. However, what I really need is a small thumbnail version of the photo -- not the large version. ...
32
votes
1answer
689 views

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 ...
0
votes
0answers
11 views

How do I get a notification when a Google Account updates his/her contacts?

I'm writing an application with Rails and I need to get a notification (in the server) when, for example, the user Foo@gmail.com modifies his contacts. Is that possible? Is there a Gem for doing such ...
1
vote
1answer
171 views

How to exclude GooglePlus contacts while reading RawContacts

I'm reading RawContacts from Google accounts in Android like this. final Cursor cursor = cr.query( ContactsContract.RawContacts.CONTENT_URI, null, RawContacts.ACCOUNT_TYPE + " = ?", new ...
0
votes
0answers
38 views

Get status of installed google marketplace app

Well,I searched around it seems there is no relative questions.I'm developing an web app and plan to put it on marketplace,as we know switch on/off an installed app in goole app account does not ...
8
votes
1answer
702 views

IOException thrown by AccountManagerFuture.getResults whereas connection is alive

The following method systematically throws a IOException when invoked on my Android device whereas the internet connection is alive (I can retrieve emails or connect to gmail using my Android device). ...
0
votes
1answer
38 views

Apply own app integrated with google apps

I want to develop an web app which could be integrated into Google app account(in other word it should be appear in google app service panel),I dont want to realize it via marketplace and Google ...
0
votes
1answer
91 views

Is there any way to identify whether the user is “Yahoo”, “Google Accounts” or “Google Marketplace” user using Java OpenID?

I've developed a Java web application in which a user can login using his/her (Yahoo)/(Google)/(Google Marketplace) account. It's done using OpenID. I actually used the sample code provided on Google ...
-1
votes
1answer
44 views

The ways to apply app for google app account

In my limited acknowledge, we could only apply an web app for google app account(domain) either publish via marketplace or using google app engine these two way, is that correct? I want to develop an ...
1
vote
2answers
95 views

GAE DataStore: query a existing by user_id field

I have saved the user_id() field and now I want to query the datastore for that user. How would I go about accomplishing that? #Something like user = db.Query(MyUser).filter('user.user_id() = ', ...
3
votes
2answers
361 views

If you get invited to share a Google Play Android Developer Console do you have to pay aswell? [closed]

Google just opened up for sharing a developer console on android. But if the account owner invites a person to join the developer console, does this person have to pay the 25$ and register as a ...
1
vote
0answers
38 views

Mercurial security and google accounts

Does anyone have experiences to manage security in Mercurial with Google accounts, I would like to create public repository but i want to share it with some google users. No one other should know ...
1
vote
2answers
742 views
2
votes
4answers
6k views

Using google-account to log in on Android Application

I'm developing an application on Android and i want to allow users to log in with their google account , can someone help me plz?
3
votes
1answer
273 views

Using google client API in android without account manager

I'm currently trying to write a task manager in android which syncs with google tasks. The app uses google client API along with AccountManager to communicate with google servers. It works under ...
0
votes
1answer
723 views

Android: user ID account (not ID phone)

I have an app that save the user image but i would save with each image also user id. The user can change telephone device but the google account is always the same. I need a code string that ...

1 2 3