Mise à jour des librairies

This commit is contained in:
lars
2019-03-10 23:30:23 +01:00
parent 2040b7be39
commit 7df3d72953
3603 changed files with 233169 additions and 107764 deletions

View File

@@ -31,7 +31,7 @@
*/
class Google_Service_Drive extends Google_Service
{
/** View and manage the files in your Google Drive. */
/** See, edit, create, and delete all of your Google Drive files. */
const DRIVE =
"https://www.googleapis.com/auth/drive";
/** View and manage its own configuration data in your Google Drive. */
@@ -49,7 +49,7 @@ class Google_Service_Drive extends Google_Service
/** View the photos, videos and albums in your Google Photos. */
const DRIVE_PHOTOS_READONLY =
"https://www.googleapis.com/auth/drive.photos.readonly";
/** View the files in your Google Drive. */
/** See and download all your Google Drive files. */
const DRIVE_READONLY =
"https://www.googleapis.com/auth/drive.readonly";
/** Modify your Google Apps Script scripts' behavior. */
@@ -76,6 +76,7 @@ class Google_Service_Drive extends Google_Service
parent::__construct($client);
$this->rootUrl = 'https://www.googleapis.com/';
$this->servicePath = 'drive/v3/';
$this->batchPath = 'batch/drive/v3';
$this->version = 'v3';
$this->serviceName = 'drive';
@@ -937,6 +938,10 @@ class Google_Service_Drive extends Google_Service
'type' => 'string',
'required' => true,
),
'useDomainAdminAccess' => array(
'location' => 'query',
'type' => 'boolean',
),
),
),
)