File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -31,9 +31,8 @@ The server provides access to Google Drive files:
31
31
3 . [ Configure an OAuth consent screen] ( https://console.cloud.google.com/apis/credentials/consent ) ("internal" is fine for testing)
32
32
4 . Add OAuth scope ` https://www.googleapis.com/auth/drive.readonly `
33
33
5 . [ Create an OAuth Client ID] ( https://console.cloud.google.com/apis/credentials/oauthclient ) for application type "Desktop App"
34
- 6 . Add http://localhost:3000/oauth2callback as a redirect URI
35
- 7 . Download the JSON file of your client's OAuth keys
36
- 8 . Rename the key file to ` gcp-oauth.keys.json ` and place into the root of this repo (i.e. ` servers/gcp-oauth.keys.json ` )
34
+ 6 . Download the JSON file of your client's OAuth keys
35
+ 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 ` )
37
36
38
37
Make sure to build the server with either ` npm run build ` or ` npm run watch ` .
39
38
You can’t perform that action at this time.
0 commit comments