Change the batch interface to support the POST method
I have been trying to call the batch API interface from Google Apps Script. Apps Script correctly realizes that BATCH is not a valid HTTP method and prevents me from submitting the request. There must also be many other HTTP client libraries that prevent this.
The solution is simple - just extend the batch API to also allow a request submitted with the POST method.
1
vote
Wayne Rohrs
shared this idea
It was resolved in release 5.9.2