Hi, I'm using the Google Ads API via Python Client Library <https://github.com/googleads/google-ads-python>. And I have followed the instructions to create a service account <https://developers.google.com/identity/protocols/oauth2/service-account> and perform domain-wide delegation <https://support.google.com/a/answer/162106> in order to access the service.
But when I try to call the Google Ads API, I get the following error: ``` File "/app/src/main/security/credentials.py", line 52, in __get_account_client googleads_client = GoogleAdsClient.load_from_dict(account_credentials) ... File "/usr/local/lib/python3.9/site-packages/google/oauth2/_client.py", line 60, in _handle_error_response raise exceptions.RefreshError(error_details, response_data) *google.auth.exceptions.RefreshError: ('unauthorized_client: Client is unauthorized to retrieve access tokens using this method, or client not authorized for any of the scopes requested.', *{'error': 'unauthorized_client', 'error_description': 'Client is unauthorized to retrieve access tokens using this method, or client not authorized for any of the scopes requested.'}) ``` We have checked the Client ID used in the Admin site, to activate Google Ads API in GCP and the credentials in my Python project to authenticate, but still have this error. Probably I've missed a step somewhere. Hope you can help me. Thanks in advance, Anthony -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To post to this group, send email to adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "Google Ads API and AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to adwords-api+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/8e6d4529-dd87-4a49-a908-dac1268299e4n%40googlegroups.com.