Google Drive
Connect Google Drive to KAI
Need : Google Platform admin
To connect with Google Drive, we will use a Google Service Account to be able to use Google Drive API
Information about Google Service Account : https://cloud.google.com/iam/docs/service-account-overview
Information about Google Drive API : https://developers.google.com/workspace/drive/api/guides/about-sdk
1
Generate a service account json file
Here the documentation to create a service account : https://cloud.google.com/iam/docs/service-accounts-create
Your service account will have an email as identifier
2
3
4
Final output :
service_acount: upload the service account json file downloaded on step 3
folder_name: if you want to only index a specified folder, fill it with the folder name retrieved on step 5, else let it blank
Last updated