Hi I have been using rest methods to integrate Google Ads API in C#. Everything seemed to be working fine but all off sudden I started getting 400 response with the error message.
{
"error": "invalid_grant",
"error_description": "Token has been expired or revoked."
}
As mentioned above that I am not using client library but instead using restsharp and testing all my end points in postman also.
I am using test account at the moment and suddenly it is failing.
Any reason why it is happening? My refresh token is also valid as I have been using this for one week. I have also not reached to the limit of refresh token as I have only generated refresh token 3 to 4 times when I was trying to set up the accounts.
Regards,
Fatima