A Google Account is a user account that provides access to Google-owned services.
Questions tagged [google-account]
443 questions
0
votes
0 answers
Add Multiple Google account in Android App
Currently, i am able to add single account using Google Plus Api provided by Google in Android App.
Q: I want to support multiple google Account, get back multiple access token for all the accounts ? App need is that it has to be implemented using…

Appoorva Faldu
- 344
- 4
- 17
0
votes
2 answers
Is there a way to change a Google Account name/email?
I have ran into a problematic situation, which I really hope I can get help with.
I'm working on Jive Software solutions and we have a product that integrates Google Drive and Gmail.
This integration product was once part of a startup that was…

David M
- 31
- 1
- 4
0
votes
0 answers
How to recover from accidental deletion of chrome extension developer account
We had a Google Chrome developer account and used this to publish several extensions to the Chrome Web Store. Our IT department accidentally requested deletion of this account 11 days ago, which we just became aware of. We were then unable to log…

Thomas McDermott
- 91
- 6
0
votes
2 answers
Sigin my app with Google Account in Android
I have learned that there are many ways to sign in app with Google Account.
Here are two ways:
Use AccountManager.java ,
GOOD: can get user's email address and authToken.
BAD: can not get user's avatar and nickname.
Use Google+ Api:
GOOD: can get…

I'm SuperMan
- 653
- 7
- 20
0
votes
3 answers
How can I transfer Google Drive's files/folders ownership
Is there a way to transfer ownership of a folder or file to another Google account?
What sorts of pros and cons are involved here?

prismspecs
- 1,482
- 6
- 20
- 35
0
votes
1 answer
Google Reader API request token, get 400:Bad Request
this Android code worked fine before, but i'm having problems for some reason. here is the request i'm trying to make:
https://www.google.com/reader/api/0/token
i'm getting 400:Bad Request as a response, and i'm not sure why. isn't this the correct…

moonlightcheese
- 10,664
- 9
- 49
- 75
0
votes
1 answer
SSO/Authorisation - Can I override the app name?
When I use Google Plus/SSO, I see the authorisation screen. There it displays my app name - which is a shortened version of the full product name.
Is there any way I can override the app name in the authorisation screen without renaming my app?

Mitkins
- 4,031
- 3
- 40
- 77
0
votes
0 answers
Google login without dialog
I wanted to know if the following workflow would be possible for an application I am developing. The backend is a python REST API and the frontend will use AngularJS.
What I would like to do is have a login page (requires email address + password)…

user913059
- 579
- 4
- 19
0
votes
1 answer
Remembering Google Two Factor authentication while clearning cookies
I have enable 2-Factor authentication on google. I want to clear all the cookies in my browser (firefox/iceweasel) at the end of the session while retaining the "remember for 30 days" feature. I've tried rules for retaining specific cookies from…

kabZX
- 137
- 3
0
votes
1 answer
Stay signed in Google across browser restarts via SSO (single-sign-on)?
Is there a way to stay signed in Google accounts across browser restarts if credentials are managed through an SSO identity provider?
After each browser restart it redirects to the single-sign-on site (e.g. Okta) where it requires to enter the…

Lars
- 43
- 3
0
votes
1 answer
Event for Chrome Google account logout or Google account user switch
Is there an event or listener that fires when a user logs his Google account out of Chrome (or switches from account)?
When this happens I want to change my Chrome Extension default_icon (from green to red).

ShadowHunter
- 425
- 3
- 12
0
votes
1 answer
How to get user displayName and avatar of google account?
I have GoogleAccountCredential object and can get user email. But, I need to get his displayName and url of icon of avatar. Get you help me to do this?
The GoogleAccountCredential object I`m getting by this code:
credential =…

Александр Шевчук
- 1,697
- 2
- 19
- 31
0
votes
2 answers
How to link google account when using gspread and python?
I am trying to use gpread with python to edit google spreadsheets. I followed this tutorial: http://gspread.readthedocs.org/en/latest/oauth2.html
When I run my code, it says that there is no module named oauth2client.client. Do I need to install…

UltraSaucy
- 11
- 1
- 2
0
votes
1 answer
Authenticate Symfony2 REST API with Google Account
I'm working with Symfony2 and FOSOauthServerBundle in a REST API. I would wish that some user could log in by a client app using their Google Account, for instance.
From my REST server, by web, I can log in with my Google Account (using…

Gsanlab
- 321
- 3
- 5
0
votes
0 answers
Multiple Google Contact Books at once
Is there any way to search for a google contact for multiple google accounts at the same time? (PC/Browser)
I have a few different accounts that I use for business and they all have different contact groups. In Android devices it is possible to add…

Mia
- 6,220
- 12
- 47
- 81