mirror of
https://github.com/nextcloud/server.git
synced 2026-03-26 04:14:20 -04:00
Conflicts: apps/calendar/js/loader.js apps/contacts/index.php apps/contacts/js/loader.js apps/files/js/files.js apps/files_sharing/sharedstorage.php lib/filesystemview.php
8 lines
414 B
PHP
8 lines
414 B
PHP
<?php
|
|
|
|
require_once 'google.php';
|
|
|
|
// $drive = new OC_Filestorage_Google(array('token' => '4/7nZMlRLlAEeXdY0AeH-eHNCL0YaK', 'token_secret' => 'NqO5VMGUVkwFtOYqHsex4257'));
|
|
// $drive = new OC_Filestorage_Google(array('token' => '1/4Xo84YtTxL2MkQst-Ti3nqF1Isy70NUHDRk-BwsLMf4', 'token_secret' => 'jYnyJ_4-ITNxlX9f9RDNoRW-'));
|
|
// var_export($drive->getFeed('https://docs.google.com/feeds/metadata/default', 'GET'));
|
|
|