This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Traceback (most recent call last): | |
File "/home/runner/work/badger-docrouter/badger-docrouter/records/connectors/google_sheets_connector.py", line 42, in _build_data_frames_from_sheets | |
sheet = sheets[doc_id] | |
File "/opt/hostedtoolcache/Python/3.6.13/x64/lib/python3.6/site-packages/gsheets/api.py", line 121, in __getitem__ | |
response = backend.spreadsheet(self._sheets, id) | |
File "/opt/hostedtoolcache/Python/3.6.13/x64/lib/python3.6/site-packages/gsheets/tools.py", line 39, in __get__ | |
result = instance.__dict__[self.__name__] = self.fget(instance) | |
File "/opt/hostedtoolcache/Python/3.6.13/x64/lib/python3.6/site-packages/gsheets/api.py", line 70, in _sheets | |
developerKey=self._developer_key) | |
File "/opt/hostedtoolcache/Python/3.6.13/x64/lib/python3.6/site-packages/gsheets/backend.py", line 34, in build_service |