From ac86a4b8b6735aa1dc04eb301a9ea97f04c8d955 Mon Sep 17 00:00:00 2001 From: Paul-Cornell Date: Mon, 6 Jan 2025 07:52:35 -0800 Subject: [PATCH] Google Drive source connector: how-to video embed link (#409) --- snippets/general-shared-text/google-drive.mdx | 32 ++++++------------- 1 file changed, 10 insertions(+), 22 deletions(-) diff --git a/snippets/general-shared-text/google-drive.mdx b/snippets/general-shared-text/google-drive.mdx index a45d3fd9..c97a4673 100644 --- a/snippets/general-shared-text/google-drive.mdx +++ b/snippets/general-shared-text/google-drive.mdx @@ -1,15 +1,14 @@ -1. A Google Cloud service account and its related `credentials.json` key file or its contents in JSON format. [Learn how](https://developers.google.com/workspace/guides/create-credentials#service-account). - - + +1. A Google Cloud service account and its related `credentials.json` key file or its contents in JSON format. [Learn how](https://developers.google.com/workspace/guides/create-credentials#service-account). 2. To ensure maximum compatibility across Unstructured service offerings, you should give the service account key information to Unstructured as a single-line string that contains the contents of the downloaded service account key file (and not the service account key file itself). To print this single-line string without line breaks, suitable for copying, you can run one of the following commands from your Terminal or Command Prompt. @@ -28,15 +27,4 @@ ``` 3. Give the service account's email address access to the Google Drive folder. [Learn more](https://www.googlecloudcommunity.com/gc/Workspace-Q-A/Can-i-give-access-to-document-of-google-drive-to-service-account/m-p/530106). - - - 4. Note the folder ID. This is a part of the URL for your Google Drive folder represented in the following URL as `{folder_id}`: `https://drive.google.com/drive/folders/{folder-id}`.