...
This document details how to integrate Google Drive with Orbita.
Table of Contents | ||
---|---|---|
|
Integrate Google Drive with Orbita’s project.
Get JWT Token in Experience Designer
Login to Orbita and open Experience Designer.
Add the below code in the function node or import the sample flow attached.
...
Attachments | ||||||||
---|---|---|---|---|---|---|---|---|
|
...
Create Private key
Navigate to https://console.cloud.google.com/iam-admin/serviceaccounts and log in.
Select the project you want to connect with Google services.
Choose the service account from the list. Click on the vertical ellipses icon. Select Create key.
Select JSON in the pop-up window. Select Create.
A JSON file with the client email and the private key will get downloaded.
Copy the client_email and private_key from the JSON file and paste them in the function node in the Experience Designer flow.
Enable Google Drive API
...