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:
Rob Sherman
2025-09-29 08:23:38 -07:00
parent c7b1a633d1
commit 541677388b
3 changed files with 151 additions and 1 deletions

View File

@@ -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