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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user