Re: auto get refresh token in web application

2024-03-14 Thread Cristian Andrei Grigore
How do I get the refresh token (which never expires)? Is this the refresh token yield by Fetch a refresh token ? On Thursday, January 18, 2024 at 1:18:19 AM UTC+2 Google Ads API Forum Ad

auto get refresh token in web application

2024-01-17 Thread GoldenOfHeart
Hello. I tryed to connection with Google Api. Problem is that i need to generate refresh token. Currently I do that in this way: ~/go/bin/oauth2l fetch --credentials ~/your_credentials.json --scope cloud-platform It works but i need do that in a server into Laravel application. How I can do that