Search Link: https://www.google.com/search?channel=fs&client=ubuntu-sn&q=postman+collection+18578011-4549e8ad-c8b4-49aa-9476-7e9acea70e25

Overview

GET /changes

Summary: drive.changes.list

Lists the changes for a user or shared drive.


GET /changes/startPageToken

Summary: drive.changes.get Start Page Token

Gets the starting pageToken for listing future changes.


POST /changes/watch

Summary: drive.changes.watch

Subscribes to changes for a user.


GET /drives/{driveId}

Summary: drive.drives.get

Gets a shared drive’s metadata by ID.


DELETE /drives/{driveId}

Summary: drive.drives.delete

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


PATCH /drives/{driveId}

Summary: drive.drives.update

Updates the metadate for a shared drive.


PARAMETERS /drives/{driveId}


POST /drives/{driveId}/hide

Summary: drive.drives.hide

Hides a shared drive from the default view.


PARAMETERS /drives/{driveId}/hide


POST /drives/{driveId}/unhide

Summary: drive.drives.unhide

Restores a shared drive to the default view.


PARAMETERS /drives/{driveId}/unhide


GET /drives

Summary: drive.drives.list

Lists the user’s shared drives.


POST /drives

Summary: drive.drives.create

Creates a new shared drive.


GET /files/{fileId}/comments/{commentId}/replies/{replyId}

Summary: drive.replies.get

Gets a reply by ID.


DELETE /files/{fileId}/comments/{commentId}/replies/{replyId}

Summary: drive.replies.delete

Deletes a reply.


PATCH /files/{fileId}/comments/{commentId}/replies/{replyId}

Summary: drive.replies.update

Updates a reply with patch semantics.


PARAMETERS /files/{fileId}/comments/{commentId}/replies/{replyId}


GET /files/{fileId}/comments/{commentId}/replies

Summary: drive.replies.list

Lists a comment’s replies.


POST /files/{fileId}/comments/{commentId}/replies

Summary: drive.replies.create

Creates a new reply to a comment.


PARAMETERS /files/{fileId}/comments/{commentId}/replies


GET /files/{fileId}/comments/{commentId}

Summary: drive.comments.get

Gets a comment by ID.


DELETE /files/{fileId}/comments/{commentId}

Summary: drive.comments.delete

Deletes a comment.


PATCH /files/{fileId}/comments/{commentId}

Summary: drive.comments.update

Updates a comment with patch semantics.


PARAMETERS /files/{fileId}/comments/{commentId}


GET /files/{fileId}/comments

Summary: drive.comments.list

Lists a file’s comments.


POST /files/{fileId}/comments

Summary: drive.comments.create

Creates a new comment on a file.


PARAMETERS /files/{fileId}/comments


GET /files/{fileId}/permissions/{permissionId}

Summary: drive.permissions.get

Gets a permission by ID.


DELETE /files/{fileId}/permissions/{permissionId}

Summary: drive.permissions.delete

Deletes a permission.


PATCH /files/{fileId}/permissions/{permissionId}

Summary: drive.permissions.update

Updates a permission with patch semantics.


PARAMETERS /files/{fileId}/permissions/{permissionId}


GET /files/{fileId}/permissions

Summary: drive.permissions.list

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


POST /files/{fileId}/permissions

Summary: drive.permissions.create

Creates a permission for a file or shared drive.


PARAMETERS /files/{fileId}/permissions


GET /files/{fileId}/revisions/{revisionId}

Summary: drive.revisions.get

Gets a revision’s metadata or content by ID.


DELETE /files/{fileId}/revisions/{revisionId}

Summary: drive.revisions.delete

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.


PATCH /files/{fileId}/revisions/{revisionId}

Summary: drive.revisions.update

Updates a revision with patch semantics.


PARAMETERS /files/{fileId}/revisions/{revisionId}


GET /files/{fileId}/revisions

Summary: drive.revisions.list

Lists a file’s revisions.


PARAMETERS /files/{fileId}/revisions


GET /files/{fileId}

Summary: drive.files.get

Gets a file’s metadata or content by ID.


DELETE /files/{fileId}

Summary: drive.files.delete

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.


PATCH /files/{fileId}

Summary: drive.files.update

Updates a file’s metadata and/or content. When calling this method, only populate fields in the request that you want to modify. When updating fields, some fields might change automatically, such as modifiedDate. This method supports patch semantics.


PARAMETERS /files/{fileId}


POST /files/{fileId}/copy

Summary: drive.files.copy

Creates a copy of a file and applies any requested updates with patch semantics. Folders cannot be copied.


PARAMETERS /files/{fileId}/copy


GET /files/{fileId}/export

Summary: drive.files.export

Exports a Google Workspace document to the requested MIME type and returns exported byte content. Note that the exported content is limited to 10MB.


PARAMETERS /files/{fileId}/export


POST /files/{fileId}/watch

Summary: drive.files.watch

Subscribes to changes to a file. While you can establish a channel for changes to a file on a shared drive, a change to a shared drive file won’t create a notification.


PARAMETERS /files/{fileId}/watch


GET /files

Summary: drive.files.list

Lists or searches files.


POST /files

Summary: drive.files.create

Creates a new file.


GET /files/generateIds

Summary: drive.files.generate Ids

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


DELETE /files/trash

Summary: drive.files.empty Trash

Permanently deletes all of the user’s trashed files.


GET /teamdrives/{teamDriveId}

Summary: drive.teamdrives.get

Deprecated use drives.get instead.


DELETE /teamdrives/{teamDriveId}

Summary: drive.teamdrives.delete

Deprecated use drives.delete instead.


PATCH /teamdrives/{teamDriveId}

Summary: drive.teamdrives.update

Deprecated use drives.update instead


PARAMETERS /teamdrives/{teamDriveId}


GET /teamdrives

Summary: drive.teamdrives.list

Deprecated use drives.list instead.


POST /teamdrives

Summary: drive.teamdrives.create

Deprecated use drives.create instead.


GET /about

Summary: drive.about.get

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


POST /channels/stop

Summary: drive.channels.stop

Stop watching resources through this channel