Questions tagged [google-account]

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

443 questions
16
votes
1 answer

Google G Suite SAML SSO domain login page

I'm usign Google G Suite and created an app which is manage users logins with G Suite SAML. (see. https://support.google.com/a/answer/6087519?hl=en&ref_topic=6304963#) Everything is works smoothly, but I have problem when users not logged in our G…
15
votes
3 answers

Login issue with gconnect() in gtrendsR package

I am trying to log into my Google account in R using gconnect() in the gtrendsR package, but am running into issues. I have been doing research using Google Trends data for the last month, and have never had a problem with this. Please let me know…
Tim de Silva
  • 314
  • 1
  • 13
14
votes
3 answers

Can I use AccountManager to let users sign in with their Google account?

I'm creating an app that will need users to create an account. (Like Facebook or Twitter would require you to.) BUT, since it's an Android app, should/can I let them sign in with their Google Account using AccountManager or some other service? It'd…
Cole
  • 2,805
  • 9
  • 44
  • 61
14
votes
5 answers

How to remove the unpublished apk from the Google play console account

I am developing an Android application and in this application, I am using "In app billing" features. I uploaded apk on the google console account and set the product id, price and other required things and saved all the data in the…
12
votes
2 answers

How to turn on less secure app access on google?

There is no option for turn on less secure app access Is there any another way to turn on less secure app access???
Sandip Gadade
  • 199
  • 1
  • 2
  • 6
12
votes
3 answers

Incorrect message with GET_ACCOUNTS permission

Am trying to update my app with the new Android M permissions which uses Google+ login, but when I do a checkSelfPermission(Manifest.permission.GET_ACCOUNTS) the dialog that pops up says "Allow MyApp to access your contacts?" with the Deny and Allow…
11
votes
1 answer

Is it possible to use Google Prompt for my own application?

Google has introduced Google Prompt as a new way to log in with two factor authentication, without having to install any additional app on an android device. Is there a way to use this feature for my own application, without installing an app ?…
philfr
  • 1,358
  • 10
  • 15
11
votes
2 answers

Is it possible to use GCM without Google account AND Google Play Services on the device?

I'm writing a system app for a device that has no Google Play Services nor Google Play Store installed. I want to implement push notifications. The device is running Android 4.2.2 and official Google GCM docs say: A Google account is not a…
9
votes
4 answers

Android project, change Firebase Account

I have created an application and implemented Firebase (Auth, Analytics, Remote Config, Crash Reporting) with it. Now i need to change the Firebase account because in my collaborator account we will implement Realtime Database with BLAZE plan. (we…
KlevisGjN
  • 681
  • 2
  • 10
  • 16
9
votes
1 answer

GoogleAccountCredential name is null despite calling setSelectedAccountName (Android 6.0)

I've created an endpoint using a secured backend and have been using it since March on an app I'm building (source docs here). I recently installed the latest version to my Android 6.0 device and an odd error popped up (it works perfectly on 4.2.2…
9
votes
1 answer

Log out of google account remotely

I had logged in to google on an unknown android device, but forgot to log out. I want to log out using my laptop/android device. But I am not able to find any solution on the web. Please let me know how to do that.. Thanks in advance for the help!
9
votes
1 answer

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). Can anyone please help? private void…
balteo
  • 23,602
  • 63
  • 219
  • 412
8
votes
1 answer

What features are supported by Android's Google accounts authenticator?

The API documentation for the hasFeatures method of Android's AccountManager has the following to say about which features are supported by each authenticator: Account features are authenticator-specific string tokens identifying boolean account…
Dan Dyer
  • 53,737
  • 19
  • 129
  • 165
8
votes
1 answer

Programmatically Revoke OAuth token for google account

So here at the end of the page says a way to be able to revoke this token via the AuthSub api (the old api). I manage the whole authentication system with the new api OAuth and when I try to revoke the token with the authsub steps its just sending…
Hassek
  • 8,715
  • 6
  • 47
  • 59
8
votes
2 answers

Get main gmail account status

I am developing an Android application and I need to know status of the Google account used on the phone. I want to do this for the C2DM, but I don't want to ask the user to login again in his/her Google email account if they are already logged in.…
user430926
  • 4,017
  • 13
  • 53
  • 77
1
2
3
29 30