Skip to content

Instantly share code, notes, and snippets.

@brunkb
Created January 11, 2016 19:43
Show Gist options
  • Save brunkb/4d0a57148c399569d44d to your computer and use it in GitHub Desktop.
Save brunkb/4d0a57148c399569d44d to your computer and use it in GitHub Desktop.
Gmail API scopes
credential.serviceAccountScopes = [GmailScopes.MAIL_GOOGLE_COM,
GmailScopes.GMAIL_LABELS,
GmailScopes.GMAIL_READONLY,
GmailScopes.GMAIL_MODIFY]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment