...
The official documentation should be referred to in the event the instructions do not match up.
...
Activate the Gmail API and Create Credentials
Enabling GMAIL APIS
Read the folowing data for instruction on how to
Create a Project
Enable the Gmail API for the project
...
developers.google.com/identity/protocols/oauth2/web-server#enable-apis
- Open the API Library: https://console.cloud.google.com/
...
- apis/library
- Open the API Library in the Google API Console.
- If prompted, select a project, or create a new one.
- The API Library lists all available APIs, grouped by product family and popularity. If the API you want to enable isn't visible in the list, use search to find it, or click View All in the product family it belongs to.
- Enable the GMAIL API
- Select the API you want to enable, then click the Enable button.
- If prompted, enable billing.
- If prompted, read and accept the API's Terms of Service
Creating Access Credentials:
After Enabling the API credientials need to be createed
There are two options for credentials
...
Setting Up OAuth2 Authentication:
- This credential type uses and existing account to ligin and requires user authentication
Creating a Service Account
...
- This credential type allow impersonaing a user within the domain and does not require authentication
- Authorized Domains
...
...
...
- answer/6158849#authorized-domains&zippy=%2Cauthorized-domains
- THe authorized domain is the Customer's PCR-360 application URL
- Example pcr360.customername.edu
- Redirect URL
- The redicrect URL is the Customer's PCR-360 application URL
- Example https://pcr360.customername.edu/core/oauth2/validated
Download the credentials file