12/08
2015
dev-master
9999999-dev
The Requires
- php >=5.3.0
- league/flysystem ~1.0
- google/apiclient 1.*
by Alex Whiteside
Wallogit.com
2017 © Pedro Peláez
WORK IN PROGRESS not for production, (*1)
$client = new \Google_Client();
$client->setClientId('xxxx');
$client->setClientSecret('xxxx');
$client->setAccessToken('{
"access_token":"xxxx",
"expires_in":3920,
"token_type":"Bearer",
"created":'.time().'
}');
$service = new \Google_Service_Drive($client);
$adapter = new \Ignited\Flysystem\GoogleDrive\GoogleDriveAdapter($service);
$filesystem = new Filesystem($adapter);