Skip to content

Upload your files from your application directly to Google Drive

Notifications You must be signed in to change notification settings

TheCodingCompany/GoogleDrive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GoogleDrive

Google Drive class to upload files directly from your application to your Google Drive.

Made available by The Coding Company

https://thecodingcompany.se

Build by: Victor Angelier <vangelier \u0040 hotmail.com>

#Install/Composer

Easy: composer require thecodingcompany/googledrive

#Example

require_once('google-api-php-client-2.0.0-RC7/vendor/autoload.php');

$drive = new CodingCompany\GoogleDrive();
$drive->setCredentials('location/to/your/credential.json');

$drive->init_google_drive();
print_r($drive->quota());

About

Upload your files from your application directly to Google Drive

Resources

Stars

Watchers

Forks

Packages

No packages published