Add Google Drive sharing and permission tools

New tools: share_drive_file, batch_share_drive_file, get_drive_shareable_link,
get_drive_file_permissions, update_drive_permission, remove_drive_permission,
transfer_drive_ownership

share_drive_file supports user/group/domain/anyone types, so there's no need
for a separate make_drive_file_public tool.
This commit is contained in:
Jackson Cooper
2025-12-14 18:03:04 +11:00
parent c615a6d743
commit 70bdaece23
4 changed files with 597 additions and 119 deletions

View File

@@ -21,13 +21,19 @@ drive:
core:
- search_drive_files
- get_drive_file_content
- get_drive_file_download_url
- create_drive_file
- share_drive_file
- get_drive_shareable_link
extended:
- list_drive_items
- update_drive_file
- update_drive_permission
- remove_drive_permission
- transfer_drive_ownership
- batch_share_drive_file
complete:
- get_drive_file_permissions
- check_drive_file_public_access
calendar:
core: