Google OAuth Setup
Authorize access to Google Calendar, Docs, and Drive for the booking system and PR Intel Report push.
OAuth Credentials: Configured
Refresh Token: Present

Required OAuth scopes

  • Google Calendar - Read/write calendar events for the booking system
  • Google Docs - Create and write PR Intel Report documents
  • Google Drive (file) - Set sharing permissions on created documents

If you previously authorized only Calendar access, you must re-authorize to add Docs and Drive scopes. The existing token will not be invalidated until you replace it.

Getting "insufficient authentication scopes" on Google Docs push?

Your stored token was likely generated before Docs/Drive scopes were added. Click Re-authorize below to get a new token that covers all three scopes, then update GOOGLE_REFRESH_TOKEN in Settings → Secrets.

A refresh token is stored. If Google Docs push is failing with a scope error, use the Re-authorize button above.