Feature #5282
openenable Gmail api and oauth2.0 client for gmail other 3 tokens creation whole .env things
100%
Description
1. Gmail API Enable
• Created Google Cloud project: suthratech-gmail-api
• Enabled Gmail API and OAuth Consent Screen
• Added brand info, privacy links, and support email
• Finished OAuth app configuration (Internal use)
2. . OAuth 2.0 Client Creation
• Created OAuth Client ID (Web Application)
• Configured authorized redirect URIs
• Stored credentials safely
• Copied Client ID, Client Secret
3. . Refresh Token Generation
• Set up OAuth playground
• Connected Gmail API scopes
• Generated long-term GMAIL_REFRESH_TOKEN
• Verified token validity successfully
4. . Environment Variables Preparation
• Collected all the following keys:
o GMAIL_CLIENT_ID
o GMAIL_CLIENT_SECRET
o GMAIL_REFRESH_TOKEN
Subtasks
Related issues