Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

  1. Read the folowing data for instruction on how to

    1. Create a Project

    2. Enable the Gmail API for the project

  2. https://

...

  1. developers.google.com/identity/protocols/oauth2/web-server#enable-apis

  2. Open the API Library: https://console.cloud.google.com/

...

  1. apis/library
  2. Open the API Library in the Google API Console.
  3. If prompted, select a project, or create a new one.
  4. 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.
  5. Enable the GMAIL API
    Image Added
  6. Select the API you want to enable, then click the Enable button.
  7. If prompted, enable billing.
  8. If prompted, read and accept the API's Terms of Service

Creating Access Credentials:


  1. After Enabling the API credientials need to be createed

  2. There are two options for credentials

  3. https://developers.google.com/

...

  1. workspace/guides/create-credentials


      1. Setting Up OAuth2 Authentication: 

        1. https://support.google.com/cloud/answer/6158849

        2. This credential type uses and existing account to ligin and requires user authentication
      2. Creating a Service Account

        1. https://support.google.com/a/answer/7378726

...

        1. This credential type allow impersonaing a user within the domain and does not require authentication
  1. Authorized Domains
    1. https://

...

    1. support.google.com/

...

    1. cloud/

...

    1. answer/6158849#authorized-domains&zippy=%2Cauthorized-domains
    2. THe authorized domain is the Customer's PCR-360 application URL
    3. Example pcr360.customername.edu
  1. Redirect URL 
    1. The redicrect URL is the Customer's PCR-360 application URL
    2. Example https://pcr360.customername.edu/core/oauth2/validated
  2. Download the credentials file