I am getting an error when I try to refresh access token:
400 Bad Request {error : \"unauthorized_client\"}
400 Bad Request
{error : \"unauthorized_client\"}
From
I had the same problem. The solution was to use the same client when authorizing in the application and when updating the token on the server.
Can't refresh access token for Google Calendar API on server side