You are not logged in.
Hello, everyone,
I'm trying to configure email sending in GLPI using OAuth authentication with Gmail, but I'm encountering the following error:
**"The access token does not provide a refresh token. Check the application configuration."**
Steps I've already taken:
- Created a project on Google Cloud Platform (GCP) and enabled the Gmail API.
- Configured OAuth 2.0 credentials, including the client ID and client secret.
- Added the redirect URI in GCP.
- Configured the scopes in GLPI to include:
- `/gmail.send`
- `/gmail.modify`
- `./auth/userinfo.email`
- `./auth/userinfo.profile`
- `openid`
- Completed authentication in GLPI, but the refresh token is not provided, and I keep getting this error.
Offline
Hi there, same issue here. Did you find a solution?
Offline