Unable to refresh access token : response is “unauthorized_client”

前端 未结 4 617
清酒与你
清酒与你 2020-12-31 03:01

I am getting an error when I try to refresh access token:

400 Bad Request

{error : \"unauthorized_client\"}

From

4条回答
  •  被撕碎了的回忆
    2020-12-31 03:44

    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

提交回复
热议问题