packages/cloud-api/src/views/gmail-auth-failure.html
{{!< layout/default}}
{{#if access_denied }}
You'll need to approve access in order to start syncing this account!
Please try again and select "Allow".
{{else if auth_timeout }}
It took too long to authenticate your account and the request timed out. Please try again.
If you're seeing this error multiple times, we unfortunately may not support your email provider.
{{else if imap_auth_error }}
Something went wrong when trying to authenticate your account!
Make sure Gmail is enabled for your domain. Gmail can be turned on by a Google Apps administrator using this guide.
Please make sure IMAP access is enabled for the account. IMAP can be enabled by a Google Apps administrator using this guide.
Make sure "Show in IMAP" is checked for the "All Mail" and "Trash" labels.
{{else if invalid_grant }}
Couldn't get an authorization token from Google! Please try authenticating again.
{{else}}
An unknown error occured when authorizing your account.
{{/if}} {{#if try_again}} {{/if}}