您好,我打算部署一个将记录到电子表格的应用程序。我使用了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使其通过授权过程。