Integration Service
latest
false
Google Vision authentication - Automation Cloud latest
logo
Integration Service User Guide
Last updated Dec 4, 2023

Google Vision authentication

Prerequisites

To create a connection, you need to have a Service Account Configuration key.

To create and manage service account keys using the Google Cloud console, follow the steps explained in the Google Cloud documentation.

The service account key uses the following format, where PRIVATE_KEY is the private portion of the public/private key pair:

{
  "type": "service_account",
  "project_id": "PROJECT_ID",
  "private_key_id": "KEY_ID",
  "private_key": "-----BEGIN PRIVATE KEY-----\)
PRIVATE_KEY\)
-----END PRIVATE KEY-----\)
",
  "client_email": "SERVICE_ACCOUNT_EMAIL",
  "client_id": "CLIENT_ID",
  "auth_uri": "https://accounts.google.com/o/oauth2/auth",
  "token_uri": "https://accounts.google.com/o/oauth2/token",
  "auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs",
  "client_x509_cert_url": "https://www.googleapis.com/robot/v1/metadata/x509/SERVICE_ACCOUNT_EMAIL"
}{
  "type": "service_account",
  "project_id": "PROJECT_ID",
  "private_key_id": "KEY_ID",
  "private_key": "-----BEGIN PRIVATE KEY-----\)
PRIVATE_KEY\)
-----END PRIVATE KEY-----\)
",
  "client_email": "SERVICE_ACCOUNT_EMAIL",
  "client_id": "CLIENT_ID",
  "auth_uri": "https://accounts.google.com/o/oauth2/auth",
  "token_uri": "https://accounts.google.com/o/oauth2/token",
  "auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs",
  "client_x509_cert_url": "https://www.googleapis.com/robot/v1/metadata/x509/SERVICE_ACCOUNT_EMAIL"
}

Add the Google Vision connection

To create a connection to your Google Vision instance, you need to perform the following steps:

  1. Select Integration Service from Automation Cloud.
  2. From the Connectors list, select Google Vision.

    You can also use the search bar to narrow down the connector.

  3. Select the Add connection button.
  4. You are now redirected to the connection page. Enter your service account configuration key and click Connect.



  5. The app asks for your permission to read, write, modify, and delete Google Vision data on your behalf.
  6. Your connection has been added.

For more information about authenticating in Google Vision, visit the Authenticating to the Cloud Vision API page.

  • Prerequisites
  • Add the Google Vision connection
logo
Get The Help You Need
logo
Learning RPA - Automation Courses
logo
UiPath Community Forum
Uipath Logo White
Trust and Security
© 2005-2023 UiPath. All rights reserved.