Questions tagged [google-account]

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

443 questions
0
votes
0 answers

Google sign in, "An Internal error has occurred" appears after I published my app in Google Play

My app works perfectly after I integrated Google+. After I published it in Google Play, I am getting the "An Internal error has occurred" toast. What should I do?
Cedu
  • 1
  • 2
0
votes
1 answer

Team member deleted from the google developer account

I am license owner in google developer account.I have invited some team members to join this developer program. One of the team member has admin role permission and he published an android app on play store on behalf of our group. What would…
0
votes
1 answer

Access Google user content programmatically using OAuth

So these are the devices attached to my Google account. As every one knows, Google secures information provided by you, which includes, personal info, apps registered, devices connected etc.. You can access the info of a logged in user in your…
0
votes
0 answers

how to check/get the current session google account name

I want to check whether any google/gmail account is logged in current session. if not just redirect to the log in page, else retrieve the gmail id. is their any posibility to do like this? Updates Using Google api v3 to connect with the calendar;…
vb.net
  • 31
  • 8
0
votes
1 answer

Forcing disable of Google Account synchronization of extension on a per-extension basis

We have authored a Chrome extension and would like to ensure that our extension does not at any time participate in being sync'd using Google Account synchronization, even if the user has specified in the Advanced sync settings dialog that…
0
votes
0 answers

Does Android check other accounts registered on device to determine if IAP is already purchased?

I'm developing a game at the moment and am implementing In-App purchases (IAP). In my testing I am able to make purchases and then when I try to purchase it again Google tells me I already own product - which is good, of course. Then I cleared…
Arvin
  • 1,391
  • 4
  • 19
  • 33
0
votes
2 answers

How to logout from Google Account using AngularJS

I'm writing an app that uses Google API to authenticate with G+ account in our app. Currently the customer wants on logging out not only revoke access token for our application but also log out from Google Account used to authenticate. The…
Herring
  • 173
  • 1
  • 10
0
votes
1 answer

How to get the device primary Gmail id to edit text field

I want to automatically add device primary gmail id in the edit text field whenever user open the login page. this is my emailview mEmailView = (EditText)findViewById(R.id.account_email); I have mentioned the permission in the Main fest…
0
votes
1 answer

Synchronize user data to Google account

I want to synchronize my app's data between several Android devices. To make it simple for user, I want to somehow use Google account. So my question is - does Google provide some free cloud storage? My app's data shouldn't be bigger than 50MB. If…
MatusMak
  • 560
  • 4
  • 20
0
votes
1 answer

Android secure RestAPI using Google Account OAuth

How can I secure our RestAPI in Android using Google Account? Raw steps would be great. I can imagine how a user can connect to its Google Account - http://developer.android.com/google/auth/http-auth.html#AccountPicker . I don't know how to continue…
Amio.io
  • 20,677
  • 15
  • 82
  • 117
0
votes
1 answer

Which user has installed an Android App?

When an user installs an Android App from Google Play, he/she has to login with a Google Account: does exists an Android API for getting which Google Account has been used for the App installation? I would like to sell my App from Google Play, but I…
0
votes
0 answers

Account Name in Calendar Android getting gmail automatically

I found this article very useful http://developer.android.com/guide/topics/providers/calendar-provider.html#query? But here i found the ACCOUNT_NAME queried in the calendar is being written statically I am stuck here Since my problem is ..what if…
0
votes
1 answer

How to remove properties from Google Analytics, but not delete data for other users?

My Google Analytics account contains 4 Properties. 3 of the properties are websites I do not own. They belong to another user. How can I remove the 3 properties from my account, without deleting the data for the other user? Thanks.
Bubba
  • 140
  • 1
  • 9
0
votes
1 answer

What Account to use for Google Analytics, AdWords, and Adsense

I am launching my first web site. I am in the process of setting up google services: Google Analytics, AdWords, and Adsense. I searched the web and could not find any information about what the best practice related to what account I should use to…
Barry MSIH
  • 3,525
  • 5
  • 32
  • 53
0
votes
1 answer

How do I allow users to view my Google App Engine website without having to log into a Google Account?

I've created a simple website using Google app engine. Any time a person views the site they are presented with a google account login screen, unless they are already signed into a google account. My question is, would there be any way of bypassing…