Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [google-oauth]

Google APIs use the OAuth 2.0 protocol for authentication and authorization. Google supports common OAuth 2.0 scenarios such as those for web server, installed, and client-side applications. When posting questions, it is most helpful if you could explain who owns the resource that is to be accessed.

google-oauth
101 votes
2 answers
78k views

How do I authorise an app (web or installed) without user intervention?

Let's say that I have a web app ("mydriveapp") that needs to access Drive files in a background service. It will either own the files it is accessing, or be run in a Google Account with ...
pinoyyid's user avatar
  • 22k
48 votes
6 answers
61k views

Undefined class 'FirebaseUser'

I'm new to Flutter. I have an Issue with Firebase Auth/ Google Auth The FirebaseUser is not defined Code: FirebaseAuth _auth = FirebaseAuth.instance; GoogleSignIn googleSignIn = GoogleSignIn(); ...
AbdullahTh's user avatar
95 votes
26 answers
140k views

Google sign in failed com.google.android.gms.common.api.ApiException: 10:

So I'm Stuck on this frustrating issue. I am quite new to Google Auth on Firebase but I done everything the firebase docs instructed in how to integrate the Google SignIn Auth, yet I'm still receiving ...
Hudi Ilfeld's user avatar
  • 2,025
367 votes
16 answers
1.2m views

Refused to display in a frame because it set 'X-Frame-Options' to 'SAMEORIGIN' [duplicate]

I am developing a website that is supposed to be responsive so that people can access it from their phones. The site has got some secured parts that can be logged into using Google, Facebook, etc. (...
Ali Hmer's user avatar
  • 5,011
33 votes
2 answers
5k views

Can I really not ship open source with Client ID? [closed]

Developer credentials (such as passwords, keys, and client IDs) are intended to be used by you and identify your API Client. You will keep your credentials confidential and make reasonable efforts to ...
Thomas's user avatar
  • 4,235
20 votes
4 answers
14k views

How to authenticate user with just a Google account on Actions on Google?

Currently Google Assitant includes an easy way to request non-identifiable information about the user and a detailed flow to authenticate the user on a third party service through OAuth2. What about ...
David Mulder's user avatar
  • 26.7k
66 votes
5 answers
40k views

Force google account chooser

Is there is a way I can force the google account chooser to appear even if the user is logged in just with one account. I have tried by redirecting to this URL: https://accounts.google.com/...
José F. Romaniello's user avatar
12 votes
5 answers
3k views

"Sign in with Google temporarily disabled for this app" error when trying to authorize a script

I am trying to run this simple Google Script. However, it does not allow me to authorise. How can I proceed?
orschiro's user avatar
  • 21.1k
6 votes
1 answer
8k views

Access to fetch at https://accounts.google.com/o/oauth2/v2/auth has been blocked by CORS

I'm sending fetch from React to Express to authenticate with Google but I've been getting access blocked by CORS error. I'm redirecting the POST request from React to the Google URL for authentication....
leowrites's user avatar
55 votes
15 answers
106k views

403 Error - Thats an error. Error: disallowed_useragent

I am trying to authorise a user for Google calendar API inside an IOS app. I am using the OAuth2 feature of Google to authenticate users. Authorisation page opens with a 403 error with the description:...
Subbu's user avatar
  • 551
44 votes
9 answers
50k views

The signing fingerprint you specified is already used by another Android OAuth2 client

Some time ago I created an example project (lets call it "example project") with Oauth2 client id for android application in Google APIs console. I also added SHA1 fingerprint and package name (for ...
Elena's user avatar
  • 513
104 votes
6 answers
85k views

Restrict Login Email with Google OAuth2.0 to Specific Domain Name

I can't seem to find any documentation on how to restrict the login to my web application (which uses OAuth2.0 and Google APIs) to only accept authentication requests from users with an email on a ...
paradox870's user avatar
  • 2,202
5 votes
1 answer
4k views

Google Home Authorization Code and Authentication with Google Account

I am currently attempting to authenticate a Google account with a Google Home Action and retrieve the Authorization Code from the credentials. I do not want the access token, but the authorization ...
Tim Creasman's user avatar
100 votes
27 answers
227k views

invalid_client in google oauth2

I try to make a web page for youtube video upload, therefore I try to get the client id from google api console, and in the api console it shows something like this: Client ID: 533832195920.apps....
Bob's user avatar
  • 1,011
226 votes
5 answers
120k views

Why do access tokens expire?

I am just getting started working with Google API and OAuth2. When the client authorizes my app I am given a "refresh token" and a short lived "access token". Now every time the access token expires, ...
levi's user avatar
  • 24.7k

15 30 50 per page
1
2 3 4 5
95