google-tasks-api
google-tasks-api copied to clipboard
:rocket: Google Tasks API for humans
New to github and coding space (so I may be wrong), but just thought it might be worth removing the google plus API code since it is no longer available
Hey, I got a little problem: When I try to log the lists of my list of tasks, an error comes up `[[PromiseResult]]: TypeError: Cannot read properties of undefined (reading...
It was easier to understand your source code than the google tasks API docs.
Hello, thanks for sharing this! Would you possibly be able to provide a worked example, such as querying for all lists and then listing all items in those lists? I'm...
I'm trying to authorize my app with google-tasks-api but constantly getting the same error - Invalid cookiePolicy error. Here's what it looks like: 
Hello, The README.md says: `await googleTasksAPI.autorize('yourclientid')` Shouldnt it be `.authorize()` ?
https://github.com/bluzi/google-tasks-api/blob/eba4816e1881849752901a9c4b07a551cdf1fa02/lib/google-tasks-api.js#L30 Trying to understand the code! Thank you.