Google Drive connector
Back to the connector overview, authentication methods, and actions.
18 Aug 2026
breaking bug-fix description-fixBreaking — upload_file_simple now requires a contentType input so the created file records the correct mimeType instead of defaulting to application/octet-stream, and unified file upload now rejects empty content rather than silently creating a zero-byte file. Also adds optional metadata (content hints, shortcuts, content restrictions, created and modified timestamps) to the multipart and resumable uploads, and corrects the documented upload size ceiling to approximately 4.1 MB.Changed · 7 actions updated
Changed · 7 actions updated
googledrive_create_permission, googledrive_get_changes_start_page_token, googledrive_unified_upload_file, googledrive_update_drive, googledrive_upload_file_multipart, googledrive_upload_file_resumable, googledrive_upload_file_simple16 Jul 2026
bug-fixFixed unified IAM schema conformance — unified_get_me now returns scopes as an array instead of a space-delimited string, and list_organizations/get_organization return created_at as an ISO 8601 datetime string instead of an epoch-milliseconds number. Corrected the resource_users resource_id documentation.Changed · 4 actions updated
Changed · 4 actions updated
googledrive_unified_get_me, googledrive_unified_get_organization, googledrive_unified_list_organizations, googledrive_unified_list_resource_users13 Jul 2026
bug-fixFixed unified_get_me returning an empty body, invalid RoleTypeEnum/UserStatusEnum values on roles/users/resource_users, broken expand fan-out on groups/users JEXL conditions, and several composite-id and schema-shape violations across the unified IAM actions.