Small cleanup in rowboat

This commit is contained in:
bglglzd 2026-07-12 21:14:14 +03:00
parent 2e45bc0213
commit b8c3ea52a9
6 changed files with 20 additions and 20 deletions

View file

@ -35,24 +35,24 @@ Once created, make sure the new project is selected in the top project dropdown.
Enable the following APIs for your project:
- Gmail API
https://console.cloud.google.com/apis/api/gmail.googleapis.com
- Google Calendar API
https://console.cloud.google.com/apis/api/calendar-json.googleapis.com
- Google Drive API
https://console.cloud.google.com/apis/api/drive.googleapis.com
For each API:
- Click **Enable**
![Enable the API](https://raw.githubusercontent.com/rowboatlabs/rowboat/main/apps/docs/docs/img/google-setup/02-enable-api.png)
---