Top "Google-api-php-client" questions

The Google APIs Client Library for PHP provides access to many Google APIs.

Google API PHP Client - Contacts Service

I have, after hours of deep, deep pain, finally got a bit closer to the configuration and usage of Google's …

php api google-api google-api-php-client google-contacts-api
Fatal error: Uncaught exception 'Google_Auth_Exception' with message 'Error refreshing the OAuth2 token, message: '{ "error" : "invalid_grant" }

I have a Prediction app that's based on Google-api-php client version 1.0.0 latest. it's perfectly working in the localhost environment. but …

google-api-php-client service-accounts google-prediction
How to connect a PHP backend to Google Analytics API

I am trying to present some basic data from our Google Analytics accounts directly on our company's backend. I am …

php google-analytics google-api-php-client
What's the difference between api key, client id and service account?

I needed to access a Google's service, i.e. Google Analytics, from my Symfony 2 application, so I had to use …

php symfony google-analytics google-api-php-client difference
Adding google api client to codeigniter

I want to upload files to google drive using php in codeigniter. First of all i am trying to integrate …

php codeigniter google-drive-api google-api-php-client
Google Analytics - Access api without login

I had successfully configured google analytics api and get successful data. I want to access analytics api without gmail login. …

google-analytics google-api google-analytics-api google-api-php-client
Getting "Unable to parse the p12 file..." Error With google-api-php-client

I've been searching for days and trying new and older version of google-api-php-client along with various other examples out there, …

google-api-php-client
Google-api-php Refresh Token returns invalid_grant

I've nearly searched every result of the first page of google for this. But can't seem to find the answer. …

php google-api google-api-php-client
youtube live streaming PHP API integration

I have standalone web application which is based on PHP framework. I want to integrate Youtube live streaming into my …

php youtube youtube-api google-api-php-client youtube-livestreaming-api
Trying to append a row to a Google Spreadsheet in PHP

I'm using Google's Client API via Composer (https://packagist.org/packages/google/apiclient) and I have successfully authenticated and received …

php google-sheets google-api-php-client