Sign up for the Adwords API: 403 forbidden

2015-11-16 Thread Vladimir Shempliner
Hello!
After Step 2a of sign up 
instruction(https://developers.google.com/adwords/api/docs/signingup?hl=en) 
I've got link to a form in email 
(https://services.google.com/fb/forms/newtokenlow/)
Accessing this link I get a "403 Forbidden".
How to complete a registration?!

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/8eb80f22-92ca-40ea-a950-dc2d8d5c2cf3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: AdWords Api 403

2015-03-16 Thread Michael Cloonan (AdWords API Team)
Hello,

You can read more about how to set up service accounts for AdWords 
specifically at our service accounts guide 
. 
However, if you already have it up and running using the installed 
application flow, I suggest leaving it as is.

Regards,
Mike, AdWords API Team

On Friday, March 13, 2015 at 2:31:41 AM UTC-4, Андрей Козлов wrote:
>
> Thx, it finally works. But i'm kinda confused, what's wrong with my 
> service account approach?. I mean, i have done all steps described in 
> service account oauth2 guide, and it didn't work for some reason.
>
> четверг, 12 марта 2015 г., 21:52:20 UTC+3 пользователь Michael Cloonan 
> (AdWords API Team) написал:
>>
>> Hello,
>>
>> There is generally no reason to use a service account for the AdWords 
>> API. Please try setting up the installed application OAuth 2.0 flow by 
>> following the instructions on our AdWords-specific O:Auth guide 
>> .
>>
>> Regards,
>> Mike, AdWords API Team
>>
>> On Thursday, March 12, 2015 at 11:57:05 AM UTC-4, Андрей Козлов wrote:
>>>
>>> Hello,
>>>
>>> I'm using AdWords .net api library vid service account and when i'm 
>>> trying to call some method i got this error:
>>>
>>> {"Failed to get access token for service account.\n{\n  \"error\" : 
>>> \"access_denied\",\n  \"error_description\" : \"Requested client not 
>>> authorized.\"\n}"}
>>>
>>>
>>> My App.Config looks like this:
>>>
>>> 
>>> 
>>> >> value="emailfromdevelopercons...@developer.gserviceaccount.com" 
>>> />
>>> 
>>> >> value="pathToCert" />
>>> >> value="notasecret" />
>>> 
>>>
>>> I also correlated my clientId with adWords scope, accroding to this 
>>> guide 
>>> https://developers.google.com/drive/web/delegation#delegate_domain-wide_authority_to_your_service_account
>>> . 
>>>
>>> But it doesn't work. What could i do wrong?
>>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/c2245adb-7bf8-4b3c-9b9f-fdaf97ca5737%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: AdWords Api 403

2015-03-12 Thread Андрей Козлов
Thx, it finally works. But i'm kinda confused, what's wrong with my service 
account approach?. I mean, i have done all steps described in service 
account oauth2 guide, and it didn't work for some reason.

четверг, 12 марта 2015 г., 21:52:20 UTC+3 пользователь Michael Cloonan 
(AdWords API Team) написал:
>
> Hello,
>
> There is generally no reason to use a service account for the AdWords API. 
> Please try setting up the installed application OAuth 2.0 flow by following 
> the instructions on our AdWords-specific O:Auth guide 
> .
>
> Regards,
> Mike, AdWords API Team
>
> On Thursday, March 12, 2015 at 11:57:05 AM UTC-4, Андрей Козлов wrote:
>>
>> Hello,
>>
>> I'm using AdWords .net api library vid service account and when i'm 
>> trying to call some method i got this error:
>>
>> {"Failed to get access token for service account.\n{\n  \"error\" : 
>> \"access_denied\",\n  \"error_description\" : \"Requested client not 
>> authorized.\"\n}"}
>>
>>
>> My App.Config looks like this:
>>
>> 
>> 
>> > value="emailfromdevelopercons...@developer.gserviceaccount.com 
>> " />
>> > />
>> > value="pathToCert" />
>> > value="notasecret" />
>> 
>>
>> I also correlated my clientId with adWords scope, accroding to this guide 
>> https://developers.google.com/drive/web/delegation#delegate_domain-wide_authority_to_your_service_account
>> . 
>>
>> But it doesn't work. What could i do wrong?
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/3032dee1-2deb-4db0-97b0-d35072c06467%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: AdWords Api 403

2015-03-12 Thread Michael Cloonan (AdWords API Team)
Hello,

There is generally no reason to use a service account for the AdWords API. 
Please try setting up the installed application OAuth 2.0 flow by following 
the instructions on our AdWords-specific O:Auth guide 
.

Regards,
Mike, AdWords API Team

On Thursday, March 12, 2015 at 11:57:05 AM UTC-4, Андрей Козлов wrote:
>
> Hello,
>
> I'm using AdWords .net api library vid service account and when i'm trying 
> to call some method i got this error:
>
> {"Failed to get access token for service account.\n{\n  \"error\" : 
> \"access_denied\",\n  \"error_description\" : \"Requested client not 
> authorized.\"\n}"}
>
>
> My App.Config looks like this:
>
> 
> 
>  value="emailfromdevelopercons...@developer.gserviceaccount.com" />
> 
>  value="pathToCert" />
>  value="notasecret" />
> 
>
> I also correlated my clientId with adWords scope, accroding to this guide 
> https://developers.google.com/drive/web/delegation#delegate_domain-wide_authority_to_your_service_account
> . 
>
> But it doesn't work. What could i do wrong?
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/96b0b81e-d0f4-429f-ad31-e0dafb998080%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


AdWords Api 403

2015-03-12 Thread Андрей Козлов
Hello,

I'm using AdWords .net api library vid service account and when i'm trying 
to call some method i got this error:

{"Failed to get access token for service account.\n{\n  \"error\" : 
\"access_denied\",\n  \"error_description\" : \"Requested client not 
authorized.\"\n}"}


My App.Config looks like this:









I also correlated my clientId with adWords scope, accroding to this 
guide 
https://developers.google.com/drive/web/delegation#delegate_domain-wide_authority_to_your_service_account.
 

But it doesn't work. What could i do wrong?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/0ec3d9f2-5456-477b-be5e-f3e510b9ea32%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


AdWords API 403 Forbidden error of getAllAds/getCriteria methods

2009-09-28 Thread SEM

Hi,

We keep getting the error below for some of our accounts for getAllAds
or getCriteria method for an AdGroup. This fails even after 3 retries
with a 2 min interval between each call. Is there any way to overcome
these issues? We are doing a weekly sync of all the accounts and
around 8 of 132 accounts fail for the above reason.and they are not
the same accounts all the time.

thanks,
Hari

2009-09-27 18:24:49,206 ERROR [STDERR] AxisFault
 faultCode: {http://xml.apache.org/axis/}HTTP
 faultSubcode:
 faultString: (403)Forbidden
 faultActor:
 faultNode:
 faultDetail:
{}:return code:  403
  403 Forbidden
 

We're sorry...

... but your query looks similar to automated requests from a computer virus or spyware application. To protect our users, we can't process your request right now.

We'll restore your access as quickly as possible, so try again soon. In the meantime, if you suspect that your computer or network has been infected, you might want to run a virus checker or spyware remover to make sure that your systems are free of viruses and other spurious software.

We apologize for the inconvenience, and hope we'll see you again on Google.


Google
 Error 
{http://xml.apache.org/axis/}HttpErrorCode:403 2009-09-27 18:24:49,207 ERROR [STDERR] (403)Forbidden 2009-09-27 18:24:49,207 ERROR [STDERR] at org.apache.axis.transport.http.HTTPSender.readFromSocket (HTTPSender.java:744) 2009-09-27 18:24:49,207 ERROR [STDERR] at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:144) 2009-09-27 18:24:49,207 ERROR [STDERR] at org.apache.axis.strategies.InvocationStrategy.visit (InvocationStrategy.java:32) 2009-09-27 18:24:49,207 ERROR [STDERR] at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118) 2009-09-27 18:24:49,207 ERROR [STDERR] at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83) 2009-09-27 18:24:49,207 ERROR [STDERR] at org.apache.axis.client.AxisClient.invoke(AxisClient.java:165) 2009-09-27 18:24:49,207 ERROR [STDERR] at org.apache.axis.client.Call.invokeEngine(Call.java:2784) 2009-09-27 18:24:49,207 ERROR [STDERR] at org.apache.axis.client.Call.invoke(Call.java:2767) 2009-09-27 18:24:49,207 ERROR [STDERR] at org.apache.axis.client.Call.invoke(Call.java:2443) 2009-09-27 18:24:49,207 ERROR [STDERR] at org.apache.axis.client.Call.invoke(Call.java:2366) 2009-09-27 18:24:49,207 ERROR [STDERR] at org.apache.axis.client.Call.invoke(Call.java:1812) 2009-09-27 18:24:49,207 ERROR [STDERR] at com.google.api.adwords.AdServiceSoapBindingStub.getAllAds (AdServiceSoapBindingStub.java:758) --~--~-~--~~~---~--~~ 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 -~--~~~~--~~--~--~---