Kuika's Save Source action allows the creation of a specific subset within an array. It allows you to select and manipulate sub-arrays of arrays within an application based on a specific start and end index.
Save Source can be used in three different ways:
For these providers, you can add resources by making the necessary preliminary edits. Sources correspond to documents that can be searched or files that contain these documents.
Supported file types:
In this tutorial, you will learn how to add sources using Google Drive, AWS S3 and Manual upload options.
This training content consists of the following topics:
3. Then click “SAVE” (2) to complete the configuration process.
An authorized Google Console account is required to use Google Drive.
Creating and Selecting Projects
Google Drive API Activation
Service Account Creation and Access
Key Creation
The private_key information should be added to include the BEGIN and END PRIVATE KEY fields.
Getting FileID and FolderID
Example link:
https://drive.google.com/file/d/1vNG371Q2ZAkC0X7e8AHm2lftTMRSqWO_/view?usp=sharing
Here 1vNG371Q2ZAkC0X7e8AHm2lftTMRSqWO_ is the fileID.
Defining Save Source
For Amazon S3 usage, an account with read access to S3 is required.
IAM User Creation
Manual upload allows uploading files in Base64 format.
Convert to Base64 Format
Getting and Using Folder Id and File Id Parameters in Google Drive Save Source Action
Retrieve File IDs in Google Drive
https://drive.google.com/file/d/1vNG371Q2ZAkC0X7e8AHm2lftTMRSqWO_/view?usp=sharing
https://drive.google.com/drive/folders/18V8ZSYTNE8T_gKum3ZVUK5wHZQM3s2aa
Save Source Parameters for Google Drive
-----BEGIN PRIVATE KEY-----
.......
-----END PRIVATE KEY-----
Creating the Save Source Action for Amazon S3
Amazon S3 Save Source Parameters
Creating a Manual Save Source Action
Manual Save Source Parameters
data:<mimetype_of_file>;base64,......
By following these steps, you can successfully manage your resources on Kuika platform with Google Drive, AWS S3 or Manual methods.