Google Apps

Scopes for various Google Apps#

Scopes for Gmail:

openid
https://www.googleapis.com/auth/userinfo.profile
https://www.googleapis.com/auth/gmail.send

Scopes for Google Calendar:

openid
https://www.googleapis.com/auth/userinfo.profile
https://www.googleapis.com/auth/calendar.events
https://www.googleapis.com/auth/calendar.readonly

Scopes for Google Docs:

https://www.googleapis.com/auth/drive

Scopes for Google Sheets:

https://www.googleapis.com/auth/spreadsheets
https://www.googleapis.com/auth/drive.file
https://www.googleapis.com/auth/drive

How to add OAuth Redirect URL#

  1. From within the API section of the Google Cloud Console select credentials from the sidebar
  2. Select the project you’d like to update from “OAuth 2.0 Client IDs”
  3. Add a new Authorized Redirect URI at the bottom of the page and set the value to https://app.rollouthq.com/api/oauth/redirect
  4. Click on the "Save" button and wait a few minutes until the change takes effect