Google 服务帐户出现未经验证的错误

Google service account gives UNAUTHENTICATED error

我的代码在本地服务器上运行流畅。 在 python 服务器作为 linux systemd 服务启动的 GCP 服务器上, 重启几个小时后,它给了我

Request had invalid authentication credentials. Expected OAuth 2 access token, login cookie or other valid authentication credential.

我正在使用 gspread 访问 google 电子表格。

Scope "https://www.googleapis.com/auth/spreadsheets"

可以使用

修复 gspread 中的问题

client.login()

Issue on Github