Skip to content

Commit ac86a4b

Browse files
authored
Google Drive source connector: how-to video embed link (#409)
1 parent 427aa13 commit ac86a4b

File tree

1 file changed

+10
-22
lines changed

1 file changed

+10
-22
lines changed
Lines changed: 10 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
1-
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-
3-
<iframe
4-
width="560"
5-
height="315"
6-
src="https://www.youtube.com/embed/0-cS_qI0XCE"
7-
title="YouTube video player"
8-
frameborder="0"
9-
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
10-
allowfullscreen
11-
></iframe>
1+
<iframe
2+
width="560"
3+
height="315"
4+
src="https://www.youtube.com/embed/ZiRD7hC-wh8"
5+
title="YouTube video player"
6+
frameborder="0"
7+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
8+
allowfullscreen
9+
></iframe>
1210

11+
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).
1312
2. To ensure maximum compatibility across Unstructured service offerings, you should give the service account key information to Unstructured as
1413
a single-line string that contains the contents of the downloaded service account key file (and not the service account key file itself).
1514
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 @@
2827
```
2928

3029
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).
31-
32-
<iframe
33-
width="560"
34-
height="315"
35-
src="https://www.youtube.com/embed/ykJQzEe_2dM"
36-
title="YouTube video player"
37-
frameborder="0"
38-
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
39-
allowfullscreen
40-
></iframe>
41-
4230
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}`.

0 commit comments

Comments
 (0)