Skip to content Skip to sidebar Skip to footer
Showing posts with the label Google Api

Google Sign In Api (platform.js) Setting Cookies Without Samesite Attribute?

On using the google sign-in api [https://apis.google.com/js/platform.js]. I noticed some messages i… Read more Google Sign In Api (platform.js) Setting Cookies Without Samesite Attribute?

403 Error When Calling Google People Api

So I am trying call the Google People API with the following from the JS API: var request = gapi.cl… Read more 403 Error When Calling Google People Api

Google Oauth Javascript Cross Domain

On this page: http://code.google.com/apis/accounts/docs/OAuth2UserAgent.html Google gives instructi… Read more Google Oauth Javascript Cross Domain

Authenticate To Google Api With Node Js

What I have so far is the app redirects to the consent page. The user accepts, then I'm redire… Read more Authenticate To Google Api With Node Js

How To I Search Using Google Drive Api Using Javascript?

I am currently working with Google Drive API and search files. var test = false; gapi.client.… Read more How To I Search Using Google Drive Api Using Javascript?

Getting "gapi.client Is Undefined" When Trying To Retrieve An Authenticated Google+ User's Email Address

I'm trying to retrieve user data from a visitor who has signed in to my site using google + sig… Read more Getting "gapi.client Is Undefined" When Trying To Retrieve An Authenticated Google+ User's Email Address

Create A Google Document With Google Drive API And Node.js

I'm using Google Drive API V3 to manage my Google Drive with Node.js and google-api-nodejs-clie… Read more Create A Google Document With Google Drive API And Node.js

How To Retrieve A YouTube Video's Tags With YouTube V3 API?

I want to retrieve the tags for a specific YouTube video using v3 of the YouTube API. I'm able … Read more How To Retrieve A YouTube Video's Tags With YouTube V3 API?