KosmoKrator

productivity

Google Drive CLI for AI Agents

Use the Google Drive CLI from KosmoKrator to call Google Drive tools headlessly, return JSON, inspect schemas, and automate workflows from coding agents, scripts, and CI.

Google Drive CLI Setup

Google Drive can be configured headlessly with `kosmokrator integrations:configure google-drive`.

Install, configure, and verify
# Install KosmoKrator first if it is not available on PATH.
curl -fsSL https://raw.githubusercontent.com/OpenCompanyApp/kosmokrator/main/install.sh | bash

# Configure and verify this integration.
kosmokrator integrations:configure google-drive --enable --read allow --write ask --json
kosmokrator integrations:doctor google-drive --json
kosmokrator integrations:status --json

Credentials

Authentication type: Manual OAuth token oauth2_manual_token. Configure credentials once, then reuse the same stored profile from scripts, coding CLIs, Lua, and MCP.

No credentials are required.

Command Patterns

The generic command is stable across every integration. The provider shortcut is shorter for humans.

Generic CLI call
kosmo integrations:call google-drive.google_drive_approvals_list '{}' --json
Provider shortcut
kosmo integrations:google-drive google_drive_approvals_list '{}' --json

Discovery

These commands return structured output for coding agents that need to inspect capabilities before choosing a function.

Discovery commands
kosmo integrations:docs google-drive --json
kosmo integrations:docs google-drive.google_drive_approvals_list --json
kosmo integrations:schema google-drive.google_drive_approvals_list --json
kosmo integrations:search "Google Drive" --json
kosmo integrations:list --json

Automation Contexts

The same configured command surface works in these environments. The command does not change unless the host wrapper, credentials, or permissions change.

CLI Functions

Every function below can be called headlessly. Commands are highlighted, copyable, and scroll horizontally when payloads are long.

google-drive.google_drive_approvals_list

Approvals List (GET /drive/v3/files/{fileId}/approvals).

Read read
Parameters
none
Generic call
kosmo integrations:call google-drive.google_drive_approvals_list '{}' --json
Shortcut
kosmo integrations:google-drive google_drive_approvals_list '{}' --json

google-drive.google_drive_approvals_decline

Approvals Decline (POST /drive/v3/files/{fileId}/approvals/{approvalId}:decline).

Write write
Parameters
none
Generic call
kosmo integrations:call google-drive.google_drive_approvals_decline '{}' --json
Shortcut
kosmo integrations:google-drive google_drive_approvals_decline '{}' --json

google-drive.google_drive_approvals_get

Approvals Get (GET /drive/v3/files/{fileId}/approvals/{approvalId}).

Read read
Parameters
none
Generic call
kosmo integrations:call google-drive.google_drive_approvals_get '{}' --json
Shortcut
kosmo integrations:google-drive google_drive_approvals_get '{}' --json

google-drive.google_drive_approvals_start

Approvals Start (POST /drive/v3/files/{fileId}/approvals:start).

Write write
Parameters
none
Generic call
kosmo integrations:call google-drive.google_drive_approvals_start '{}' --json
Shortcut
kosmo integrations:google-drive google_drive_approvals_start '{}' --json

google-drive.google_drive_approvals_cancel

Approvals Cancel (POST /drive/v3/files/{fileId}/approvals/{approvalId}:cancel).

Write write
Parameters
none
Generic call
kosmo integrations:call google-drive.google_drive_approvals_cancel '{}' --json
Shortcut
kosmo integrations:google-drive google_drive_approvals_cancel '{}' --json

google-drive.google_drive_approvals_approve

Approvals Approve (POST /drive/v3/files/{fileId}/approvals/{approvalId}:approve).

Write write
Parameters
none
Generic call
kosmo integrations:call google-drive.google_drive_approvals_approve '{}' --json
Shortcut
kosmo integrations:google-drive google_drive_approvals_approve '{}' --json

google-drive.google_drive_approvals_comment

Approvals Comment (POST /drive/v3/files/{fileId}/approvals/{approvalId}:comment).

Write write
Parameters
none
Generic call
kosmo integrations:call google-drive.google_drive_approvals_comment '{}' --json
Shortcut
kosmo integrations:google-drive google_drive_approvals_comment '{}' --json

google-drive.google_drive_approvals_reassign

Approvals Reassign (POST /drive/v3/files/{fileId}/approvals/{approvalId}:reassign).

Write write
Parameters
none
Generic call
kosmo integrations:call google-drive.google_drive_approvals_reassign '{}' --json
Shortcut
kosmo integrations:google-drive google_drive_approvals_reassign '{}' --json

google-drive.google_drive_comments_list

Comments List (GET /drive/v3/files/{fileId}/comments).

Read read
Parameters
none
Generic call
kosmo integrations:call google-drive.google_drive_comments_list '{}' --json
Shortcut
kosmo integrations:google-drive google_drive_comments_list '{}' --json

google-drive.google_drive_comments_update

Comments Update (PATCH /drive/v3/files/{fileId}/comments/{commentId}).

Write write
Parameters
none
Generic call
kosmo integrations:call google-drive.google_drive_comments_update '{}' --json
Shortcut
kosmo integrations:google-drive google_drive_comments_update '{}' --json

google-drive.google_drive_comments_delete

Comments Delete (DELETE /drive/v3/files/{fileId}/comments/{commentId}).

Write write
Parameters
none
Generic call
kosmo integrations:call google-drive.google_drive_comments_delete '{}' --json
Shortcut
kosmo integrations:google-drive google_drive_comments_delete '{}' --json

google-drive.google_drive_comments_create

Comments Create (POST /drive/v3/files/{fileId}/comments).

Write write
Parameters
none
Generic call
kosmo integrations:call google-drive.google_drive_comments_create '{}' --json
Shortcut
kosmo integrations:google-drive google_drive_comments_create '{}' --json

google-drive.google_drive_comments_get

Comments Get (GET /drive/v3/files/{fileId}/comments/{commentId}).

Read read
Parameters
none
Generic call
kosmo integrations:call google-drive.google_drive_comments_get '{}' --json
Shortcut
kosmo integrations:google-drive google_drive_comments_get '{}' --json

google-drive.google_drive_files_modify_labels

Files Modify Labels (POST /drive/v3/files/{fileId}/modifyLabels).

Write write
Parameters
none
Generic call
kosmo integrations:call google-drive.google_drive_files_modify_labels '{}' --json
Shortcut
kosmo integrations:google-drive google_drive_files_modify_labels '{}' --json

google-drive.google_drive_files_delete

Files Delete (DELETE /drive/v3/files/{fileId}).

Write write
Parameters
none
Generic call
kosmo integrations:call google-drive.google_drive_files_delete '{}' --json
Shortcut
kosmo integrations:google-drive google_drive_files_delete '{}' --json

google-drive.google_drive_files_create

Files Create (POST /drive/v3/files).

Write write
Parameters
none
Generic call
kosmo integrations:call google-drive.google_drive_files_create '{}' --json
Shortcut
kosmo integrations:google-drive google_drive_files_create '{}' --json

google-drive.google_drive_files_generate_cse_token

Files Generate Cse Token (GET /drive/v3/files/generateCseToken).

Read read
Parameters
none
Generic call
kosmo integrations:call google-drive.google_drive_files_generate_cse_token '{}' --json
Shortcut
kosmo integrations:google-drive google_drive_files_generate_cse_token '{}' --json

google-drive.google_drive_files_watch

Files Watch (POST /drive/v3/files/{fileId}/watch).

Write write
Parameters
none
Generic call
kosmo integrations:call google-drive.google_drive_files_watch '{}' --json
Shortcut
kosmo integrations:google-drive google_drive_files_watch '{}' --json

google-drive.google_drive_files_list

Files List (GET /drive/v3/files).

Read read
Parameters
none
Generic call
kosmo integrations:call google-drive.google_drive_files_list '{}' --json
Shortcut
kosmo integrations:google-drive google_drive_files_list '{}' --json

google-drive.google_drive_files_list_labels

Files List Labels (GET /drive/v3/files/{fileId}/listLabels).

Read read
Parameters
none
Generic call
kosmo integrations:call google-drive.google_drive_files_list_labels '{}' --json
Shortcut
kosmo integrations:google-drive google_drive_files_list_labels '{}' --json

google-drive.google_drive_files_update

Files Update (PATCH /drive/v3/files/{fileId}).

Write write
Parameters
none
Generic call
kosmo integrations:call google-drive.google_drive_files_update '{}' --json
Shortcut
kosmo integrations:google-drive google_drive_files_update '{}' --json

google-drive.google_drive_files_download

Files Download (POST /drive/v3/files/{fileId}/download).

Write write
Parameters
none
Generic call
kosmo integrations:call google-drive.google_drive_files_download '{}' --json
Shortcut
kosmo integrations:google-drive google_drive_files_download '{}' --json

google-drive.google_drive_files_generate_ids

Files Generate Ids (GET /drive/v3/files/generateIds).

Read read
Parameters
none
Generic call
kosmo integrations:call google-drive.google_drive_files_generate_ids '{}' --json
Shortcut
kosmo integrations:google-drive google_drive_files_generate_ids '{}' --json

google-drive.google_drive_files_export

Files Export (GET /drive/v3/files/{fileId}/export).

Read read
Parameters
none
Generic call
kosmo integrations:call google-drive.google_drive_files_export '{}' --json
Shortcut
kosmo integrations:google-drive google_drive_files_export '{}' --json

google-drive.google_drive_files_get

Files Get (GET /drive/v3/files/{fileId}).

Read read
Parameters
none
Generic call
kosmo integrations:call google-drive.google_drive_files_get '{}' --json
Shortcut
kosmo integrations:google-drive google_drive_files_get '{}' --json

google-drive.google_drive_files_copy

Files Copy (POST /drive/v3/files/{fileId}/copy).

Write write
Parameters
none
Generic call
kosmo integrations:call google-drive.google_drive_files_copy '{}' --json
Shortcut
kosmo integrations:google-drive google_drive_files_copy '{}' --json

google-drive.google_drive_files_empty_trash

Files Empty Trash (DELETE /drive/v3/files/trash).

Write write
Parameters
none
Generic call
kosmo integrations:call google-drive.google_drive_files_empty_trash '{}' --json
Shortcut
kosmo integrations:google-drive google_drive_files_empty_trash '{}' --json

google-drive.google_drive_about_get

About Get (GET /drive/v3/about).

Read read
Parameters
none
Generic call
kosmo integrations:call google-drive.google_drive_about_get '{}' --json
Shortcut
kosmo integrations:google-drive google_drive_about_get '{}' --json

google-drive.google_drive_channels_stop

Channels Stop (POST /drive/v3/channels/stop).

Write write
Parameters
none
Generic call
kosmo integrations:call google-drive.google_drive_channels_stop '{}' --json
Shortcut
kosmo integrations:google-drive google_drive_channels_stop '{}' --json

google-drive.google_drive_permissions_delete

Permissions Delete (DELETE /drive/v3/files/{fileId}/permissions/{permissionId}).

Write write
Parameters
none
Generic call
kosmo integrations:call google-drive.google_drive_permissions_delete '{}' --json
Shortcut
kosmo integrations:google-drive google_drive_permissions_delete '{}' --json

google-drive.google_drive_permissions_list

Permissions List (GET /drive/v3/files/{fileId}/permissions).

Read read
Parameters
none
Generic call
kosmo integrations:call google-drive.google_drive_permissions_list '{}' --json
Shortcut
kosmo integrations:google-drive google_drive_permissions_list '{}' --json

google-drive.google_drive_permissions_update

Permissions Update (PATCH /drive/v3/files/{fileId}/permissions/{permissionId}).

Write write
Parameters
none
Generic call
kosmo integrations:call google-drive.google_drive_permissions_update '{}' --json
Shortcut
kosmo integrations:google-drive google_drive_permissions_update '{}' --json

google-drive.google_drive_permissions_create

Permissions Create (POST /drive/v3/files/{fileId}/permissions).

Write write
Parameters
none
Generic call
kosmo integrations:call google-drive.google_drive_permissions_create '{}' --json
Shortcut
kosmo integrations:google-drive google_drive_permissions_create '{}' --json

google-drive.google_drive_permissions_get

Permissions Get (GET /drive/v3/files/{fileId}/permissions/{permissionId}).

Read read
Parameters
none
Generic call
kosmo integrations:call google-drive.google_drive_permissions_get '{}' --json
Shortcut
kosmo integrations:google-drive google_drive_permissions_get '{}' --json

google-drive.google_drive_apps_list

Apps List (GET /drive/v3/apps).

Read read
Parameters
none
Generic call
kosmo integrations:call google-drive.google_drive_apps_list '{}' --json
Shortcut
kosmo integrations:google-drive google_drive_apps_list '{}' --json

google-drive.google_drive_apps_get

Apps Get (GET /drive/v3/apps/{appId}).

Read read
Parameters
none
Generic call
kosmo integrations:call google-drive.google_drive_apps_get '{}' --json
Shortcut
kosmo integrations:google-drive google_drive_apps_get '{}' --json

google-drive.google_drive_accessproposals_resolve

Accessproposals Resolve (POST /drive/v3/files/{fileId}/accessproposals/{proposalId}:resolve).

Write write
Parameters
none
Generic call
kosmo integrations:call google-drive.google_drive_accessproposals_resolve '{}' --json
Shortcut
kosmo integrations:google-drive google_drive_accessproposals_resolve '{}' --json

google-drive.google_drive_accessproposals_list

Accessproposals List (GET /drive/v3/files/{fileId}/accessproposals).

Read read
Parameters
none
Generic call
kosmo integrations:call google-drive.google_drive_accessproposals_list '{}' --json
Shortcut
kosmo integrations:google-drive google_drive_accessproposals_list '{}' --json

google-drive.google_drive_accessproposals_get

Accessproposals Get (GET /drive/v3/files/{fileId}/accessproposals/{proposalId}).

Read read
Parameters
none
Generic call
kosmo integrations:call google-drive.google_drive_accessproposals_get '{}' --json
Shortcut
kosmo integrations:google-drive google_drive_accessproposals_get '{}' --json

google-drive.google_drive_operations_get

Operations Get (GET /drive/v3/operations/{name}).

Read read
Parameters
none
Generic call
kosmo integrations:call google-drive.google_drive_operations_get '{}' --json
Shortcut
kosmo integrations:google-drive google_drive_operations_get '{}' --json

google-drive.google_drive_revisions_get

Revisions Get (GET /drive/v3/files/{fileId}/revisions/{revisionId}).

Read read
Parameters
none
Generic call
kosmo integrations:call google-drive.google_drive_revisions_get '{}' --json
Shortcut
kosmo integrations:google-drive google_drive_revisions_get '{}' --json

google-drive.google_drive_revisions_delete

Revisions Delete (DELETE /drive/v3/files/{fileId}/revisions/{revisionId}).

Write write
Parameters
none
Generic call
kosmo integrations:call google-drive.google_drive_revisions_delete '{}' --json
Shortcut
kosmo integrations:google-drive google_drive_revisions_delete '{}' --json

google-drive.google_drive_revisions_list

Revisions List (GET /drive/v3/files/{fileId}/revisions).

Read read
Parameters
none
Generic call
kosmo integrations:call google-drive.google_drive_revisions_list '{}' --json
Shortcut
kosmo integrations:google-drive google_drive_revisions_list '{}' --json

google-drive.google_drive_revisions_update

Revisions Update (PATCH /drive/v3/files/{fileId}/revisions/{revisionId}).

Write write
Parameters
none
Generic call
kosmo integrations:call google-drive.google_drive_revisions_update '{}' --json
Shortcut
kosmo integrations:google-drive google_drive_revisions_update '{}' --json

google-drive.google_drive_teamdrives_delete

Teamdrives Delete (DELETE /drive/v3/teamdrives/{teamDriveId}).

Write write
Parameters
none
Generic call
kosmo integrations:call google-drive.google_drive_teamdrives_delete '{}' --json
Shortcut
kosmo integrations:google-drive google_drive_teamdrives_delete '{}' --json

google-drive.google_drive_teamdrives_list

Teamdrives List (GET /drive/v3/teamdrives).

Read read
Parameters
none
Generic call
kosmo integrations:call google-drive.google_drive_teamdrives_list '{}' --json
Shortcut
kosmo integrations:google-drive google_drive_teamdrives_list '{}' --json

google-drive.google_drive_teamdrives_update

Teamdrives Update (PATCH /drive/v3/teamdrives/{teamDriveId}).

Write write
Parameters
none
Generic call
kosmo integrations:call google-drive.google_drive_teamdrives_update '{}' --json
Shortcut
kosmo integrations:google-drive google_drive_teamdrives_update '{}' --json

google-drive.google_drive_teamdrives_create

Teamdrives Create (POST /drive/v3/teamdrives).

Write write
Parameters
none
Generic call
kosmo integrations:call google-drive.google_drive_teamdrives_create '{}' --json
Shortcut
kosmo integrations:google-drive google_drive_teamdrives_create '{}' --json

google-drive.google_drive_teamdrives_get

Teamdrives Get (GET /drive/v3/teamdrives/{teamDriveId}).

Read read
Parameters
none
Generic call
kosmo integrations:call google-drive.google_drive_teamdrives_get '{}' --json
Shortcut
kosmo integrations:google-drive google_drive_teamdrives_get '{}' --json

google-drive.google_drive_changes_list

Changes List (GET /drive/v3/changes).

Read read
Parameters
none
Generic call
kosmo integrations:call google-drive.google_drive_changes_list '{}' --json
Shortcut
kosmo integrations:google-drive google_drive_changes_list '{}' --json

google-drive.google_drive_changes_get_start_page_token

Changes Get Start Page Token (GET /drive/v3/changes/startPageToken).

Read read
Parameters
none
Generic call
kosmo integrations:call google-drive.google_drive_changes_get_start_page_token '{}' --json
Shortcut
kosmo integrations:google-drive google_drive_changes_get_start_page_token '{}' --json

google-drive.google_drive_changes_watch

Changes Watch (POST /drive/v3/changes/watch).

Write write
Parameters
none
Generic call
kosmo integrations:call google-drive.google_drive_changes_watch '{}' --json
Shortcut
kosmo integrations:google-drive google_drive_changes_watch '{}' --json

google-drive.google_drive_replies_create

Replies Create (POST /drive/v3/files/{fileId}/comments/{commentId}/replies).

Write write
Parameters
none
Generic call
kosmo integrations:call google-drive.google_drive_replies_create '{}' --json
Shortcut
kosmo integrations:google-drive google_drive_replies_create '{}' --json

google-drive.google_drive_replies_get

Replies Get (GET /drive/v3/files/{fileId}/comments/{commentId}/replies/{replyId}).

Read read
Parameters
none
Generic call
kosmo integrations:call google-drive.google_drive_replies_get '{}' --json
Shortcut
kosmo integrations:google-drive google_drive_replies_get '{}' --json

google-drive.google_drive_replies_list

Replies List (GET /drive/v3/files/{fileId}/comments/{commentId}/replies).

Read read
Parameters
none
Generic call
kosmo integrations:call google-drive.google_drive_replies_list '{}' --json
Shortcut
kosmo integrations:google-drive google_drive_replies_list '{}' --json

google-drive.google_drive_replies_update

Replies Update (PATCH /drive/v3/files/{fileId}/comments/{commentId}/replies/{replyId}).

Write write
Parameters
none
Generic call
kosmo integrations:call google-drive.google_drive_replies_update '{}' --json
Shortcut
kosmo integrations:google-drive google_drive_replies_update '{}' --json

google-drive.google_drive_replies_delete

Replies Delete (DELETE /drive/v3/files/{fileId}/comments/{commentId}/replies/{replyId}).

Write write
Parameters
none
Generic call
kosmo integrations:call google-drive.google_drive_replies_delete '{}' --json
Shortcut
kosmo integrations:google-drive google_drive_replies_delete '{}' --json

google-drive.google_drive_drives_create

Drives Create (POST /drive/v3/drives).

Write write
Parameters
none
Generic call
kosmo integrations:call google-drive.google_drive_drives_create '{}' --json
Shortcut
kosmo integrations:google-drive google_drive_drives_create '{}' --json

google-drive.google_drive_drives_get

Drives Get (GET /drive/v3/drives/{driveId}).

Read read
Parameters
none
Generic call
kosmo integrations:call google-drive.google_drive_drives_get '{}' --json
Shortcut
kosmo integrations:google-drive google_drive_drives_get '{}' --json

google-drive.google_drive_drives_hide

Drives Hide (POST /drive/v3/drives/{driveId}/hide).

Write write
Parameters
none
Generic call
kosmo integrations:call google-drive.google_drive_drives_hide '{}' --json
Shortcut
kosmo integrations:google-drive google_drive_drives_hide '{}' --json

google-drive.google_drive_drives_delete

Drives Delete (DELETE /drive/v3/drives/{driveId}).

Write write
Parameters
none
Generic call
kosmo integrations:call google-drive.google_drive_drives_delete '{}' --json
Shortcut
kosmo integrations:google-drive google_drive_drives_delete '{}' --json

google-drive.google_drive_drives_unhide

Drives Unhide (POST /drive/v3/drives/{driveId}/unhide).

Write write
Parameters
none
Generic call
kosmo integrations:call google-drive.google_drive_drives_unhide '{}' --json
Shortcut
kosmo integrations:google-drive google_drive_drives_unhide '{}' --json

google-drive.google_drive_drives_list

Drives List (GET /drive/v3/drives).

Read read
Parameters
none
Generic call
kosmo integrations:call google-drive.google_drive_drives_list '{}' --json
Shortcut
kosmo integrations:google-drive google_drive_drives_list '{}' --json

google-drive.google_drive_drives_update

Drives Update (PATCH /drive/v3/drives/{driveId}).

Write write
Parameters
none
Generic call
kosmo integrations:call google-drive.google_drive_drives_update '{}' --json
Shortcut
kosmo integrations:google-drive google_drive_drives_update '{}' --json

Function Schemas

Use these parameter tables when building CLI payloads without calling integrations:schema first.

google-drive.google_drive_approvals_list 0 parameters
Schema command
kosmo integrations:schema google-drive.google_drive_approvals_list --json
ParameterTypeRequiredDescription
No parameters.
google-drive.google_drive_approvals_decline 0 parameters
Schema command
kosmo integrations:schema google-drive.google_drive_approvals_decline --json
ParameterTypeRequiredDescription
No parameters.
google-drive.google_drive_approvals_get 0 parameters
Schema command
kosmo integrations:schema google-drive.google_drive_approvals_get --json
ParameterTypeRequiredDescription
No parameters.
google-drive.google_drive_approvals_start 0 parameters
Schema command
kosmo integrations:schema google-drive.google_drive_approvals_start --json
ParameterTypeRequiredDescription
No parameters.
google-drive.google_drive_approvals_cancel 0 parameters
Schema command
kosmo integrations:schema google-drive.google_drive_approvals_cancel --json
ParameterTypeRequiredDescription
No parameters.
google-drive.google_drive_approvals_approve 0 parameters
Schema command
kosmo integrations:schema google-drive.google_drive_approvals_approve --json
ParameterTypeRequiredDescription
No parameters.
google-drive.google_drive_approvals_comment 0 parameters
Schema command
kosmo integrations:schema google-drive.google_drive_approvals_comment --json
ParameterTypeRequiredDescription
No parameters.
google-drive.google_drive_approvals_reassign 0 parameters
Schema command
kosmo integrations:schema google-drive.google_drive_approvals_reassign --json
ParameterTypeRequiredDescription
No parameters.
google-drive.google_drive_comments_list 0 parameters
Schema command
kosmo integrations:schema google-drive.google_drive_comments_list --json
ParameterTypeRequiredDescription
No parameters.
google-drive.google_drive_comments_update 0 parameters
Schema command
kosmo integrations:schema google-drive.google_drive_comments_update --json
ParameterTypeRequiredDescription
No parameters.
google-drive.google_drive_comments_delete 0 parameters
Schema command
kosmo integrations:schema google-drive.google_drive_comments_delete --json
ParameterTypeRequiredDescription
No parameters.
google-drive.google_drive_comments_create 0 parameters
Schema command
kosmo integrations:schema google-drive.google_drive_comments_create --json
ParameterTypeRequiredDescription
No parameters.
google-drive.google_drive_comments_get 0 parameters
Schema command
kosmo integrations:schema google-drive.google_drive_comments_get --json
ParameterTypeRequiredDescription
No parameters.
google-drive.google_drive_files_modify_labels 0 parameters
Schema command
kosmo integrations:schema google-drive.google_drive_files_modify_labels --json
ParameterTypeRequiredDescription
No parameters.
google-drive.google_drive_files_delete 0 parameters
Schema command
kosmo integrations:schema google-drive.google_drive_files_delete --json
ParameterTypeRequiredDescription
No parameters.
google-drive.google_drive_files_create 0 parameters
Schema command
kosmo integrations:schema google-drive.google_drive_files_create --json
ParameterTypeRequiredDescription
No parameters.
google-drive.google_drive_files_generate_cse_token 0 parameters
Schema command
kosmo integrations:schema google-drive.google_drive_files_generate_cse_token --json
ParameterTypeRequiredDescription
No parameters.
google-drive.google_drive_files_watch 0 parameters
Schema command
kosmo integrations:schema google-drive.google_drive_files_watch --json
ParameterTypeRequiredDescription
No parameters.
google-drive.google_drive_files_list 0 parameters
Schema command
kosmo integrations:schema google-drive.google_drive_files_list --json
ParameterTypeRequiredDescription
No parameters.
google-drive.google_drive_files_list_labels 0 parameters
Schema command
kosmo integrations:schema google-drive.google_drive_files_list_labels --json
ParameterTypeRequiredDescription
No parameters.
google-drive.google_drive_files_update 0 parameters
Schema command
kosmo integrations:schema google-drive.google_drive_files_update --json
ParameterTypeRequiredDescription
No parameters.
google-drive.google_drive_files_download 0 parameters
Schema command
kosmo integrations:schema google-drive.google_drive_files_download --json
ParameterTypeRequiredDescription
No parameters.
google-drive.google_drive_files_generate_ids 0 parameters
Schema command
kosmo integrations:schema google-drive.google_drive_files_generate_ids --json
ParameterTypeRequiredDescription
No parameters.
google-drive.google_drive_files_export 0 parameters
Schema command
kosmo integrations:schema google-drive.google_drive_files_export --json
ParameterTypeRequiredDescription
No parameters.
google-drive.google_drive_files_get 0 parameters
Schema command
kosmo integrations:schema google-drive.google_drive_files_get --json
ParameterTypeRequiredDescription
No parameters.
google-drive.google_drive_files_copy 0 parameters
Schema command
kosmo integrations:schema google-drive.google_drive_files_copy --json
ParameterTypeRequiredDescription
No parameters.
google-drive.google_drive_files_empty_trash 0 parameters
Schema command
kosmo integrations:schema google-drive.google_drive_files_empty_trash --json
ParameterTypeRequiredDescription
No parameters.
google-drive.google_drive_about_get 0 parameters
Schema command
kosmo integrations:schema google-drive.google_drive_about_get --json
ParameterTypeRequiredDescription
No parameters.
google-drive.google_drive_channels_stop 0 parameters
Schema command
kosmo integrations:schema google-drive.google_drive_channels_stop --json
ParameterTypeRequiredDescription
No parameters.
google-drive.google_drive_permissions_delete 0 parameters
Schema command
kosmo integrations:schema google-drive.google_drive_permissions_delete --json
ParameterTypeRequiredDescription
No parameters.
google-drive.google_drive_permissions_list 0 parameters
Schema command
kosmo integrations:schema google-drive.google_drive_permissions_list --json
ParameterTypeRequiredDescription
No parameters.
google-drive.google_drive_permissions_update 0 parameters
Schema command
kosmo integrations:schema google-drive.google_drive_permissions_update --json
ParameterTypeRequiredDescription
No parameters.
google-drive.google_drive_permissions_create 0 parameters
Schema command
kosmo integrations:schema google-drive.google_drive_permissions_create --json
ParameterTypeRequiredDescription
No parameters.
google-drive.google_drive_permissions_get 0 parameters
Schema command
kosmo integrations:schema google-drive.google_drive_permissions_get --json
ParameterTypeRequiredDescription
No parameters.
google-drive.google_drive_apps_list 0 parameters
Schema command
kosmo integrations:schema google-drive.google_drive_apps_list --json
ParameterTypeRequiredDescription
No parameters.
google-drive.google_drive_apps_get 0 parameters
Schema command
kosmo integrations:schema google-drive.google_drive_apps_get --json
ParameterTypeRequiredDescription
No parameters.
google-drive.google_drive_accessproposals_resolve 0 parameters
Schema command
kosmo integrations:schema google-drive.google_drive_accessproposals_resolve --json
ParameterTypeRequiredDescription
No parameters.
google-drive.google_drive_accessproposals_list 0 parameters
Schema command
kosmo integrations:schema google-drive.google_drive_accessproposals_list --json
ParameterTypeRequiredDescription
No parameters.
google-drive.google_drive_accessproposals_get 0 parameters
Schema command
kosmo integrations:schema google-drive.google_drive_accessproposals_get --json
ParameterTypeRequiredDescription
No parameters.
google-drive.google_drive_operations_get 0 parameters
Schema command
kosmo integrations:schema google-drive.google_drive_operations_get --json
ParameterTypeRequiredDescription
No parameters.
google-drive.google_drive_revisions_get 0 parameters
Schema command
kosmo integrations:schema google-drive.google_drive_revisions_get --json
ParameterTypeRequiredDescription
No parameters.
google-drive.google_drive_revisions_delete 0 parameters
Schema command
kosmo integrations:schema google-drive.google_drive_revisions_delete --json
ParameterTypeRequiredDescription
No parameters.
google-drive.google_drive_revisions_list 0 parameters
Schema command
kosmo integrations:schema google-drive.google_drive_revisions_list --json
ParameterTypeRequiredDescription
No parameters.
google-drive.google_drive_revisions_update 0 parameters
Schema command
kosmo integrations:schema google-drive.google_drive_revisions_update --json
ParameterTypeRequiredDescription
No parameters.
google-drive.google_drive_teamdrives_delete 0 parameters
Schema command
kosmo integrations:schema google-drive.google_drive_teamdrives_delete --json
ParameterTypeRequiredDescription
No parameters.
google-drive.google_drive_teamdrives_list 0 parameters
Schema command
kosmo integrations:schema google-drive.google_drive_teamdrives_list --json
ParameterTypeRequiredDescription
No parameters.
google-drive.google_drive_teamdrives_update 0 parameters
Schema command
kosmo integrations:schema google-drive.google_drive_teamdrives_update --json
ParameterTypeRequiredDescription
No parameters.
google-drive.google_drive_teamdrives_create 0 parameters
Schema command
kosmo integrations:schema google-drive.google_drive_teamdrives_create --json
ParameterTypeRequiredDescription
No parameters.
google-drive.google_drive_teamdrives_get 0 parameters
Schema command
kosmo integrations:schema google-drive.google_drive_teamdrives_get --json
ParameterTypeRequiredDescription
No parameters.
google-drive.google_drive_changes_list 0 parameters
Schema command
kosmo integrations:schema google-drive.google_drive_changes_list --json
ParameterTypeRequiredDescription
No parameters.
google-drive.google_drive_changes_get_start_page_token 0 parameters
Schema command
kosmo integrations:schema google-drive.google_drive_changes_get_start_page_token --json
ParameterTypeRequiredDescription
No parameters.
google-drive.google_drive_changes_watch 0 parameters
Schema command
kosmo integrations:schema google-drive.google_drive_changes_watch --json
ParameterTypeRequiredDescription
No parameters.
google-drive.google_drive_replies_create 0 parameters
Schema command
kosmo integrations:schema google-drive.google_drive_replies_create --json
ParameterTypeRequiredDescription
No parameters.
google-drive.google_drive_replies_get 0 parameters
Schema command
kosmo integrations:schema google-drive.google_drive_replies_get --json
ParameterTypeRequiredDescription
No parameters.
google-drive.google_drive_replies_list 0 parameters
Schema command
kosmo integrations:schema google-drive.google_drive_replies_list --json
ParameterTypeRequiredDescription
No parameters.
google-drive.google_drive_replies_update 0 parameters
Schema command
kosmo integrations:schema google-drive.google_drive_replies_update --json
ParameterTypeRequiredDescription
No parameters.
google-drive.google_drive_replies_delete 0 parameters
Schema command
kosmo integrations:schema google-drive.google_drive_replies_delete --json
ParameterTypeRequiredDescription
No parameters.
google-drive.google_drive_drives_create 0 parameters
Schema command
kosmo integrations:schema google-drive.google_drive_drives_create --json
ParameterTypeRequiredDescription
No parameters.
google-drive.google_drive_drives_get 0 parameters
Schema command
kosmo integrations:schema google-drive.google_drive_drives_get --json
ParameterTypeRequiredDescription
No parameters.
google-drive.google_drive_drives_hide 0 parameters
Schema command
kosmo integrations:schema google-drive.google_drive_drives_hide --json
ParameterTypeRequiredDescription
No parameters.
google-drive.google_drive_drives_delete 0 parameters
Schema command
kosmo integrations:schema google-drive.google_drive_drives_delete --json
ParameterTypeRequiredDescription
No parameters.
google-drive.google_drive_drives_unhide 0 parameters
Schema command
kosmo integrations:schema google-drive.google_drive_drives_unhide --json
ParameterTypeRequiredDescription
No parameters.
google-drive.google_drive_drives_list 0 parameters
Schema command
kosmo integrations:schema google-drive.google_drive_drives_list --json
ParameterTypeRequiredDescription
No parameters.
google-drive.google_drive_drives_update 0 parameters
Schema command
kosmo integrations:schema google-drive.google_drive_drives_update --json
ParameterTypeRequiredDescription
No parameters.

Permissions

Headless calls still follow the integration read/write permission policy. Configure read/write defaults with integrations:configure. Add --force only for trusted automation that should bypass that policy.