pygsheet操作超时[Errno 60]

时间:2019-05-25 01:14:46

标签: python python-3.x google-sheets gspread

我遵循了 https://pygsheets.readthedocs.io/en/latest/

但是该脚本无法正常运行,并报告操作超时错误。

TimeoutError: [Errno 60] Operation timed out

我在中国,因此我正在使用Proxy-Shadowsocks访问Google服务器。由于我可以观看youtube HD视频,因此连接断开了。

我在Mac上,python版本为3.6。

我都尝试过gspreadpygsheets。下面我只给出pygsheet代码。我已经按照https://gspread.readthedocs.io/en/latest/oauth2.html中的步骤检查凭据和api。此外,我尝试从google api v3迁移到v4。问题仍然存在。

import pygsheets
from oauth2client.service_account import ServiceAccountCredentials

gc = pygsheets.authorize(service_file='client_secret_new.json')

wks = gc.open("test").sheet1

print(wks.get_all_records())

我希望可以很好地建立连接,并且可以从gspreadpygsheets重试google工作表中的所有数据。

1 个答案:

答案 0 :(得分:0)

com.de.adapters