LADD
LADD

Reputation: 95

How do I give non-google member webapp permission?

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

Answers (1)

NightEye
NightEye

Reputation: 11184

When deploying, just make sure to choose the following:

  1. Execute as: Me ([email protected])
  2. 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

Related Questions