Hi,
If we generate new access token and refresh token and after that it will work all requests using google ads api/ adwords api.
But after some days if we going to try same call giving error
{
"error": "invalid_grant",
"error_description": "Bad Request"
}
We get access type is offline so we not want to generate refresh token again and again.
Regards,
Pratik Patel