how to granting the permission on Google App Script to public for Looker Studio Connector? - Stack Overflow

We create our own connector for Looker Studio using Google App Script. the connector can show the data

We create our own connector for Looker Studio using Google App Script. the connector can show the data without any issue.

but when an editor want to edit the data source, it cant be edited. only the user with the same gmail that can edit the data

I think it should be fixed by changing the permissions of the Apps Script project and granting viewer access to the public

here is the appscript.json file I use

{
  "timeZone": "Asia/Jakarta",
  "dependencies": {},
  "exceptionLogging": "STACKDRIVER",
  "runtimeVersion": "V8",
  "dataStudio": {
    "name": "",
    "logoUrl": "",
    "company": "",
    "companyUrl": "",
    "addonUrl": "",
    "supportUrl": "",
    "description": ""
  },
  "webapp": {
    "access": "ANYONE",
    "executeAs": "USER_ACCESSING"
  }
}

发布者:admin,转转请注明出处:http://www.yc00.com/questions/1744677410a4587411.html

相关推荐

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信