node-red-contrib-google-task
v1.0.6
Published
Node-RED node for Google APIs call using OAuth2.
Readme
How to Install
Run the following command in the root directory of your Node-RED install
npm install node-red-contrib-google-taskConfiguration
- Generate OAuth credentials at Google API Console.
- Choose Web Application.
- As
Authorized JavaScript originsenter your Node-RED IP (e.g.http://localhost:1880) - As
Authorized redirect URIsenter your Node-RED IP plus/google-credentials/auth/callback(e.g.http://localhost:1880/google-credentials/auth/callback)
- Copy the
Client IDandClient secretand paste them into the Config Node
