From 607845a1a635d249198f5ae36ef395b0bc5525f8 Mon Sep 17 00:00:00 2001 From: Mahesh Murag Date: Wed, 20 Nov 2024 09:45:37 -0500 Subject: [PATCH] Updated GDrive --- src/gdrive/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gdrive/README.md b/src/gdrive/README.md index 70cc0195..8e296a59 100644 --- a/src/gdrive/README.md +++ b/src/gdrive/README.md @@ -32,7 +32,7 @@ The server provides access to Google Drive files: 4. Add OAuth scope `https://www.googleapis.com/auth/drive.readonly` 5. [Create an OAuth Client ID](https://console.cloud.google.com/apis/credentials/oauthclient) for application type "Desktop App" 6. Download the JSON file of your client's OAuth keys -7. Rename the key file to `gcp-oauth.keys.json` and place into the root of this repo +7. Rename the key file to `gcp-oauth.keys.json` and place into the root of this repo (i.e. `servers/gcp-oauth.keys.json`) Make sure to build the server with either `npm run build` or `npm run watch`.