> ## Documentation Index
> Fetch the complete documentation index at: https://docs.stackone.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Google Drive Changelog

> Release history for the Google Drive connector. Each version lists what changed and which actions were affected.

<Card title="Google Drive connector" icon="arrow-left" href="/connectors/googledrive" horizontal>
  Back to the connector overview, authentication methods, and actions.
</Card>

<Update label="v2.0.0" description="18 Aug 2026">
  `breaking` `bug-fix` `description-fix`

  Breaking — 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.

  <AccordionGroup>
    <Accordion title="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_simple`
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="v1.1.2" description="16 Jul 2026">
  `bug-fix`

  Fixed 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.

  <AccordionGroup>
    <Accordion title="Changed · 4 actions updated">
      `googledrive_unified_get_me`, `googledrive_unified_get_organization`, `googledrive_unified_list_organizations`, `googledrive_unified_list_resource_users`
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="v1.1.1" description="13 Jul 2026">
  `bug-fix`

  Fixed 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.
</Update>
