Skip to content
This repository was archived by the owner on Aug 26, 2024. It is now read-only.

Commit 3811ed3

Browse files
committed
add redirect URI info
1 parent 9d08d26 commit 3811ed3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ Pull requests are welcome. For major changes, please open an issue first to disc
3939
## Google OAuth
4040
- Go to https://console.cloud.google.com/ and create a new project
4141
- Enable Google Calendar API and create an OAuth 2.0 client ID
42+
- add following on the Authorised redirect URIs of OAuth client ID
43+
```python
44+
http://localhost/
45+
```
4246
- Download the JSON file and rename it to `credentials.json`
4347
- Move the file to the root folder of the project
4448

0 commit comments

Comments
 (0)