Skip to main content

Hello, everyone.

How can I setup correctly the OAuth connection with Google without have to re-login every 1 hour? It seems the token expires very quickly.

 

Thanks

Your authorization URL should have https://accounts.google.com/o/oauth2/auth?prompt=consent&access_type=offline


Hello ​@Bot Dev .

Yes, that is my authorization URL.

Thanks :)