Skip to content

Commit

Permalink
gdrive: Update dev key path in README
Browse files Browse the repository at this point in the history
  • Loading branch information
rdamazio committed Nov 9, 2024
1 parent 97b2c09 commit 99eab65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ The following steps can be followed to set up a development environment:
- `npm run genproto` (will generate protocol buffer files into `gen/ts/`)
- `npm run genkeys` (will populate a dummy dev-only client ID into src/environments/dev-keys.ts)
- If you plan to use/change the Google Drive synchronization feature while running locally,
edit src/environments/environment.ts to set your own OAuth client ID that allows localhost
edit src/environments/dev-keys.ts to set your own OAuth client ID that allows localhost
connections. See the [Drive API documentation](https://developers.google.com/drive/api/) for
how to do obtain a client ID.

Expand Down

0 comments on commit 99eab65

Please sign in to comment.