gpt4 book ai didi

google-tasks-api - 获取 AccessTokenRefreshError : invalid_grant in Google API fro service account

转载 作者:行者123 更新时间:2023-12-04 16:10:47 25 4
gpt4 key购买 nike

我正在关注这个例子

https://code.google.com/p/google-api-python-client/source/browse/samples/service_account/tasks.py

  credentials = SignedJwtAssertionCredentials(
'141491975384@developer.gserviceaccount.com',
key,
scope='https://www.googleapis.com/auth/tasks')
http = httplib2.Http()
http = credentials.authorize(http)

service = build("tasks", "v1", http=http)

# List all the tasklists for the account.
lists = service.tasklists().list().execute(http=http)
pprint.pprint(lists)

问题是,它有时会起作用,我将列表作为 JSON 获取,并且在多次运行程序后出现错误
  File "/usr/local/lib/python2.7/site-packages/oauth2client/client.py", line 710, in _do_refresh_request
raise AccessTokenRefreshError(error_msg)
oauth2client.client.AccessTokenRefreshError: invalid_grant

最佳答案

我是 Google Drive 界面,但发现了同样的错误。在 Issue 160有在本地计算机上设置适当时间的报告。自从我升级到 Mac Mavericks 后,我发现我需要不断更新我的系统时间。我收到了您报告的错误,将我的系统时间设置回当前,我消除了错误。

关于google-tasks-api - 获取 AccessTokenRefreshError : invalid_grant in Google API fro service account,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18347959/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com