Questions tagged [google-client]

Google client is an API which is used to invoke Google libraries to build high quality client.

Google client is an API which is used to invoke Google libraries to build high quality client.

Important link :

272 questions
0
votes
1 answer

Loading pk12 java.io.File for Google Client API in a Servlet Container

I have an application that gets deployed into Tomacat servlet containers. I have a background job that gets run where I make a call to Google Analytics that is authorized using a Service Account's PK12 file. I don't have access to the container's…
supun
  • 113
  • 1
  • 9
0
votes
1 answer

Unable to get the refresh_token from google Oauth response

I am new to google client auth. I am trying to upload a file to my google drive using this php google client downloaded from here https://github.com/google/google-api-php-client public function oauth2callback(){ …
Gaurav Mehra
  • 471
  • 7
  • 20
0
votes
1 answer

Google YouTube API in JavaScript

I want to call the Google API to access YouTube lists, using the Google documentation I am referencing the script on my web page: