i don't have 0Auth set up on my gmail, its just username and pwd
i tried using the g24_auth, but that was an epic fail...
i don't think this app would ever be commercial
the goal is to get the app up and running on my local machine but connected to my gmail/gdrive for sheet access
then eventually migrate to shinyapps.io so i can put authentication in front of the app -
Hi, when you call the function read_sheet it will open an url that asks for authentication, and then it asks if you want to cache the token.
I think you're running the app from different laptop? if this is the case, then you might run it for the first time on your computer, and then after authorize the app you copy the token to the remote server.
If this is not the case, then maybe you closed the app before the authentication completed, or the port is blocked by firewall or something.
I am not really sure, so if you can do more tests and provide more details I might help.