Versions Compared

Key

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

...

This document details how to integrate Google Drive with Orbita.

Table of Contents
excludeRelated

Integrate Google Drive with Orbita’s project.

Get JWT Token in Experience Designer

  1. Login to Orbita and open Experience Designer.

  2. Add the below code in the function node or import the sample flow attached.

...

Attachments
previewfalse
uploadfalse
oldfalse
patterns*.json

...

Create Private key

  1. Navigate to https://console.cloud.google.com/iam-admin/serviceaccounts and log in.

  2. Select the project you want to connect with Google services.

  3. Choose the service account from the list. Click on the vertical ellipses icon. Select Create key.

  4. Select JSON in the pop-up window. Select Create.

  5. A JSON file with the client email and the private key will get downloaded.

  6. Copy the client_email and private_key from the JSON file and paste them in the function node in the Experience Designer flow.

    Image RemovedImage Added

Enable Google Drive API

...