Token must be a short-lived token and in a reasonable timeframe

后端 未结 10 1360
天涯浪人
天涯浪人 2020-11-27 17:37

I am having the same error as this. In my case it is happening when the app is trying to upload a file via Google Cloud Client API.

POST https://www.googleap         


        
10条回答
  •  悲&欢浪女
    2020-11-27 17:56

    I had this problem when using Windows Subsystem for Linux (WSL). All my WSL images were running with date set in the past, https://github.com/microsoft/WSL/issues/4245 suggests that its a problem when Windows resumes from sleep.

    I fixed by restarting WSL, wsl --shutdown

提交回复
热议问题