When Google sent a refresh_token request, I returned an HTTP 400 Bad
Request error with the body text {"error": "invalid_grant"}, which
caused the problem of all user devices being offline. Can I take any
remedial measures for this situation? Or it c...