How to use Google Apps Script ContentService as a REST server

后端 未结 1 1359
野趣味
野趣味 2020-12-12 05:27

I have a service that creates a jSon response in Google Apps Script

function doGet(e) {
   return ContentService
            .createTextOutput(mcpher.getRest         


        
相关标签:
1条回答
  • 2020-12-12 06:15

    It needs to be set to anyone can access, including anonymous. Are you sure that's the setting?

    0 讨论(0)
提交回复
热议问题