I'm using Google Identity Platform for an application I'm developing. I've introduced it to many schools.
But in recent years, there is a problem with the system: The access token can not be updated.
(This problem is occurring in many schools and The same problem also occurred in Google Cloud Directory Sync.)
According to Google, the conditions for expiration of the token are as follows:
- The user has revoked access.
- The token has not been used for six months.
- The user changed passwords and the token contains Gmail scopes.
- The user account has exceeded a certain number of token requests.
But my situation does not match any of the above. Is there any other reason that I may be having this problem?