Google Drive, Calendar, and Gmail are all available.
Last verified: 31 July 2026
Remly connects to Google services through OAuth, and every scope it requests is read-only. Remly cannot modify your documents, send email, or change your calendar.
| Connector | Status | |
|---|---|---|
| Google Drive | Available | Indexed documents, spreadsheets, presentations, and images via OCR. |
| Google Calendar | Available | Indexed events plus live schedule retrieval. |
| Gmail | Available | Indexed mail, read-only. |
Scopes
Every Google connector uses read-only access. Remly does not request write, share, or delete scopes for any Google service.
The exact scope strings for each connector are shown on Google's own consent screen when you connect. They are not reproduced here yet, because publishing a scope list that drifts out of sync with what the app actually requests is worse than publishing none.
PKCE
The Google authorise flow uses PKCE on every authorise URL. The code verifier stays server-side.
Refreshing access
Google connectors issue refresh tokens. Remly stores the access token, refresh token, expiry, and granted scopes together as an encrypted bundle. Before each call, if the access token is within 60 seconds of expiring, Remly refreshes it. If Google returns invalid_grant – the token was revoked or expired – the connector flips to an error state with a Reconnect action, and sync pauses until you reconnect.
Disconnecting
Open Connections, find the Google source, and click Disconnect. This revokes the token with Google and immediately and permanently deletes that connector's indexed content. Other connectors on your account are unaffected.
You can also revoke Remly's access directly at myaccount.google.com/permissions. If you do that, the connector flips to an error state on its next sync attempt.