To request Google Ads API v1, we use oauth2 flow, using client_id/client_secret created in GCP interface and refresh_token associated with our account on google Adwords interface from google oauth2 playground.
We are trying to update our developper token as we obtained a standard access. We were requesting Google Adwords API with no troubles with a previous API token associated with another MCC account, and the same gcp project.
Now that we change the API token, we are receiving DEVELOPER_TOKEN_PROHIBITED "Developer token 'XXXXX' is not allowed with project 'XXXXX'.
Could you please tell us which relationship lies between API token and gcp project ? Any hints about how to solve that issue ?
Thanks for your help