Updated GDrive

This commit is contained in:
Mahesh Murag
2024-11-20 09:45:37 -05:00
parent bfdb9e3c10
commit 607845a1a6

View File

@@ -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`.