The most obvioius way it to use the REST API via HTTP POST
Calling a google script involves a redirect (HTTP 302 moved temporarily). The redirect is not handled with the "http request" node. This is discussed on a Github issue
This works well via wget in regular bash on my Raspberry, but unfortunately the wget available in the nodred docker container results in another error (HTTP 405)
What other options do I have to invoke a google script?
Am I doing something wrong to invoke the HTTP request node?
But I was also trying with the standard http node, with the suggested modification, without success
I guess I finally found the file (the link to the corresponding github repo is not valid anymore) and applied the change to 21-httprequest.js. I restarted the container, redeployed the flows, but still HTTP302
I run node-red in a docker container. Might this be an issue? My versions
NodeRed 1.2.9