我遵循了 https://pygsheets.readthedocs.io/en/latest/
但是该脚本无法正常运行,并报告操作超时错误。
TimeoutError: [Errno 60] Operation timed out
我在中国,因此我正在使用Proxy-Shadowsocks访问Google服务器。由于我可以观看youtube HD视频,因此连接断开了。
我在Mac上,python版本为3.6。
我都尝试过gspread
和pygsheets
。下面我只给出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())
我希望可以很好地建立连接,并且可以从gspread
或pygsheets
重试google工作表中的所有数据。
答案 0 :(得分:0)
com.de.adapters