Hello,
I do not know what I'm doing wrong.
But I am trying this plugin and it gives me an error while trying to update any spreadsheet.
I am using google 2sign app password. The plugin says I am signed in.
I am trying to update this spreadsheet
https://docs.google.com/spreadsheets/d/ ... SHKIEM3L8Y for testing purposes.
When I try to update a cell it says:
15:39:52 Google Spreadsheet: Spreadsheet not found
15:39:52 Unhandled exception in thread started by
15:39:52 Traceback (most recent call last) (1687):
15:39:52 File "C:\Program Files\EventGhost\plugins\Google Spreadsheet\__init__.py", line 233, in updateCell
15:39:52 worksheet = spreadsheet.get_worksheet(wsIndex)
15:39:52 AttributeError: 'str' object has no attribute 'get_worksheet'
I have tried different URLs but none seems to work.
Could anyone point me in the right direction?
Oh, after this first error message, I can execute the plugin and get this:
15:44:04 Google Spreadsheet: Update Cell:
https://docs.google.com/spreadsheets/d/ ... SHKIEM3L8Y
But the spreadsheet is not updated. And I have to restart Eventghost to get the first error message.
EDIT:
So i tried the link:
https://docs.google.com/spreadsheet/ccc ... SHKIEM3L8Y
I looked at the github for the plugin gspread google sreadsheet API and they used the above format for the URL in "read me".
And now I get the error message:
16:07:18 Google Spreadsheet: Could not connect to Google.
16:07:18 Unhandled exception in thread started by
16:07:18 Traceback (most recent call last) (1687):
16:07:18 File "C:\Program Files\EventGhost\plugins\Google Spreadsheet\__init__.py", line 233, in updateCell
16:07:18 worksheet = spreadsheet.get_worksheet(wsIndex)
16:07:18 AttributeError: 'str' object has no attribute 'get_worksheet'