Setup
One-time Google Cloud configuration — takes about 5 minutes.
1 Create a Google Cloud project
- Go to console.cloud.google.com and create a new project.
- Navigate to APIs & Services → Library and enable the Gmail API.
2 Configure OAuth consent screen
- Go to APIs & Services → OAuth consent screen.
- User type: External. Fill in app name and your email.
- Add scopes:
gmail.readonlyandgmail.send. - Under Test users, add your Gmail address.
3 Create OAuth credentials
- Go to APIs & Services → Credentials → Create Credentials → OAuth client ID.
- Application type: Web application.
- Under Authorised redirect URIs, add exactly:
https://unsub.kinohome.ca/oauth/callback
⚠️ This must match exactly — including the port and no trailing slash.
4 Upload credentials.json
Download the JSON from Google Cloud Console (the ⬇ icon next to your new credential) and upload it here.