Hello.
I am developing with google ads api.
I lost basic access about 2month ago, and get it back 1month ago.
But, since then, I can’t use google ads api.
My google cloud is enabled, google ads api(on google cloud) is enabled, google ads account is enabled. ‘/auth/adwords’ permission is enabled.
The error is like below.
Thank you for reading.
{
“error”: {
“code”: 403,
“message”: “The caller does not have permission”,
“status”: “PERMISSION_DENIED”,
“details”: [
{
“@type”: “type.googleapis.com/google.ads.googleads.v23.errors.GoogleAdsFailure”,
“errors”: [
{
“errorCode”: {
“authorizationError”: “PROJECT_DISABLED”
},
“message”: “The Google Cloud project with number ‘-’ is not currently allowed to access the api.”
}
],
“requestId”: “KeNBLUvtOGgNg1WDBGexWQ”
}
]
}
}