admin管理员组文章数量:1278826
I have a web page deployed using Google Apps Script with access permissions set to "Anyone". However, when I try to access the page, I get an "Access denied" message and cannot access it.
appscript.json
{
"timeZone": "Asia/Tokyo",
"exceptionLogging": "STACKDRIVER",
"runtimeVersion": "V8",
"dependencies": {
"libraries": [
{
"userSymbol": "Parser",
"libraryId": "******",
"version": "8"
}
]
},
"webapp": {
"executeAs": "USER_DEPLOYING",
"access": "ANYONE_ANONYMOUS"
}
}
Environment:
- OS: macOS, iOS
- Browsers: Chrome, Safari (both in incognito mode)
- Google Account: Only one account logged in
Steps to reproduce:
- Create a web app in Google Apps Script and deploy it with access set to "Anyone".
- Access the deployed URL from the browsers in the above environment.
What I've tried:
- Tried accessing with the Google account of the owner of the original spreadsheet of Google Apps Script, the editor of the spreadsheet, and other users.
- Accessed in incognito mode.
- Cleared browser cache and cookies.
What I was expecting:
The web page with "Anyone" access setting should be displayed normally.
Question
What else can I try to resolve this issue?
本文标签:
版权声明:本文标题:"Access denied" when accessing Google Apps Script deployed web page, even with "Anyone" acce 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741258901a2367224.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论