Skip to content

Instantly share code, notes, and snippets.

View jolks's full-sized avatar

John Lau jolks

View GitHub Profile
@jolks
jolks / test_gdrive.php
Last active December 29, 2015 03:59
Simplified version of quickstart.php found on http://developers.google.com/drive/quickstart-php
<?php
/*
* Simplified version of quickstart.php found on http://developers.google.com/drive/quickstart-php
*
*/
require_once 'google-api-php-client/src/Google_Client.php';
require_once 'google-api-php-client/src/contrib/Google_DriveService.php';
$client = new Google_Client();