Google Apps Script API
    Preparing search index...

    The Google Drive API allows clients to access resources from Google Drive.

    interface Drive {
        About: GoogleAppsScript.Drive_v3.Drive.V3.Collection.AboutCollection;
        Apps: GoogleAppsScript.Drive_v3.Drive.V3.Collection.AppsCollection;
        Changes: GoogleAppsScript.Drive_v3.Drive.V3.Collection.ChangesCollection;
        Channels: GoogleAppsScript.Drive_v3.Drive.V3.Collection.ChannelsCollection;
        Comments: GoogleAppsScript.Drive_v3.Drive.V3.Collection.CommentsCollection;
        Drives: GoogleAppsScript.Drive_v3.Drive.V3.Collection.DrivesCollection;
        Files: GoogleAppsScript.Drive_v3.Drive.V3.Collection.FilesCollection;
        Operation: OperationCollection;
        Operations: OperationsCollection;
        Permissions: GoogleAppsScript.Drive_v3.Drive.V3.Collection.PermissionsCollection;
        Replies: GoogleAppsScript.Drive_v3.Drive.V3.Collection.RepliesCollection;
        Revisions: GoogleAppsScript.Drive_v3.Drive.V3.Collection.RevisionsCollection;
        Teamdrives: GoogleAppsScript.Drive_v3.Drive.V3.Collection.TeamdrivesCollection;
        newChannel(): GoogleAppsScript.Drive_v3.Drive.V3.Schema.Channel;
        newComment(): GoogleAppsScript.Drive_v3.Drive.V3.Schema.Comment;
        newCommentQuotedFileContent(): CommentQuotedFileContent;
        newContentRestriction(): ContentRestriction;
        newDrive(): GoogleAppsScript.Drive_v3.Drive.V3.Schema.Drive;
        newDriveBackgroundImageFile(): GoogleAppsScript.Drive_v3.Drive.V3.Schema.DriveBackgroundImageFile;
        newDriveCapabilities(): GoogleAppsScript.Drive_v3.Drive.V3.Schema.DriveCapabilities;
        newDriveRestrictions(): GoogleAppsScript.Drive_v3.Drive.V3.Schema.DriveRestrictions;
        newFile(): GoogleAppsScript.Drive_v3.Drive.V3.Schema.File;
        newFileCapabilities(): GoogleAppsScript.Drive_v3.Drive.V3.Schema.FileCapabilities;
        newFileContentHints(): FileContentHints;
        newFileContentHintsThumbnail(): FileContentHintsThumbnail;
        newFileImageMediaMetadata(): GoogleAppsScript.Drive_v3.Drive.V3.Schema.FileImageMediaMetadata;
        newFileImageMediaMetadataLocation(): GoogleAppsScript.Drive_v3.Drive.V3.Schema.FileImageMediaMetadataLocation;
        newFileLabelInfo(): FileLabelInfo;
        newFileLinkShareMetadata(): FileLinkShareMetadata;
        newFileShortcutDetails(): FileShortcutDetails;
        newFileVideoMediaMetadata(): GoogleAppsScript.Drive_v3.Drive.V3.Schema.FileVideoMediaMetadata;
        newLabel(): GoogleAppsScript.Drive_v3.Drive.V3.Schema.Label;
        newLabelFieldModification(): LabelFieldModification;
        newLabelModification(): LabelModification;
        newModifyLabelsRequest(): ModifyLabelsRequest;
        newPermission(): GoogleAppsScript.Drive_v3.Drive.V3.Schema.Permission;
        newPermissionPermissionDetails(): GoogleAppsScript.Drive_v3.Drive.V3.Schema.PermissionPermissionDetails;
        newPermissionTeamDrivePermissionDetails(): GoogleAppsScript.Drive_v3.Drive.V3.Schema.PermissionTeamDrivePermissionDetails;
        newReply(): Reply;
        newRevision(): GoogleAppsScript.Drive_v3.Drive.V3.Schema.Revision;
        newTeamDrive(): GoogleAppsScript.Drive_v3.Drive.V3.Schema.TeamDrive;
        newTeamDriveBackgroundImageFile(): GoogleAppsScript.Drive_v3.Drive.V3.Schema.TeamDriveBackgroundImageFile;
        newTeamDriveCapabilities(): GoogleAppsScript.Drive_v3.Drive.V3.Schema.TeamDriveCapabilities;
        newTeamDriveRestrictions(): GoogleAppsScript.Drive_v3.Drive.V3.Schema.TeamDriveRestrictions;
        newUser(): GoogleAppsScript.Drive_v3.Drive.V3.Schema.User;
    }
    Index

    Properties

    Methods