Google Drive
Storage

Google Drive Connector

Connect to Google Drive to manage files and folders.

$pip install "toolsconnector[gdrive]"
22
Actions
Storage
Category
Free
Apache 2.0

All 22 Actions

Action Description Parameters Returns
copy_fileCopy a filefile_id  [name]DriveFile
create_comment ⚠Create a comment on a filefile_id, contentDriveComment
create_folderCreate a folder in Google Drivename  [parent_folder_id, description]FolderId
delete_comment ⚠Delete a comment from a filefile_id, comment_idNoneType
delete_file ⚠Delete a file from Google Drivefile_idNoneType
delete_permission ⚠Delete a permission from a filefile_id, permission_idNoneType
download_fileDownload a file from Google Drivefile_idFileDownloadResult
empty_trash ⚠Empty the trashNoneType
export_fileExport a Google Workspace filefile_id, mime_typestr
get_fileGet file metadata by IDfile_idDriveFile
get_permissionGet a specific permission on a filefile_id, permission_idFilePermission
get_revisionGet a specific revision of a filefile_id, revision_idDriveRevision
get_storage_quotaGet storage quota informationStorageQuota
list_commentsList comments on a filefile_id  [page_size, page_token]PaginatedList[DriveComment]
list_filesList files in Google Drive[page_size, order_by, page_token, folder_id]PaginatedList[DriveFile]
list_permissionsList permissions on a filefile_idlist
list_revisionsList revisions of a filefile_id  [page_size, page_token]PaginatedList[DriveRevision]
move_fileMove a file to a different folderfile_id, new_parent_idDriveFile
search_filesSearch files in Google Drivequery  [page_size, page_token]PaginatedList[DriveFile]
share_file ⚠Share a file with a user or groupfile_id, email  [role, type, send_notification, message]FilePermission
update_fileUpdate file metadatafile_id  [name, description, starred]DriveFile
upload_fileUpload a file to Google Drivename, content_base64  [mime_type, parent_folder_id, description]FileUploadResult
Open Interactive Docs & Playground →

Full schema explorer, code generation, and live API testing