You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello everyone, following @oddmario solution i was able to make the app work with my google account. The problem right now is that i want it to run in a server environment without gui or browser access. The problem is i am not able to open the authorization link. Is it possible to set up a non-interactive authorization with google's api service account? If yes can anyone help me with the steps that need to be taken? Thank you
The text was updated successfully, but these errors were encountered:
I assume you have SSH access to your server, then you just need to use Windows Terminal.
First after opening the jar files you get the link right? Open the link in your browser (windows).
After granting access, copy the http://localhost:9999/?code=xxx_xxx link.
Then back to your SSH, use curl command.
Hello everyone, following @oddmario solution i was able to make the app work with my google account. The problem right now is that i want it to run in a server environment without gui or browser access. The problem is i am not able to open the authorization link. Is it possible to set up a non-interactive authorization with google's api service account? If yes can anyone help me with the steps that need to be taken? Thank you
The text was updated successfully, but these errors were encountered: