Why does SitesApp.getSites(myDomain) not work?

后端 未结 3 1303
有刺的猬
有刺的猬 2021-01-29 10:04

I\'m currently playing around with Google Apps Script and can\'t get the following snippet to work. \"enter

3条回答
  •  萌比男神i
    2021-01-29 10:27

    You'll get that error when the service can't find the domain or you don't have access to it. Please ensure that the domain matches exactly, and doesn't start with "www.", etc.

提交回复
热议问题