Reputation: 95
I've built a webapp (form) that I want others to be able to use. But when they access it, it askes to login to their Google account. I've already changed the settings so "anyone can access".
Is there a way to bypass this or authorize anyones accesss to the app so non-google users can use it?
Upvotes: 0
Views: 38
Reputation: 11184
When deploying, just make sure to choose the following:
Execute as
: Me ([email protected])
Who has access
: Anyone
If it still didn't worked, try to copy the GS code into a new file and then choose the following details above again. This seems to solve the same issue for some other users.
Upvotes: 1