From 48e3e570ededac335fbd06597f34c9dc61566a33 Mon Sep 17 00:00:00 2001 From: Zachary Levonian <33158587+levon003@users.noreply.github.com> Date: Thu, 26 Sep 2024 17:42:28 -0700 Subject: [PATCH] Fix three typos in google-drive.md (#5312) --- .../data-management/remote-storage/google-drive.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/docs/user-guide/data-management/remote-storage/google-drive.md b/content/docs/user-guide/data-management/remote-storage/google-drive.md index 872ac5da6f..c9a12993df 100644 --- a/content/docs/user-guide/data-management/remote-storage/google-drive.md +++ b/content/docs/user-guide/data-management/remote-storage/google-drive.md @@ -159,12 +159,12 @@ API connections, and its ![](/img/gdrive-enable-apis-and-services.png) 4. Go back to **APIs & Services** in the left sidebar, and select **OAuth - consent screen**. Chose a **User Type** and click **CREATE**. On the next + consent screen**. Choose a **User Type** and click **CREATE**. On the next screen, enter an **Application name** e.g. "DVC remote storage", and click the **Save** (scroll to bottom). 5. From the left sidebar, select **Credentials**, and click the **Create - credentials** dropdown to select **OAuth client ID**. Chose **Desktop app** + credentials** dropdown to select **OAuth client ID**. Choose **Desktop app** and click **Create** to proceed with a default client name. ![](/img/gdrive-create-credentials.png) @@ -304,7 +304,7 @@ heavy usage, it is recommended to rely on ⚠️ Be careful about sharing the key file with others. -2. Configure the remote to use the service account and tell if where to find the +2. Configure the remote to use the service account and tell it where to find the key file: ```cli