Category "google-oauth"

How to find the date a user created their Google account

I referer this link Login with Google using PHP API library and other tutorial and implement Google Login API in my script. Once the user has logged in I am lo

How to generate "client_secret.json" for Google API with offline access

I am trying to authenticate to google API in a backend service using a service account. It will not have a UI at all. I have generated private keys in json form

Enable Google API OAuth Scope

For one of the application created using Google Apps Script, some scopes are automatically added as follows in my app: https://www.googleapis.com/auth/drive

Can't get OAuth 2.0 code in Qt app, but is seems to work in browser

I'm trying to configure communication with Google OAuth 2.0 in my Qt project. I was using this tutorial, although it seems to be a bit outdated. I configured ev

How can I authenticate Gmail API without Google Dll

I am trying to use Gmail API without Google Dll, and I would like to use it only with HTTP requests. How can I authenticate and authorize with scopes (like crea

Google Drive API - Service Account : make a request for access token

I am a newbie in Google API. I start my project with Google Drive API and I follow the tutorial in this google cloud document. On the Google Cloud Console - I

What exactly is the client secret for Google OAuth2?

In Google's OIDC guide, section Exchange code for access token and ID token states that I must provide a client_secret. If I select the relevant client ID from

Blogger API v3.0 - Working with users (OAuth 2.0)

Please see this documentation link: https://developers.google.com/blogger/docs/3.0/using#WorkingWithUsers So, I'm trying to 'get a user' by user ID. This is a

How to solve "idpiframe_initialization_failed" for localhost?

Here's my initialization code: function HandleGoogleApiLibrary() { // Load "client" & "auth2" libraries gapi.lo

Revoke id token Google oauth2 java

I want to revoke the session of a user logged in to my app with google authentication. I retrieved the informations for this user available on this image. Among

Google oauth 400 response: No 'Access-Control-Allow-Origin' header is present on the requested resource

I'm trying to make request from client-side javascript to the google oauth endpoint (https://accounts.google.com/o/oauth2/v2/auth) with a google calendar scope.

Google oauth process: User seeing developer information dialog during log in

I have user that is using our Google integration to log into our online application. When the user get's to the screen to "Choose An Account" during the sign i

Identify Google signed in user in AWS Lambda invoked by API Gateway

When any internet user enters a certain URL, I serve up an html dashboard that is generated from an AWS Lambda written in Python. This requires a bit of setup f

How long is the Google API key Valid?

I'm am fetching playlist's details using Youtube API V3 using API key. I can't find any information about API KEY validity period. I want to make sure I regen

Not a valid origin for the client from Google API Oauth

I'm receiving this error from Google API Oauth: idpiframe_initialization_failed", details: "Not a valid origin for the client: http://127.0.0.…itelis

Google Drive - Access Drive without consent form (Username/password known)

I've been reading on Google Drive's API which seems straight-forward enough, but I'd like to use it a bit differently. Instead of a client-side application, I

How to specify the scope of Google API to get the birthday

I am trying to get the birthday from the Google API, but the retrieved data in HWIOAuthBundle do not contain it. I am wondering if the specified scope for goog

Youtube Data API keeps asking for authorization

I am trying to make a simple python program which uses the Youtube Data API to retrieve results based on Youtube search queries. I have created my OAuth creden

How to integrate Google Picker with new Google Identity Services JavaScript library

Because of the known issue described in here (https://developers.google.com/identity/sign-in/web/troubleshooting) I want to update my application to be using th