bcongdon / google-sheets-shortcut

Append to a Google sheet directly from iOS shortcuts
25 stars 8 forks source link

Update to new Google Sheets API #2

Open bcongdon opened 3 years ago

bcongdon commented 3 years ago

It looks like there have been breaking changes to the sheets API since this was created, so this project does not work until this gets fixed.

gfaster commented 3 years ago

This can be worked around by setting the googleapis version to "^37.0.0" in package.json

benblaine commented 1 year ago

This can be worked around by setting the googleapis version to "^37.0.0" in package.json

you rule!