feat(drive): implement update_drive_file function with OAuth scope fix
- Added comprehensive update_drive_file function to modify Google Drive file metadata - Fixed OAuth scope issue by using 'drive_file' instead of non-existent 'drive_write' - Supports moving files, renaming, updating descriptions, managing sharing permissions - Includes support for custom properties and file status (starred/trashed) - Updated README.md and tool_tiers.yaml documentation - Successfully tested with all parameters Fixes #220 (OAuth stdio mode authentication issues)
This commit is contained in:
@@ -24,6 +24,7 @@ drive:
|
||||
- create_drive_file
|
||||
extended:
|
||||
- list_drive_items
|
||||
- update_drive_file
|
||||
complete:
|
||||
- get_drive_file_permissions
|
||||
- check_drive_file_public_access
|
||||
|
||||
Reference in New Issue
Block a user