I have a apps script that uses bigquery service to fetch data from my bigquery account and builds visualizations/tables etc. I publish the app with following options Execute App as: User accessing web app Who has access to this app: Anyone
- When I open the link (one ending in exec not dev) in chrome incognito, I expect it to show the web app but it asks for google credentials.
- When I entering credentials of my other (different from the one hosting the project) account, I get a permissions error.
- I added this other account from my primary one under permissions option of google console - even that wasn't enough.
- I had to create a dummy project as this other user to accept the invitation from my primary account. After that the app showed up on this other account.
My question is, how do I publish my app for the consumers (even public) of this info without them having to create dummy project/accept my invite etc?
Thanks