Top "Google-api-php-client" questions

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

Google OAuth 2.0 refresh token for web application with public access

I'm getting the following error: The OAuth 2.0 access token has expired, and a refresh token is not available. Refresh tokens …

php gmail google-oauth google-api-php-client
Uploading file to specific folder using google drive api with PHP

I am using google drive api to upload files, This is my code so far now the file upload to …

php google-drive-api google-api-php-client
Google api refresh_token null and how to refresh access token

I use HWIO Bundle for google api and when I have response from google refreshToken = null why? How to refresh …

php google-drive-api google-api-php-client
Uncaught exception 'Google_Auth_Exception' with message 'Could not json decode the token'

I am using the user-example.php in the google-api-client-php library and it is throwing up the error Fatal error: Uncaught …

php json google-api google-oauth google-api-php-client
Class "Google_Config" not found

I'm trying to implement Google's login API via the instructions here, but for some reason, when I try to run …

php google-plus google-api-php-client
Issue with Google-API-PHP Client, getting error when running the quick start script

I am facing an issue with quickstart php script here: https://developers.google.com/drive/v2/web/quickstart/php When …

google-drive-api google-api-php-client
Google API: 404 Domain not found

I am new to working with Google API but I have a project that requires me to access their domain …

php google-api google-api-php-client
required_once issue in Google API Client for PHP

I have been trying to import/include file in my php script file and somehow it is not working. I …

php google-analytics include-path google-api-php-client require-once