Re: AuthorizationError.SERVICE_ACCESS_DENIED | python | manager account + admin role + dev_token enabled

2018-08-23 Thread Therese
Dear Sai Teja,

Thanks for your reply. 
We contacted the API compliance center and the support team but they sent 
me back to this forum with the note that technical issues are handled here. 

The issue seems to be a developer token that is approved for sevices we do 
not want to use.

So what can I do? 
Can somebody help, please?

Maybe somebody just change the status from 'Approval for App Conversion & 
Re-marketing' to a status that allows downloading reports (--> 
AccountPerformanceRepot)?

Please find attached Mails snippets from API compliance center and the 
support team.

Regards,
Therese


Am Montag, 20. August 2018 19:51:16 UTC+2 schrieb Teja Makani:
>
> Hello Therese,
>
> Looks like your token is approved for App Conversions & Re-marketing API. 
> Since requests related to token is out of scope to my team, I would 
> recommend you to contact the API compliance team via this form 
> <https://services.google.com/fb/forms/apicontact/>. Someone from the API 
> compliance team will get back to you soon after submitting the form.
>
> Regards,
> Sai Teja, AdWords API Team.
>
> On Friday, August 17, 2018 at 3:16:28 PM UTC-4, Teja Makani wrote:
>>
>> Hello Therese,
>>
>> The SERVICE_ACCESS_DENIED error occurs when a developer token which is 
>> approved for non-AdWords API service is used to make AdWords API calls. To 
>> troubleshoot further, could you please share the MCC account Id that holds 
>> the developer token being used to make the API call along wiht the email ID 
>> that is authenticating the call? You could use* reply privately to 
>> author* option while sharing. 
>>
>> Regards,
>> Sai Teja, AdWords API Team.
>>
>> On Friday, August 17, 2018 at 1:05:32 PM UTC-4, pandata wrote:
>>>
>>> Dear all,
>>>
>>> I simply try to  download some reports or only show available report's 
>>> attributes/metrics via the ReportDefinitionService.getReportFields in 
>>> python3 using the googleads library.
>>>
>>> The error occurs as GoogleAdsServerFault: 
>>> [AuthorizationError.SERVICE_ACCESS_DENIED @ ]
>>>
>>> I already checked:
>>>
>>>- access to *.yaml file with credentials in it (client_secret, 
>>>client_id, refresh_token, developer_token)
>>>- account is a manager account (access to setup>API center)
>>>- I (the user) have an admin role
>>>- the account got a developer token with "Basic Access"
>>>
>>> I searched within this forum and the problem seems to be apparent to a 
>>> few persons but it has been solved privately.
>>>
>>> I receive the error with my own code and also with code provided from 
>>> the example webpage:
>>>
>>> https://developers.google.com/adwords/api/docs/samples/python/account-management#get-the-account-hierarchy-under-the-current-account
>>>
>>> Could you please help? Thanks.
>>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/ef1bf825-a9b8-415c-abc9-4d18aa7f6e69%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: AuthorizationError.SERVICE_ACCESS_DENIED | python | manager account + admin role + dev_token enabled

2018-08-23 Thread Therese
Dear Sai Teja,

Thanks for your reply. 
We contacted the API compliance center and the support team but they sent 
me back to this forum with the note that technical issues are handled here. 

The issue seems to be a developer token that is approved for sevices we do 
not want to use.

So what can I do? 
Can somebody help, please?

Maybe somebody just change the status from 'Approval for App Conversion & 
Re-marketing' to a status that allows downloading reports (--> 
AccountPerformanceRepot)?

Please find Mails snippets from API compliance center and the support team 
attached.

Regards,
Therese








Am Montag, 20. August 2018 19:51:16 UTC+2 schrieb Teja Makani:
>
> Hello Therese,
>
> Looks like your token is approved for App Conversions & Re-marketing API. 
> Since requests related to token is out of scope to my team, I would 
> recommend you to contact the API compliance team via this form 
> <https://services.google.com/fb/forms/apicontact/>. Someone from the API 
> compliance team will get back to you soon after submitting the form.
>
> Regards,
> Sai Teja, AdWords API Team.
>
> On Friday, August 17, 2018 at 3:16:28 PM UTC-4, Teja Makani wrote:
>>
>> Hello Therese,
>>
>> The SERVICE_ACCESS_DENIED error occurs when a developer token which is 
>> approved for non-AdWords API service is used to make AdWords API calls. To 
>> troubleshoot further, could you please share the MCC account Id that holds 
>> the developer token being used to make the API call along wiht the email ID 
>> that is authenticating the call? You could use* reply privately to 
>> author* option while sharing. 
>>
>> Regards,
>> Sai Teja, AdWords API Team.
>>
>> On Friday, August 17, 2018 at 1:05:32 PM UTC-4, pandata wrote:
>>>
>>> Dear all,
>>>
>>> I simply try to  download some reports or only show available report's 
>>> attributes/metrics via the ReportDefinitionService.getReportFields in 
>>> python3 using the googleads library.
>>>
>>> The error occurs as GoogleAdsServerFault: 
>>> [AuthorizationError.SERVICE_ACCESS_DENIED @ ]
>>>
>>> I already checked:
>>>
>>>- access to *.yaml file with credentials in it (client_secret, 
>>>client_id, refresh_token, developer_token)
>>>- account is a manager account (access to setup>API center)
>>>- I (the user) have an admin role
>>>- the account got a developer token with "Basic Access"
>>>
>>> I searched within this forum and the problem seems to be apparent to a 
>>> few persons but it has been solved privately.
>>>
>>> I receive the error with my own code and also with code provided from 
>>> the example webpage:
>>>
>>> https://developers.google.com/adwords/api/docs/samples/python/account-management#get-the-account-hierarchy-under-the-current-account
>>>
>>> Could you please help? Thanks.
>>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/419f4de4-3eaa-4534-b2af-8e8dfa228877%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.