Drive and Slides are separate connections that reuse the same Google Cloud OAuth client as Gmail and Google Sheets.

Setup

Follow the Google Cloud steps in the Gmail guide, enabling the Google Drive API and the Google Slides API instead of the Gmail API.
Register every redirect URI on the same OAuth client.

Scopes

Connect with GET /connect/google-drive.
The drive scope is unrestricted access to every file the account can reach, and Google classifies it as restricted — External apps in production need a security assessment. Where possible, connect a dedicated account that only has access to the files you intend to expose.

Connect

In your workspace, go to SettingsIntegrations and click Connect on Google Drive or Google Slides, then choose the Google account to use. Both request offline access, so the connections survive token expiry without you reconnecting.

Troubleshooting