Google Drive
Drive ingestion brings project documents into the Supabase document spine and makes SABLE the
owner of the searchable copy. The full ingestion pipeline is built and correct, but it is
currently paused by an explicit runtime decision, not merely undeployed — even a confirm:true
real run short-circuits before touching the service account.
Why it's paused
drive-sync checks the configured project-folder count before doing any Drive work:
- If no project folders are configured, it returns "paused" with the reason that project folders are link-only and selected evidence is uploaded manually.
- If project folders are configured, it still returns "paused," because legacy Drive document ownership requires a reviewed reconciliation before the crawler is allowed to run again.
Either way, health is reported healthy (not degraded) while paused, and the connector is marked
required:false — a paused-by-design connector is not treated as a failing one.