Show / Hide Table of Contents

Namespace Google.Apis.Drive.v3

Classes

AboutResource

The "about" collection of methods.

AboutResource.GetRequest

Gets information about the user, the user's Drive, and system capabilities.

ChangesResource

The "changes" collection of methods.

ChangesResource.GetStartPageTokenRequest

Gets the starting pageToken for listing future changes.

ChangesResource.ListRequest

Lists the changes for a user or shared drive.

ChangesResource.WatchRequest

Subscribes to changes for a user.

ChannelsResource

The "channels" collection of methods.

ChannelsResource.StopRequest

Stop watching resources through this channel

CommentsResource

The "comments" collection of methods.

CommentsResource.CreateRequest

Creates a new comment on a file.

CommentsResource.DeleteRequest

Deletes a comment.

CommentsResource.GetRequest

Gets a comment by ID.

CommentsResource.ListRequest

Lists a file's comments.

CommentsResource.UpdateRequest

Updates a comment with patch semantics.

DriveBaseServiceRequest<TResponse>

A base abstract class for Drive requests.

DriveService

The Drive Service.

DriveService.Scope

Available OAuth 2.0 scopes for use with the Drive API.

DriveService.ScopeConstants

Available OAuth 2.0 scope constants for use with the Drive API.

DrivesResource

The "drives" collection of methods.

DrivesResource.CreateRequest

Creates a new shared drive.

DrivesResource.DeleteRequest

Permanently deletes a shared drive for which the user is an organizer. The shared drive cannot contain any untrashed items.

DrivesResource.GetRequest

Gets a shared drive's metadata by ID.

DrivesResource.HideRequest

Hides a shared drive from the default view.

DrivesResource.ListRequest

Lists the user's shared drives.

DrivesResource.UnhideRequest

Restores a shared drive to the default view.

DrivesResource.UpdateRequest

Updates the metadate for a shared drive.

FilesResource

The "files" collection of methods.

FilesResource.CopyRequest

Creates a copy of a file and applies any requested updates with patch semantics.

FilesResource.CreateMediaUpload

Create media upload which supports resumable upload.

FilesResource.CreateRequest

Creates a new file.

FilesResource.DeleteRequest

Permanently deletes a file owned by the user without moving it to the trash. If the file belongs to a shared drive the user must be an organizer on the parent. If the target is a folder, all descendants owned by the user are also deleted.

FilesResource.EmptyTrashRequest

Permanently deletes all of the user's trashed files.

FilesResource.ExportRequest

Exports a Google Doc to the requested MIME type and returns the exported content. Please note that the exported content is limited to 10MB.

FilesResource.GenerateIdsRequest

Generates a set of file IDs which can be provided in create or copy requests.

FilesResource.GetRequest

Gets a file's metadata or content by ID.

FilesResource.ListRequest

Lists or searches files.

FilesResource.UpdateMediaUpload

Update media upload which supports resumable upload.

FilesResource.UpdateRequest

Updates a file's metadata and/or content with patch semantics.

FilesResource.WatchRequest

Subscribes to changes to a file

PermissionsResource

The "permissions" collection of methods.

PermissionsResource.CreateRequest

Creates a permission for a file or shared drive.

PermissionsResource.DeleteRequest

Deletes a permission.

PermissionsResource.GetRequest

Gets a permission by ID.

PermissionsResource.ListRequest

Lists a file's or shared drive's permissions.

PermissionsResource.UpdateRequest

Updates a permission with patch semantics.

RepliesResource

The "replies" collection of methods.

RepliesResource.CreateRequest

Creates a new reply to a comment.

RepliesResource.DeleteRequest

Deletes a reply.

RepliesResource.GetRequest

Gets a reply by ID.

RepliesResource.ListRequest

Lists a comment's replies.

RepliesResource.UpdateRequest

Updates a reply with patch semantics.

RevisionsResource

The "revisions" collection of methods.

RevisionsResource.DeleteRequest

Permanently deletes a file version. You can only delete revisions for files with binary content in Google Drive, like images or videos. Revisions for other files, like Google Docs or Sheets, and the last remaining file version can't be deleted.

RevisionsResource.GetRequest

Gets a revision's metadata or content by ID.

RevisionsResource.ListRequest

Lists a file's revisions.

RevisionsResource.UpdateRequest

Updates a revision with patch semantics.

TeamdrivesResource

The "teamdrives" collection of methods.

TeamdrivesResource.CreateRequest

Deprecated use drives.create instead.

TeamdrivesResource.DeleteRequest

Deprecated use drives.delete instead.

TeamdrivesResource.GetRequest

Deprecated use drives.get instead.

TeamdrivesResource.ListRequest

Deprecated use drives.list instead.

TeamdrivesResource.UpdateRequest

Deprecated use drives.update instead

Enums

DriveBaseServiceRequest<TResponse>.AltEnum

Data format for the response.

FilesResource.CreateMediaUpload.AltEnum

Data format for the response.

FilesResource.ListRequest.CorpusEnum

The source of files to list. Deprecated: use 'corpora' instead.

FilesResource.UpdateMediaUpload.AltEnum

Data format for the response.

Back to top