Hello Julius,

It looks like you are trying to use Service Accounts / OAuth2 JWT flow. 
This flow is only available if you have a Google Apps account and is rarely 
used. It only makes sense to use it if you need user impersonation (your 
app needs to act as different users).

I suggest using offline or web flow instead.


-Danial, AdWords API Team.


On Monday, October 14, 2013 6:48:30 PM UTC+4, Julius Markūnas wrote:
>
> Hello,
>
> I'm having the same problem. Client customer ID and developer_token are 
> taken from real account, which is pending for approval, but I still get 
> AuthenticationError.NOT_ADS_USER error. Test account is 
> tes...@innerballoons.com <javascript:>. Can you check what am I doing 
> wrong?
>
> My config:
>
>  :service => {
>     :environment => :PRODUCTION
>   },
>
>   :library => {
>     :log_level => "DEBUG"
>   },
>
>   :authentication => {
>     method: "OAUTH2_JWT",
>     oauth2_issuer: '#####2#######@developer.gserviceaccount.com',
>     oauth2_secret: 'secret',
>     oauth2_keyfile: 'adwords-key.p12',
>     developer_token: '#######,
>     client_customer_id: '150-###-####'
>
>   }
>
>
>
> Julius
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.

Reply via email to