Google Apps Script API
    Preparing search index...
    interface Drive_v2 {
        About: GoogleAppsScript.Drive.Collection.AboutCollection;
        Apps: GoogleAppsScript.Drive.Collection.AppsCollection;
        Changes: GoogleAppsScript.Drive.Collection.ChangesCollection;
        Channels: GoogleAppsScript.Drive.Collection.ChannelsCollection;
        Children: ChildrenCollection;
        Comments: GoogleAppsScript.Drive.Collection.CommentsCollection;
        Drives: GoogleAppsScript.Drive.Collection.DrivesCollection;
        Files: GoogleAppsScript.Drive.Collection.FilesCollection;
        Parents: ParentsCollection;
        Permissions: GoogleAppsScript.Drive.Collection.PermissionsCollection;
        Properties: PropertiesCollection;
        Realtime: GoogleAppsScript.Drive.Collection.RealtimeCollection;
        Replies: GoogleAppsScript.Drive.Collection.RepliesCollection;
        Revisions: GoogleAppsScript.Drive.Collection.RevisionsCollection;
        Teamdrives: GoogleAppsScript.Drive.Collection.TeamdrivesCollection;
        newChannel(): GoogleAppsScript.Drive.Schema.Channel;
        newChildReference(): ChildReference;
        newComment(): GoogleAppsScript.Drive.Schema.Comment;
        newCommentContext(): CommentContext;
        newCommentReply(): CommentReply;
        newDrive(): GoogleAppsScript.Drive.Schema.Drive;
        newDriveBackgroundImageFile(): GoogleAppsScript.Drive.Schema.DriveBackgroundImageFile;
        newDriveCapabilities(): GoogleAppsScript.Drive.Schema.DriveCapabilities;
        newDriveRestrictions(): GoogleAppsScript.Drive.Schema.DriveRestrictions;
        newFile(): GoogleAppsScript.Drive.Schema.File;
        newFileCapabilities(): GoogleAppsScript.Drive.Schema.FileCapabilities;
        newFileImageMediaMetadata(): GoogleAppsScript.Drive.Schema.FileImageMediaMetadata;
        newFileImageMediaMetadataLocation(): GoogleAppsScript.Drive.Schema.FileImageMediaMetadataLocation;
        newFileIndexableText(): FileIndexableText;
        newFileLabels(): FileLabels;
        newFileThumbnail(): FileThumbnail;
        newFileVideoMediaMetadata(): GoogleAppsScript.Drive.Schema.FileVideoMediaMetadata;
        newParentReference(): ParentReference;
        newPermission(): GoogleAppsScript.Drive.Schema.Permission;
        newPermissionPermissionDetails(): GoogleAppsScript.Drive.Schema.PermissionPermissionDetails;
        newPermissionTeamDrivePermissionDetails(): GoogleAppsScript.Drive.Schema.PermissionTeamDrivePermissionDetails;
        newProperty(): Property;
        newRevision(): GoogleAppsScript.Drive.Schema.Revision;
        newTeamDrive(): GoogleAppsScript.Drive.Schema.TeamDrive;
        newTeamDriveBackgroundImageFile(): GoogleAppsScript.Drive.Schema.TeamDriveBackgroundImageFile;
        newTeamDriveCapabilities(): GoogleAppsScript.Drive.Schema.TeamDriveCapabilities;
        newTeamDriveRestrictions(): GoogleAppsScript.Drive.Schema.TeamDriveRestrictions;
        newUser(): GoogleAppsScript.Drive.Schema.User;
        newUserPicture(): UserPicture;
    }
    Index

    Properties

    Methods