LAP Registry

Drive API Skill

google-drive

Provider: Google Workspace Version: v3 Endpoints: 48 Updated: 2026-04-02

Raw .lap | Lean format | API JSON | Open in app

Endpoints

MethodPathDescription
GET/about
GET/changesGets information about the user, the user's Drive, and system capabilities.
GET/changes/startPageTokenLists the changes for a user or shared drive.
POST/changes/watchGets the starting pageToken for listing future changes.
POST/channels/stopSubscribes to changes for a user. To use this method, you must include the pageToken query parameter.
GET/drivesStop watching resources through this channel
POST/drivesLists the user's shared drives.
DELETE/drives/{driveId}Creates a shared drive.
GET/drives/{driveId}Permanently deletes a shared drive for which the user is an organizer. The shared drive cannot contain any untrashed items.
PATCH/drives/{driveId}Gets a shared drive's metadata by ID.
POST/drives/{driveId}/hideUpdates the metadata for a shared drive.
POST/drives/{driveId}/unhideHides a shared drive from the default view.
GET/filesRestores a shared drive to the default view.
POST/filesLists or searches files.
GET/files/generateIdsCreates a file.
DELETE/files/trashGenerates a set of file IDs which can be provided in create or copy requests.
DELETE/files/{fileId}Permanently deletes all of the user's trashed files.
GET/files/{fileId}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...
PATCH/files/{fileId}Gets a file's metadata or content by ID.
GET/files/{fileId}/commentsUpdates 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 aut...
POST/files/{fileId}/commentsLists a file's comments.
DELETE/files/{fileId}/comments/{commentId}Creates a comment on a file.
GET/files/{fileId}/comments/{commentId}Deletes a comment.
PATCH/files/{fileId}/comments/{commentId}Gets a comment by ID.
GET/files/{fileId}/comments/{commentId}/repliesUpdates a comment with patch semantics.
POST/files/{fileId}/comments/{commentId}/repliesLists a comment's replies.
DELETE/files/{fileId}/comments/{commentId}/replies/{replyId}Creates a reply to a comment.
GET/files/{fileId}/comments/{commentId}/replies/{replyId}Deletes a reply.
PATCH/files/{fileId}/comments/{commentId}/replies/{replyId}Gets a reply by ID.
POST/files/{fileId}/copyUpdates a reply with patch semantics.

Install as Skill

Use this API as a Claude Code skill for instant agent access.

CLI Install

lapsh skill-install google-drive

Downloads and installs to ~/.claude/skills/google-drive/

Manual Install

Download: Skill Bundle (JSON)

Or view: SKILL.md

Recent Versions (1)