I was unable to get authenticate.js to work. Browser would hang on redirect to localhost (ERR_CONNECTION_REFUSED). Attempted many things: changing firewall settings, localhost page settings, editing authenticate.js. After two days of attempting to learn how to code this myself, I realized Google provided an example on the page you linked, so I tried it and it worked in lieu of autheticate.js.
Consider rewording the authenticate directions as follows and direct users to use the Google index.js (or replicate herein).
Authenticate and retrieve Google Task List IDs
Go here: https://developers.google.com/tasks/quickstart/nodejs and perform everything on the page:
I was unable to get authenticate.js to work. Browser would hang on redirect to localhost (ERR_CONNECTION_REFUSED). Attempted many things: changing firewall settings, localhost page settings, editing authenticate.js. After two days of attempting to learn how to code this myself, I realized Google provided an example on the page you linked, so I tried it and it worked in lieu of autheticate.js.
Consider rewording the authenticate directions as follows and direct users to use the Google index.js (or replicate herein).
Authenticate and retrieve Google Task List IDs
Go here: https://developers.google.com/tasks/quickstart/nodejs and perform everything on the page: