enable autoload of lib in google storage

This commit is contained in:
Francesco Rovelli 2016-04-26 16:24:30 +02:00 committed by Vincent Petry
parent c1583f03ab
commit 49bec94959
No known key found for this signature in database
GPG Key ID: AF8F9EFC56562186
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ use Icewind\Streams\RetryWrapper;
set_include_path(get_include_path().PATH_SEPARATOR.
\OC_App::getAppPath('files_external').'/3rdparty/google-api-php-client/src');
require_once 'Google/autoload.php';
require_once 'Google/Client.php';
require_once 'Google/Service/Drive.php';