Top "Google-api-php-client" questions

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

Google Drive PHP API - Simple File Upload

I am trying to write a small script to upload a local file to Google Drive, using Google Drive PHP …

php google-drive-api google-api-php-client
Google OAuth 2.0 "error" : "redirect_uri_mismatch"

I spend already one day, crashed one glass and I am really angry about it, I do not understand what …

oauth google-api-php-client google-oauth
Google Analytics API - Get page view information for specific URLs

I am looking to implement a page view tracking system on one of my websites. The website is a directory …

google-analytics google-analytics-api google-api-php-client
Upload video to Youtube using Youtube API V3 and PHP

I am trying to upload a video to Youtube using PHP. I am using Youtube API v3 and I am …

php youtube-api google-api-php-client
Token must be a short-lived token and in a reasonable timeframe

I am having the same error as this. In my case it is happening when the app is trying to …

php google-api google-api-php-client
Automatically refresh token using google drive api with php script

I followed again THIS TUTORIAL to upload a file on Google Drive with php, directly from my REMOTE SERVER: so …

php google-api google-drive-api google-api-php-client
Get Userinfo from Google OAuth 2.0 PHP API

I am trying to use Google Oauth API to get userinfo. It works perfectly for Google Plus API but I …

php google-api oauth-2.0 google-api-php-client
How do I access the Google Spreadsheets API in PHP?

Starting with the Google Developer documentation on the Google Spreadsheets API, I found that "A number of client libraries are …

php google-api google-api-php-client google-sheets-api
Gmail API returns 403 error code and "Delegation denied for <user email>"

Gmail API fails for one domain when retrieving messages with this error: com.google.api.client.googleapis.json.GoogleJsonResponseException: 403 OK { "…

oauth-2.0 google-oauth gmail-api google-api-php-client
Implementing Oauth2 login, Fatal error: Class 'Google_Service' not found

I am updating my website's login system from LightOpenID to Google's Oauth 2.0. When I require the Client.php and the …

php oauth-2.0 google-oauth google-api-php-client