!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache/2.4.41 (Ubuntu). PHP/8.0.30 

uname -a: Linux apirnd 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/uploads/script/vendor/google/apiclient-services/src/Google/Service/   drwxr-xr-x
Free 13.04 GB of 57.97 GB (22.49%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     Drive.php (40.17 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
/*
 * Copyright 2014 Google Inc.
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not
 * use this file except in compliance with the License. You may obtain a copy of
 * the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
 * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 * License for the specific language governing permissions and limitations under
 * the License.
 */

/**
 * Service definition for Drive (v3).
 *
 * <p>
 * Manages files in Drive including uploading, downloading, searching, detecting
 * changes, and updating sharing permissions.</p>
 *
 * <p>
 * For more information about this service, see the API
 * <a href="https://developers.google.com/drive/" target="_blank">Documentation</a>
 * </p>
 *
 * @author Google, Inc.
 */
class Google_Service_Drive extends Google_Service
{
  
/** See, edit, create, and delete all of your Google Drive files. */
  
const DRIVE =
      
"https://www.googleapis.com/auth/drive";
  
/** See, create, and delete its own configuration data in your Google Drive. */
  
const DRIVE_APPDATA =
      
"https://www.googleapis.com/auth/drive.appdata";
  
/** See, edit, create, and delete only the specific Google Drive files you use with this app. */
  
const DRIVE_FILE =
      
"https://www.googleapis.com/auth/drive.file";
  
/** View and manage metadata of files in your Google Drive. */
  
const DRIVE_METADATA =
      
"https://www.googleapis.com/auth/drive.metadata";
  
/** See information about your Google Drive files. */
  
const DRIVE_METADATA_READONLY =
      
"https://www.googleapis.com/auth/drive.metadata.readonly";
  
/** View the photos, videos and albums in your Google Photos. */
  
const DRIVE_PHOTOS_READONLY =
      
"https://www.googleapis.com/auth/drive.photos.readonly";
  
/** 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. */
  
const DRIVE_SCRIPTS =
      
"https://www.googleapis.com/auth/drive.scripts";

  public 
$about;
  public 
$changes;
  public 
$channels;
  public 
$comments;
  public 
$drives;
  public 
$files;
  public 
$permissions;
  public 
$replies;
  public 
$revisions;
  public 
$teamdrives;

  
/**
   * Constructs the internal representation of the Drive service.
   *
   * @param Google_Client $client The client used to deliver requests.
   * @param string $rootUrl The root URL used for requests to the service.
   */
  
public function __construct(Google_Client $client$rootUrl null)
  {
    
parent::__construct($client);
    
$this->rootUrl $rootUrl ?: 'https://www.googleapis.com/';
    
$this->servicePath 'drive/v3/';
    
$this->batchPath 'batch/drive/v3';
    
$this->version 'v3';
    
$this->serviceName 'drive';

    
$this->about = new Google_Service_Drive_Resource_About(
        
$this,
        
$this->serviceName,
        
'about',
        array(
          
'methods' => array(
            
'get' => array(
              
'path' => 'about',
              
'httpMethod' => 'GET',
              
'parameters' => array(),
            ),
          )
        )
    );
    
$this->changes = new Google_Service_Drive_Resource_Changes(
        
$this,
        
$this->serviceName,
        
'changes',
        array(
          
'methods' => array(
            
'getStartPageToken' => array(
              
'path' => 'changes/startPageToken',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'driveId' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'supportsAllDrives' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'supportsTeamDrives' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'teamDriveId' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'list' => array(
              
'path' => 'changes',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'pageToken' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'driveId' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'includeCorpusRemovals' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'includeItemsFromAllDrives' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'includePermissionsForView' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'includeRemoved' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'includeTeamDriveItems' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'pageSize' => array(
                  
'location' => 'query',
                  
'type' => 'integer',
                ),
                
'restrictToMyDrive' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'spaces' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'supportsAllDrives' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'supportsTeamDrives' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'teamDriveId' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'watch' => array(
              
'path' => 'changes/watch',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'pageToken' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'driveId' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'includeCorpusRemovals' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'includeItemsFromAllDrives' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'includePermissionsForView' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'includeRemoved' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'includeTeamDriveItems' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'pageSize' => array(
                  
'location' => 'query',
                  
'type' => 'integer',
                ),
                
'restrictToMyDrive' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'spaces' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'supportsAllDrives' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'supportsTeamDrives' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'teamDriveId' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
          )
        )
    );
    
$this->channels = new Google_Service_Drive_Resource_Channels(
        
$this,
        
$this->serviceName,
        
'channels',
        array(
          
'methods' => array(
            
'stop' => array(
              
'path' => 'channels/stop',
              
'httpMethod' => 'POST',
              
'parameters' => array(),
            ),
          )
        )
    );
    
$this->comments = new Google_Service_Drive_Resource_Comments(
        
$this,
        
$this->serviceName,
        
'comments',
        array(
          
'methods' => array(
            
'create' => array(
              
'path' => 'files/{fileId}/comments',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'fileId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'delete' => array(
              
'path' => 'files/{fileId}/comments/{commentId}',
              
'httpMethod' => 'DELETE',
              
'parameters' => array(
                
'fileId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'commentId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'get' => array(
              
'path' => 'files/{fileId}/comments/{commentId}',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'fileId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'commentId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'includeDeleted' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
              ),
            ),
'list' => array(
              
'path' => 'files/{fileId}/comments',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'fileId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'includeDeleted' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'pageSize' => array(
                  
'location' => 'query',
                  
'type' => 'integer',
                ),
                
'pageToken' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'startModifiedTime' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'update' => array(
              
'path' => 'files/{fileId}/comments/{commentId}',
              
'httpMethod' => 'PATCH',
              
'parameters' => array(
                
'fileId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'commentId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
          )
        )
    );
    
$this->drives = new Google_Service_Drive_Resource_Drives(
        
$this,
        
$this->serviceName,
        
'drives',
        array(
          
'methods' => array(
            
'create' => array(
              
'path' => 'drives',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'requestId' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'delete' => array(
              
'path' => 'drives/{driveId}',
              
'httpMethod' => 'DELETE',
              
'parameters' => array(
                
'driveId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'get' => array(
              
'path' => 'drives/{driveId}',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'driveId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'useDomainAdminAccess' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
              ),
            ),
'hide' => array(
              
'path' => 'drives/{driveId}/hide',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'driveId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'list' => array(
              
'path' => 'drives',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'pageSize' => array(
                  
'location' => 'query',
                  
'type' => 'integer',
                ),
                
'pageToken' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'q' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'useDomainAdminAccess' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
              ),
            ),
'unhide' => array(
              
'path' => 'drives/{driveId}/unhide',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'driveId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'update' => array(
              
'path' => 'drives/{driveId}',
              
'httpMethod' => 'PATCH',
              
'parameters' => array(
                
'driveId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'useDomainAdminAccess' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
              ),
            ),
          )
        )
    );
    
$this->files = new Google_Service_Drive_Resource_Files(
        
$this,
        
$this->serviceName,
        
'files',
        array(
          
'methods' => array(
            
'copy' => array(
              
'path' => 'files/{fileId}/copy',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'fileId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'enforceSingleParent' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'ignoreDefaultVisibility' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'includePermissionsForView' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'keepRevisionForever' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'ocrLanguage' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'supportsAllDrives' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'supportsTeamDrives' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
              ),
            ),
'create' => array(
              
'path' => 'files',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'enforceSingleParent' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'ignoreDefaultVisibility' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'includePermissionsForView' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'keepRevisionForever' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'ocrLanguage' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'supportsAllDrives' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'supportsTeamDrives' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'useContentAsIndexableText' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
              ),
            ),
'delete' => array(
              
'path' => 'files/{fileId}',
              
'httpMethod' => 'DELETE',
              
'parameters' => array(
                
'fileId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'enforceSingleParent' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'supportsAllDrives' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'supportsTeamDrives' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
              ),
            ),
'emptyTrash' => array(
              
'path' => 'files/trash',
              
'httpMethod' => 'DELETE',
              
'parameters' => array(
                
'enforceSingleParent' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
              ),
            ),
'export' => array(
              
'path' => 'files/{fileId}/export',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'fileId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'mimeType' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'generateIds' => array(
              
'path' => 'files/generateIds',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'count' => array(
                  
'location' => 'query',
                  
'type' => 'integer',
                ),
                
'space' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'get' => array(
              
'path' => 'files/{fileId}',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'fileId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'acknowledgeAbuse' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'includePermissionsForView' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'supportsAllDrives' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'supportsTeamDrives' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
              ),
            ),
'list' => array(
              
'path' => 'files',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'corpora' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'corpus' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'driveId' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'includeItemsFromAllDrives' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'includePermissionsForView' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'includeTeamDriveItems' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'orderBy' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'pageSize' => array(
                  
'location' => 'query',
                  
'type' => 'integer',
                ),
                
'pageToken' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'q' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'spaces' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'supportsAllDrives' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'supportsTeamDrives' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'teamDriveId' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'update' => array(
              
'path' => 'files/{fileId}',
              
'httpMethod' => 'PATCH',
              
'parameters' => array(
                
'fileId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'addParents' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'enforceSingleParent' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'includePermissionsForView' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'keepRevisionForever' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'ocrLanguage' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'removeParents' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'supportsAllDrives' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'supportsTeamDrives' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'useContentAsIndexableText' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
              ),
            ),
'watch' => array(
              
'path' => 'files/{fileId}/watch',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'fileId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'acknowledgeAbuse' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'includePermissionsForView' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'supportsAllDrives' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'supportsTeamDrives' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
              ),
            ),
          )
        )
    );
    
$this->permissions = new Google_Service_Drive_Resource_Permissions(
        
$this,
        
$this->serviceName,
        
'permissions',
        array(
          
'methods' => array(
            
'create' => array(
              
'path' => 'files/{fileId}/permissions',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'fileId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'emailMessage' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'enforceSingleParent' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'moveToNewOwnersRoot' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'sendNotificationEmail' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'supportsAllDrives' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'supportsTeamDrives' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'transferOwnership' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'useDomainAdminAccess' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
              ),
            ),
'delete' => array(
              
'path' => 'files/{fileId}/permissions/{permissionId}',
              
'httpMethod' => 'DELETE',
              
'parameters' => array(
                
'fileId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'permissionId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'supportsAllDrives' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'supportsTeamDrives' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'useDomainAdminAccess' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
              ),
            ),
'get' => array(
              
'path' => 'files/{fileId}/permissions/{permissionId}',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'fileId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'permissionId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'supportsAllDrives' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'supportsTeamDrives' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'useDomainAdminAccess' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
              ),
            ),
'list' => array(
              
'path' => 'files/{fileId}/permissions',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'fileId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'includePermissionsForView' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'pageSize' => array(
                  
'location' => 'query',
                  
'type' => 'integer',
                ),
                
'pageToken' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'supportsAllDrives' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'supportsTeamDrives' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'useDomainAdminAccess' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
              ),
            ),
'update' => array(
              
'path' => 'files/{fileId}/permissions/{permissionId}',
              
'httpMethod' => 'PATCH',
              
'parameters' => array(
                
'fileId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'permissionId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'removeExpiration' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'supportsAllDrives' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'supportsTeamDrives' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'transferOwnership' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'useDomainAdminAccess' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
              ),
            ),
          )
        )
    );
    
$this->replies = new Google_Service_Drive_Resource_Replies(
        
$this,
        
$this->serviceName,
        
'replies',
        array(
          
'methods' => array(
            
'create' => array(
              
'path' => 'files/{fileId}/comments/{commentId}/replies',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'fileId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'commentId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'delete' => array(
              
'path' => 'files/{fileId}/comments/{commentId}/replies/{replyId}',
              
'httpMethod' => 'DELETE',
              
'parameters' => array(
                
'fileId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'commentId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'replyId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'get' => array(
              
'path' => 'files/{fileId}/comments/{commentId}/replies/{replyId}',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'fileId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'commentId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'replyId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'includeDeleted' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
              ),
            ),
'list' => array(
              
'path' => 'files/{fileId}/comments/{commentId}/replies',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'fileId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'commentId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'includeDeleted' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'pageSize' => array(
                  
'location' => 'query',
                  
'type' => 'integer',
                ),
                
'pageToken' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'update' => array(
              
'path' => 'files/{fileId}/comments/{commentId}/replies/{replyId}',
              
'httpMethod' => 'PATCH',
              
'parameters' => array(
                
'fileId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'commentId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'replyId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
          )
        )
    );
    
$this->revisions = new Google_Service_Drive_Resource_Revisions(
        
$this,
        
$this->serviceName,
        
'revisions',
        array(
          
'methods' => array(
            
'delete' => array(
              
'path' => 'files/{fileId}/revisions/{revisionId}',
              
'httpMethod' => 'DELETE',
              
'parameters' => array(
                
'fileId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'revisionId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'get' => array(
              
'path' => 'files/{fileId}/revisions/{revisionId}',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'fileId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'revisionId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'acknowledgeAbuse' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
              ),
            ),
'list' => array(
              
'path' => 'files/{fileId}/revisions',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'fileId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'pageSize' => array(
                  
'location' => 'query',
                  
'type' => 'integer',
                ),
                
'pageToken' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'update' => array(
              
'path' => 'files/{fileId}/revisions/{revisionId}',
              
'httpMethod' => 'PATCH',
              
'parameters' => array(
                
'fileId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'revisionId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
          )
        )
    );
    
$this->teamdrives = new Google_Service_Drive_Resource_Teamdrives(
        
$this,
        
$this->serviceName,
        
'teamdrives',
        array(
          
'methods' => array(
            
'create' => array(
              
'path' => 'teamdrives',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'requestId' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'delete' => array(
              
'path' => 'teamdrives/{teamDriveId}',
              
'httpMethod' => 'DELETE',
              
'parameters' => array(
                
'teamDriveId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'get' => array(
              
'path' => 'teamdrives/{teamDriveId}',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'teamDriveId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'useDomainAdminAccess' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
              ),
            ),
'list' => array(
              
'path' => 'teamdrives',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'pageSize' => array(
                  
'location' => 'query',
                  
'type' => 'integer',
                ),
                
'pageToken' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'q' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'useDomainAdminAccess' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
              ),
            ),
'update' => array(
              
'path' => 'teamdrives/{teamDriveId}',
              
'httpMethod' => 'PATCH',
              
'parameters' => array(
                
'teamDriveId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'useDomainAdminAccess' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
              ),
            ),
          )
        )
    );
  }
}

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0117 ]--