Hello!
I’m developing an application that uses a Google spreadsheet as a database. I need the application to be private so that only authorized email addresses in the spreadsheet can log in.
I’ve tried using both the Users table and All emails in table (as shown in the screenshot), but the application keeps returning the message ‘This email does not have access to this application. Please try another.’ even though it does have access.
I thought it might be because the domain is ‘.digital’, but I tested with ‘.com’ and ‘.com.br’ domains and the error persists.
Does anyone have any ideas on how to solve this?