Hello,
I'm currently trying to import adwords data using the client library on Python from the Adwords of my company.
For this I created an account manager and I asked for a developer token to use API Adwords. The token has been approved.
I logged in with my manager account on the Google API console and I created a new project and I asked for OAuth2 ID that I got. Then,
thanks to the "generate_refresh_token.py" I had a URL and I logged on my Adwords client account and finally I got the "refresh token".
I've completed the googleads.yaml (AdWords configuration) file by adding the OAuth2 IDs, the refresh token, and the client customer ID.
But when I run the file "get_campaigns.py" I get the error message: ''The oAuth2 client was not found''. As you can see on the screenshot.
So anyone knows what's happen?
Thank you