Questions tagged [google-account]

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

443 questions
1
vote
0 answers

problem with 2-step verification in gmail using FIDO U2F virtual authenticator

I am in developing application for Android smartphone for make WebAuthn authentication using FIDO U2F protocol by NFC interface. For reference purpose I use Yubikey 5 NFC Token. The application creates virtual token and support FIDO U2F NFC protocol…
Evgeniy
  • 11
  • 3
1
vote
3 answers

Logging into Gmail using Python with detecting failed login

I know that multiple people have asked a similar question about this however, I would like to know how to login to gmail (or google account) using python. I have a code already (see below) that can loggin the user to gmail using selenium. However I…
1
vote
1 answer

Refused to display 'google oauth2' in a frame because it set 'X-Frame-Options' to 'DENY'

I have a simple public site A that gets data from site B with is private (user can access it using google account -> 'https://accounts.google.com/o/oauth2/). This is for testing purposes. I can access the data on site A while in browser with my…
Vova
  • 750
  • 11
  • 26
1
vote
1 answer

Improve the quality of the google account image after login using google account in flutter

When I get the image of the login user using his google account the quality of the image that i get it from his google account has bad quality. so How can improve the quality of the image that i get it from user google account ? I get the image of…
1
vote
0 answers

How to test login to google account using CEF + OAuth2?

I have already asked this question on CEF Forum https://www.magpcss.org/ceforum/viewtopic.php?f=10&t=18006. But unfortunately still haven't received an answer to my question. According to the…
1
vote
0 answers

Windows agenda view is not syncing to google calendar automatically. I need to open the calendar app before events show up

Please advise if this is not a platform for asking this type of question I have an issue with the windows agenda view that shows up underneath the calendar when clicking on the time in the taskbar. When I receive a meeting invite on my gmail…
Pieter Buys
  • 1,280
  • 1
  • 10
  • 20
1
vote
1 answer

Should GoogleSignInClient.silentSignIn() fail after successful signOut in an android app?

In an Android application, I follow dev guides to sign-in, silentSignIn, and [signout] https://developers.google.com/identity/sign-in/android/disconnect a google account. Everything works fine for sign-in flows: after the first sign-in, the app can…
Tech4Happie
  • 116
  • 1
  • 8
1
vote
2 answers

Nodemailer e-mail send not working in Node.js

I tried to send e-mail using Node.js Nodemailer but it is not working. I do not know how to set up it properly. I have used below code but it is not working and I'm getting error. I am new to Nodemailer, so I'm not able to find out the…
Pappa S
  • 303
  • 1
  • 8
  • 21
1
vote
1 answer

Seeking decent documentation on creating a way to link a Google account with my app

I'm trying to develop a react native application that won't require a user to sign into a bunch of different services every time. For now I'm trying to get the google side of things setup where a user can click a button which will allow me to link…
1
vote
2 answers

How does Google identify devices?

I am using my google account to log in to the same computer on 2 different browsers, and when checking the Security => Your device => Device management => Details, google tells me I'm Use 1 device to login to Google account. How does Google…
1
vote
1 answer

How to remove Google account from an app in kiosk mode?

We are working on an tablet app where users are given option to sign in their Google accounts and use these to access files stored on Google Drive. The tablets are locked in kiosk mode and multiple users are sharing the same tablet, therefore I need…
1
vote
1 answer

New Google Account not able to access script.google.com

A colleague opened a new Google Account and I shared a Google Sheet with her which had scripts attached. She gave me her temporary password so I could go through the process of authorizing her for the scripts. I have walked lots of people through…
Nata
  • 31
  • 2
1
vote
2 answers

Mimicking Google Account on the server-side

I recently bought an Android device. Now I'm wondering if can I mimic protocols it uses to communicate with Google servers? I basically want to setup some kind of "Google account", which wouldn't be served by Google, but would be fully compatible…
Dr McKay
  • 2,548
  • 2
  • 21
  • 26
1
vote
1 answer

Google Login Not Allowed Selenium

I am running a selenium automation test from a Linux terminal only using the command line(No GUI) I am getting now an error that says If I run this headless on my local mac it works fine. Has anyone experienced this error before?
1
vote
0 answers

Is there a way for checking the count of users who used Google login using the client-id provided by Google

I have an app that uses Google login as one of the modes for login/signup the users in the app. Unfortunately, I missed saving the user-id received after logging-in using Google, and therefore, I can't seem to find the users who have used Google for…