google-tasks-api icon indicating copy to clipboard operation
google-tasks-api copied to clipboard

:rocket: Google Tasks API for humans

Results 7 google-tasks-api issues
Sort by recently updated
recently updated
newest added

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: ![image](https://user-images.githubusercontent.com/39415217/55285927-ff008480-5394-11e9-9bef-3f68b2ae18af.png)

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.