mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 23:03:00 -04:00
enable autoload of lib in google storage
This commit is contained in:
parent
c1583f03ab
commit
49bec94959
1 changed files with 1 additions and 0 deletions
|
|
@ -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';
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue