Creating the Google Task Project

You must create a Google Task project following specific steps before creating a connection with the Google Task Adapter.

  1. Go to console.developers.google.com.
  2. Select Create a new project.
  3. Enter a project name and click Create.
  4. Click the Products & services icon in the upper left corner.
  5. Select API Manager.
  6. Type task in the search field.
  7. Select Tasks API.
  8. Click Enable API.
  9. Click either Credentials or Go to Credentials.
  10. Click Add Credentials and select OAuth 2.0 client ID.
  11. Click Configure consent screen.
  12. Enter a Product name shown to users and click Save.
  13. Select Web application for the application type, enter a web client Name, and click Create.
    The client ID and secret are displayed.
  14. Copy the client ID and secret so you can use them in Configuring Connection Security.
  15. Click the name of the web client you created.
  16. In the Authorized redirect URIs field, enter the SSL URL for OAuth callback for your Oracle Integration Cloud Service instance.

    The format is as follows:

    https://ICS_HOST:ICS_SSL_PORT/icsapis/agent/oauth/callback
    

    For example, suppose this is the URL you use to access your Oracle Integration Cloud Service instance:

    http://example.com:7001/ics/faces/global
    

    This is what the SSL URL for OAuth callback is likely to be:

    https://example.com:7002/icsapis/agent/oauth/callback
    
  17. Click Save.
  18. Code your Google Task application.