Top "Google-api-php-client" questions

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

google-api-php-client: Invalid client secret JSON file

Seems that the latest version of the google-api-php-client for PHP doesn't line up with the docs @ https://developers.google.com/…

php oauth google-api-php-client
Google Drive API v3 - downloading files in PHP

I'm trying to understand the download flow for the Google Drive API v3 using PHP. Using the API v2 to …

google-drive-api google-api-php-client
Embedding Google+ Hangout App in web application

Is there any way to embed a Google+ hangout app in a PHP-based website? Can I load the app inside …

google-api google-plus google-api-php-client hangout
Get Calendar events between two dates

How to get all events between two specific dates. For example i only want to get events between 1st of …

google-api google-calendar-api google-api-php-client
Use service account to verify Google InAppPurchase

I've tried so many things in the last days but now I'm out of ideas :( I want to verify an …

php android api google-api-php-client publisher
How to Create a Project in Google Developers Console

I am trying to create a project in Google Developers Console. Note: I am the Domain Administrator. I keep getting …

google-api google-calendar-api google-oauth google-api-php-client
ModuleNotFoundError: No module named 'google'

Once I am trying to use google search api it's showing me an error: Traceback (most recent call last): File "…

python google-api google-api-php-client google-search-api
How to get step count from Google Fit REST API like Google Fit app?

I'm developing a PHP application which work with Google Fit APIs to collect daily user's step count. I want to …

google-api-php-client google-fit
Is it possible to upload files directly to the Google Cloud Storage?

I have written a file upload for larger files that is uploading the files to the Cloud Storage. Unfortunately this …

php google-cloud-storage google-api-php-client
How can I get an updated access token, using stored refresh token

I'm building an application that allows the admin to authenticate access to their analytics account for offline usage, and stores …

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