A Google Account is a user account that provides access to Google-owned services.
Questions tagged [google-account]
443 questions
0
votes
1 answer
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:
self.response.headers['Content-Type'] = 'text/plain'
…

Rusty Rob
- 16,489
- 8
- 100
- 116
0
votes
1 answer
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 to check if the account that was entered is…

samy
- 1,949
- 6
- 39
- 64
0
votes
2 answers
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 going to be deleted i would like to know if there…

Niv Penso
- 333
- 3
- 17
0
votes
3 answers
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 real web host, we are going to be serving the site…

Ali Samii
- 1,672
- 4
- 28
- 49
0
votes
1 answer
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 Android App
Now my Desktop Application needs to pass…

user1769165
- 47
- 5
0
votes
1 answer
Is there a PHP plugin for allowing login via major OpenIds and login APIs?
Is there a PHP plugin or an open project offering a simple login/connection system to most of the major sign in providers simply by providing an API key then storing the linked account information in MySQL? Or is there a system that can be extended…

Peter Craig
- 7,101
- 19
- 59
- 74
0
votes
2 answers
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…

Vipin Sahu
- 1,441
- 1
- 18
- 29
0
votes
1 answer
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 SecurityException "caller uid 10040 is different…

blackfyre
- 2,549
- 5
- 39
- 58
0
votes
1 answer
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 example, I have a work google account that is not…

Nick
- 6,375
- 5
- 36
- 53
0
votes
0 answers
Google Display of top black bar
I've attached two images. I really like the first one but now I'm in a different area and it's appearing as in the second image. I've tried very hard to get back the original black bar but no success!!(Note the difference in both of images…

xan
- 4,640
- 13
- 50
- 83
0
votes
1 answer
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 engine, is there any ways out there?Thx~

luxury
- 159
- 6
- 15
-1
votes
0 answers
How do I disable being signed in to a website with Google?
In the past I've signed in to multiple websites including stack overflow with Google.
Now I'm trying to disconnect myself from Google a bit. Like not having Google save my passwords and that kind of stuff.
Making Google forget your passwords is easy…

Lloyd Bush
- 1
- 3
-1
votes
1 answer
Nodemailer with gmail: Google has disabled "Less secure app access"
How should I use nodemailer with gmail as the google has disabled less secure apps access on every account, I had created two new accounts but could not enable less secure access.
Here is what the google is showing in my new account:
Here is my…

Moon Cake
- 31
- 5
-1
votes
1 answer
How to fix "Sign in disabled" appearing under any circumstances?
Since some time (a pair of weeks) i can't run no third party Google Sheet or Google Sheets add-on.
Trying to do so i'm forced to run through the usual authentification andon the end of it i get the alert "Sign in with Google is temporarily disabled…

Evgeniy
- 2,337
- 2
- 28
- 68
-1
votes
1 answer
How to show data from first activity to another activity or fragment?
I created an application for a user login using a Google account. I included a log in button in an activity that is MainActivity. Everything went smoothly if I display data that has been obtained from the user to display in…

laura
- 13
- 3