-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Google sheets API error? #228
Comments
I got the same error. If you go to gsheets.js and change ...it solves this problem, but then I run into a bunch of other problems (related to OAuth and callbacks not being defined and google's various packages not interacting with each other the way they're supposed to) which may or may not even be related. So, you can try this! But no promises it'll work, because it's not working for me haha |
Update! @timstallmann I just added a PR with the google npm package updates that solved this for me. take a look if you're still trying to get this working |
@csb324 🌠 🎆 this is the best news I've gotten all day! I think the linter is just choking on the |
Hmm I'm still getting now an |
Hi @timstallmann & @csb324 . Did this issue get resolved? I cloned the work done in @csb324 PR, recompiled the TS and I am getting error:
|
I apologise. I had the wrong config |
Oh nice! @nathanmillar16 how did you fix your config? I'm still stuck on this error. |
Sorry for late reply. I had the table name in my package-config incorrect. It is supposed to match a tab within the sheets you're adding too. |
Config / CLI options
When trying to upload results to Google Sheets, I get that the API returned an error -- google.sheets is not a function. Is this related to maybe updates in the sheets API?
Steps to reproduce.
Stack trace
Screenshot
Environment
pwmetrics
version: 4.2.3The text was updated successfully, but these errors were encountered: