使用service_account_file找不到电子表格

时间:2018-09-04 05:33:20

标签: python pygsheets

您好,我打算部署一个将记录到电子表格的应用程序。我使用了PyGSheets

我加薪。

raise SpreadsheetNotFound('Could not find a spreadsheet with title %s.' % title)
pygsheets.exceptions.SpreadsheetNotFound: Could not find a spreadsheet with title RSSI Spreadsheet.

在我曾经使用service_account_file授权后

gc = pygsheets.authorize(service_account_file='something.json')

但是它可以与

一起使用
gc = pygsheets.authorize(client_secret='client_secret_something.json')

我想使用service_account_file使其通过授权过程。

0 个答案:

没有答案