upload_file_to_drive_from_resource
Upload files to Google Drive from shared blob storage, enabling cross-server file transfers without data duplication through MCP protocol.
Instructions
Upload a file to Google Drive from a resource identifier.
The resource identifier references a blob in the shared blob storage volume (mapped via Docker volumes) that can be accessed by multiple MCP servers.
This allows other MCP servers to upload resources to the blob storage, and this server can then upload those resources to Google Drive without needing to transfer the actual file data through the MCP protocol.
Supports any file type. Returns the file ID and web link.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| resource_id | Yes | Resource identifier (e.g., 'blob://1733437200-a3f9d8c2b1e4f6a7.pdf') | |
| name | No | ||
| parent_folder_id | No |