Questions tagged [google-account]

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

443 questions
2
votes
1 answer

Getting user's Google Account avatar without him signing in with Google

I have a web application where users can sign in with their username and password or with Google Account. If the email from their Google Account happens to be one of the users' email, this user is signed in. In the response from Google API on sign…
pmichna
  • 4,800
  • 13
  • 53
  • 90
2
votes
1 answer

Remove Google Account From android device in marshmallow?

I am working with google account and i want to remove all the logged in account from device with the help of my application and i did it with this line of code private void signOutGmail() { AccountManager am = AccountManager.get(this); …
Rishabh Mahatha
  • 1,251
  • 9
  • 19
2
votes
1 answer

Google OAuth2 Client for brand accounts OR how to upload photos to a Google Photo brand account

With a normal Google Account (with email) is it possible to access the Google Data Client with a pre-fetched access-token. gd_client = gdata.photos.service.PhotosService(source=user_agent, email=email, additional_headers={'Authorization' : 'Bearer…
nee6AGag
  • 129
  • 1
  • 8
2
votes
2 answers

GoogleAccountCredential - [ERROR] the name must not be empty: null - despite permissions

I've been working on an app that sends a small bit of data back to a Google Sheet at certain points, however I can't get it to work properly: public void SheetUpdate() { GoogleAccountCredential mCredential; Sheets mService; final…
2
votes
2 answers

If I change my Google e-mail from Gmail to an external e-mail, will all my content and apps be preserved?

I have a Google account that I use with many of Google's services, including Maps, Books, search history, YouTube, Drive, Docs, Sheets, Photos, etc. Google DNS, Google Cloud Platform, Google APIs, etc. and several others. But the e-mail I have…
orome
  • 45,163
  • 57
  • 202
  • 418
2
votes
2 answers

How to force account selection when using social provider login in Lock

I am having trouble clearing the last login when using social providers. Currently using Lock with the following options: var options = { rememberLastLogin: false, auth: { sso: false, redirect: false } }; var lock = new…
art vanderlay
  • 2,341
  • 4
  • 35
  • 64
2
votes
1 answer

How to integrate YouTrack with IntelliJ using Google Account?

I have created YouTrack account logging in with my Google account. Because of that, I don't have any password configured in YouTrack. I'd like to integrate YT with IntelliJ Issues - it is impossible without password... Any ideas how to handle this…
przebar
  • 531
  • 1
  • 5
  • 19
2
votes
1 answer

BAD_AUTHENTICATION. Account App Crashed

I am getting this error log when i started downloading something and moved on to next activity and then coming back to previous activity results in App Crash. I searched for this here as well but no solution is found. How this error occurs and What…
Preetika Kaur
  • 1,991
  • 2
  • 16
  • 23
2
votes
1 answer

Is there a way to detect revoked permissions through Google APIs?

We're trying to find a way to detect revoked permissions through Google APIs without continuously polling the provider to get status updates. Does Google have any sort of notification system for this (a webhook, etc)? The most recent post I found…
mdegges
  • 963
  • 3
  • 18
  • 39
2
votes
2 answers

Appium: How to create google account programmatically on aws device farm devices using java before starting test run for appium-testng

I want to run my automation android suite test cases on aws device farm. Most of the script are created using gmail login. On real time device gmail account can be configured manually ,so whenever scripts run already configured gmail account pop up…
argneshu
  • 21
  • 3
2
votes
0 answers

GoogleAccountDataService appears to have been spoofed by: com.google.android.gms

Context: I'm trying to install Google Apps onto a ROM built from AOSP, running on a Nexus 5. When I try to add a Google account to the device however, it gives me an error message saying: "There was a problem communicating with Google servers". From…
Curtis Li
  • 21
  • 1
2
votes
2 answers

How to grant access to linked/secondary Google accounts

I'm developing an Android app where users must be able to authenticate and then make calls to the YouTube Data API. I have no problems authenticating the users with their main account, using Google Sign-In everything is easy and user friendly, both…
2
votes
2 answers

Multiple Problems with Django SocialAuth - logging in with facebook, yahoo, google

I am having some problems with the app django socialauth. I am receiving the following errors: no such table: openid_consumer_association I got the above error whenever I click on the google or Yahoo icon for logging in. may I know how do i fix…
DjangoRocks
  • 13,598
  • 7
  • 37
  • 52
2
votes
1 answer

Get CODE from Google Cross-Client Authentication on Android

I'm working on an Android app that requires a Google OAuth 2.0 API code for Google account sign-in which will be used by the web app under the same project. I failed to get that code, I'm getting an AccessToken instead. I followed this docs by…
Amr Barakat
  • 686
  • 1
  • 7
  • 16
2
votes
1 answer

Google - DFP SB login error

I'm trying to sign up for DFP small business service with an enabled AdSense account. After submitting with the apply form, I am still unable to log into DFP account and keep seeing this error: Unauthorized Access We apologize for the…
bluenowhere
  • 2,683
  • 5
  • 24
  • 37