---
name: googledrive
description: "Google Drive connector for host fleet-managed bind mounts."
version: "0.2.0"
entry: ./driver.ts
fields: []
keywords:
  - google
  - googledrive
  - google-drive
  - google-files
  - drive
  - fleet
---

## Google Drive Connector

Exposes a Google Drive folder or Shared Drive that has already been mounted by
the host fleet and bind-mounted into the agent container.

Package-side Google Drive connectors do not spawn or configure a cloud data
plane. At connect time the connector id must be listed in
`SKAILE_FLEET_MANAGED_MOUNTS`; otherwise connect fails with a host fleet-managed
mount requirement.

```yaml
connectors:
  - id: project-drive
    driver: googledrive
    access: read-write
```

The host is responsible for authentication, remote configuration, cache
lifecycle, upload flushing, and health handling. The package driver verifies the
bind is readable, returns a handle with `mountPath`, and treats sync/hibernate/
close as no-op success.
