Re: AuthorizationError.USER_PERMISSION_DENIED error with v201209

2013-02-19 Thread igor
Thank you for your reply.

I rechecked everything and it was fine, then I remembered that project in 
Google API Console was created using different user and then ownership was 
transferred to adwords user, recreating it using adwords user did the trick.

Thanks.

On Tuesday, 19 February 2013 09:28:37 UTC, Danial Klimkin wrote:
>
> Hello Igor,
>
>
> This error occurs when your oauth2 credentials are for the login that has 
> no access to the account. Double-check the credential set you are using, 
> and the clientCustomerId you send in the headers.
>
>
> -Danial, AdWords API Team.
>
>
> On Thursday, February 14, 2013 11:48:56 PM UTC+4, ig...@blueclaw.co.ukwrote:
>>
>> Hi,
>>
>> I have a python application that is using latest APIs version with 
>> offline OAuth2.
>> While developing I was using MCC with test client account without any 
>> issues (developerToken is approved).
>>
>> During test with live account this error popped up.
>> Initially I assumed that I really do not have API access for that client 
>> account, after double checking I went back to examples, 
>> tried to use oauth2 
>> example
>>  
>> without campaign creation but it is the same error anyway.
>>
>> Any ideas?
>>
>> Cheers,
>>
>> Igor.
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: AuthorizationError.USER_PERMISSION_DENIED error with v201209

2013-02-19 Thread Danial Klimkin
Hello Igor,


This error occurs when your oauth2 credentials are for the login that has 
no access to the account. Double-check the credential set you are using, 
and the clientCustomerId you send in the headers.


-Danial, AdWords API Team.


On Thursday, February 14, 2013 11:48:56 PM UTC+4, ig...@blueclaw.co.uk 
wrote:
>
> Hi,
>
> I have a python application that is using latest APIs version with offline 
> OAuth2.
> While developing I was using MCC with test client account without any 
> issues (developerToken is approved).
>
> During test with live account this error popped up.
> Initially I assumed that I really do not have API access for that client 
> account, after double checking I went back to examples, 
> tried to use oauth2 
> example
>  
> without campaign creation but it is the same error anyway.
>
> Any ideas?
>
> Cheers,
>
> Igor.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: AuthorizationError.USER_PERMISSION_DENIED error with v201209

2013-02-18 Thread igor
Did no one come across this error when technically all requirements are 
satisfied?

On Thursday, 14 February 2013 19:48:56 UTC, ig...@blueclaw.co.uk wrote:
>
> Hi,
>
> I have a python application that is using latest APIs version with offline 
> OAuth2.
> While developing I was using MCC with test client account without any 
> issues (developerToken is approved).
>
> During test with live account this error popped up.
> Initially I assumed that I really do not have API access for that client 
> account, after double checking I went back to examples, 
> tried to use oauth2 
> example
>  
> without campaign creation but it is the same error anyway.
>
> Any ideas?
>
> Cheers,
>
> Igor.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




AuthorizationError.USER_PERMISSION_DENIED error with v201209

2013-02-14 Thread igor
Hi,

I have a python application that is using latest APIs version with offline 
OAuth2.
While developing I was using MCC with test client account without any 
issues (developerToken is approved).

During test with live account this error popped up.
Initially I assumed that I really do not have API access for that client 
account, after double checking I went back to examples, 
tried to use oauth2 
example
 
without campaign creation but it is the same error anyway.

Any ideas?

Cheers,

Igor.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.