Questions tagged [google-account]

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

409 questions
0
votes
2 answers

Check login data for Google with Android?

I would like to link the app account to Google. Almost every Android user would have an GMail Account. So I read out the accounts: private String[] getAccountNames(){ mAccountManager = AccountManager.get(this); Account[] accounts =…
JavaForAndroid
  • 1,013
  • 2
  • 18
  • 37
0
votes
1 answer

Do all my future users need a google account to access my web app hostet via GAE?

Total GAE beginner here. Maybe total obvious answer. Maybe so obvious that I was not able to get a clear information via search because nobody spend even a single thought on it. I just uploaded my first test app into GAE and in order to access it I…
MarMun
  • 81
  • 6
0
votes
1 answer

how to add google appengine app to non admin users in my domain?

I am the admin of the google account, say, mycompany.com. Employees have their email and a google account like joe@mycompany.com which give them access to docs, ... under this id. I would like to add AppEngine as one of the apps they could use, so…
Thomas
  • 6,610
  • 7
  • 40
  • 79
0
votes
1 answer

Google cookies or sessions

Is possible to detect Google cookies and sessions from browser to warn user that logout from his account? I need detect it by my site.(PHP or JavaScript)
user2511140
  • 1,484
  • 2
  • 24
  • 31
0
votes
1 answer

Need help in creating login/logout feature using GWT

i am trying to add a login/logout feature to my web-app using UserService. Here is the relevant code : 1) the Entry Point class :- public class MarkerSimple implements EntryPoint { static LoginInfo loginInfo = null; @Override public void…
Dexter
  • 1,510
  • 2
  • 15
  • 32
0
votes
1 answer

App Specific Google Account

I am looking at utilizing a Google api for some functionality in an Android app and as such, users will require a Google account. I will need to create a new account within the app as other users should not be aware of the user's info for privacy…
Jaz
  • 359
  • 1
  • 5
  • 20
0
votes
1 answer

Login Google with Android and App Engine (GAE)

I have a project on Google App Engine and an Android project. I need to do login on GAE using Android. On GAE, I have this code: (redirect user to google login page, it's exactly I want!) UserService userService =…
jeanwd
  • 3
  • 1
0
votes
1 answer

Sync android database over multiple devices through Google or Facebook

i'm going to develop a sort of cloud based application. Since I develop for hobby, I don't want to pay a server. I'm wondering if Google or Facebook allow user to sync sqlite OR json databases through their server. For example: I'd like to sync -…
user2579249
0
votes
1 answer

Android retrieve google play account with which the app was downloaded

When my application is launched, I would like to retrieve the google play account of user which was used to download the app. With that e-mail id, I would bind the user to the device. Can anyone pls let me know how to retrieve the e-mail which was…
Riny
  • 159
  • 1
  • 5
  • 17
0
votes
1 answer

What is the Mirror API endpoint for account information so I can get a user's account timezone?

When a user authorizes with my Glassware they provide these permissions to my software: Although it isn't lining up in the image, the more info is from the top "basic information about your account" permission. It mentions timezone which I would…
Mark Scheel
  • 2,923
  • 1
  • 18
  • 23
0
votes
1 answer

Is there a way to dynamically retrieve a website visitor's email address (via them being logged into facebook/google)

I've seen this happen before... I've been working inside of a web application that has no explicit affiliation with Google/Facebook, and yet they can get my email address (since I am logged into Google/Facebook). Perhaps this is via G+ or…
Trevor
  • 946
  • 1
  • 18
  • 30
0
votes
1 answer

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 want the users to login from my Java application…
tuazku
  • 129
  • 2
  • 17
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' …
robert king
  • 14,265
  • 8
  • 84
  • 107
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,919
  • 5
  • 37
  • 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…
nivpenso
  • 283
  • 3
  • 17