Access to some Google Docs API in public mode

Hello!
I use Goole Docs API in my app.
In public mode i need to allow access to some Google API queries to users without a Retool account. Is it possible?
Now these requests in public mode return an error "Invalid Credentials".
Thanks.

1 Like

Hi @alyuza, I'm assuming that these Google API queries require authentication. Is that right? On public links, we actually collect no user info, which means any kind of authentication would be challenging. All authentication is associated with specific Retool user accounts, and since public app users are fully anonymous there is no user to work with. Public apps allow for unauthenticated, open access to the embedded app. If you need to give users access to any non-public functionality, they would have to log in with a Retool account.