Re: google.api_core.exceptions.PermissionDenied: 403

2021-03-19 Thread Pavel Hegler
Perfect, thanks adsapiforumadvisor schrieb am Mittwoch, 17. März 2021 um 19:49:35 UTC+1: > Hi Pavel, > > The get_service method retrieves the service > > > specified in the first argument for the version

Re: google.api_core.exceptions.PermissionDenied: 403

2021-03-17 Thread Google Ads API Forum Advisor Prod
Hi Pavel, The get_service method retrieves the service specified in the first argument for the version given in the second argument. In this case, it's getting the GoogleAdsService for version 6. Regards, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q2Dw2Ze:ref -- -

Re: google.api_core.exceptions.PermissionDenied: 403

2021-03-17 Thread Pavel Hegler
Hey mister Forum Advisor:) can you still explain how this : client.get_service("GoogleAdsService", version="v6") works? adsapiforumadvisor schrieb am Mittwoch, 17. März 2021 um 06:08:36 UTC+1: > Hi Pavel, > > I am happy to know that you've fixed the *PermissionDenied* error on your > end. > >

RE: google.api_core.exceptions.PermissionDenied: 403

2021-03-16 Thread Google Ads API Forum Advisor Prod
Hi Pavel, I am happy to know that you've fixed the PermissionDenied error on your end. If there is any issues or errors that you want us to check and address, feel free to post it on this email thread and we are happy to provide support Regards, Ernie John Blanca Tacata Google Ads API Team ref

Re: google.api_core.exceptions.PermissionDenied: 403

2021-03-16 Thread Pavel Hegler
/generate_refresh_token.py> >>> >>> github token creation than I used this token for OAuth sometimes successful >>> and other times i got USER_PERMISSION_DENIED or PERMISSION_DENIED. After >>> setting up Oauth keys for x-times, generating token for x

Re: google.api_core.exceptions.PermissionDenied: 403

2021-03-16 Thread Pavel Hegler
fresh_token.py> >> >> github token creation than I used this token for OAuth sometimes successful >> and other times i got USER_PERMISSION_DENIED or PERMISSION_DENIED. After >> setting up Oauth keys for x-times, generating token for xy- times i now >> only seem

Re: google.api_core.exceptions.PermissionDenied: 403

2021-03-16 Thread Pavel Hegler
ithub token creation than I used this token for OAuth sometimes successful > and other times i got USER_PERMISSION_DENIED or PERMISSION_DENIED. After > setting up Oauth keys for x-times, generating token for xy- times i now > only seem to get this error: > > google.api_core.excepti

google.api_core.exceptions.PermissionDenied: 403

2021-03-16 Thread Pavel Hegler
etting up Oauth keys for x-times, generating token for xy- times i now only seem to get this error: google.api_core.exceptions.PermissionDenied: 403 Request had insufficient authentication scopes. I dont understand how it works I have following structure: --> Company Huge MCC

Error: google.api_core.exceptions.PermissionDenied: 403 The caller does not have permission

2019-01-31 Thread Inspired UM
Hi, I was using Google Ads Api Beta successfully for a while, created few automated reports with Python 3, but noticed that my reports are not running anymore. It turns out I have no permissions, although as far as I know nothing changed with accounts and permissions. Example code below: *SCOP