Google App Script Make Get Request To Another Script With Parameters
I have two google scripts: 1) Script A with url say sa/exec which accepts parameters a,b,c 2) Script B with url say sb/exec I have to call doGet(e) of script A from script B. Manua
Solution 1:
Use encodeURI() or encodeURIComponent().
Post a Comment for "Google App Script Make Get Request To Another Script With Parameters"