"error": "invalid_grant", "error_description": "Bad Request"

2024-03-04 Thread Isabel Gonzalez
Hola , tengo una aplicacion java con spring y he seguido los pasos para 
vincularla con la api de google calendar. Hace unos meses funcionó a la 
primera, pero al cabo del tiempo dejo de funcionar. He vuelto a configurar 
todo desde 0 y recibo este error 

com.google.api.client.auth.oauth2.TokenResponseException: 400 Bad Request
POST https://oauth2.googleapis.com/token
{
  "error": "invalid_grant",
  "error_description": "Bad Request"
}
at 
com.google.api.client.auth.oauth2.TokenResponseException.from(TokenResponseException.java:103)
at 
com.google.api.client.auth.oauth2.TokenRequest.executeUnparsed(TokenRequest.java:308)
at 
com.google.api.client.auth.oauth2.TokenRequest.execute(TokenRequest.java:324)
at 
com.google.api.client.auth.oauth2.Credential.executeRefreshToken(Credential.java:547)
at 
com.google.api.client.auth.oauth2.Credential.refreshToken(Credential.java:470)
at 
com.google.api.client.auth.oauth2.Credential.intercept(Credential.java:201)
at com.google.api.client.http.HttpRequest.execute(HttpRequest.java:880)
at 
com.google.api.client.googleapis.services.AbstractGoogleClientRequest.executeUnparsed(AbstractGoogleClientRequest.java:525)
at 
com.google.api.client.googleapis.services.AbstractGoogleClientRequest.executeUnparsed(AbstractGoogleClientRequest.java:466)
at 
com.google.api.client.googleapis.services.AbstractGoogleClientRequest.execute(AbstractGoogleClientRequest.java:576)

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/673ad610-56aa-4ae4-9b43-be887828632bn%40googlegroups.com.


Re: {'error': 'invalid_grant', 'error_description': 'Bad Request'}

2024-02-22 Thread dimas ilham
Hi, i got same error, this might be cause my refresh token got expired, but 
when i want to reapply it, i got error like this:

[image: Screenshot 2024-02-22 165248.png]
is there any ways to solve it?

Pada Rabu, 20 Desember 2023 pukul 05.58.59 UTC+7 Google Ads API Forum 
Advisor menulis:

> Hi,
>
> Thank you for getting back to us.
>
> After reviewing your concern, I understand that you are encountering the 
> invalid_grant 
> 
>  error 
> while creating a campaign via the Google Ads API.
>
> The common cause for this error is that, a Google Cloud Platform project 
> with an OAuth consent screen configured for an external user type and a 
> publishing status of "Testing" is issued a refresh token expiring in 7 
> days. So, in order to handle this error, go to the Google API Console and 
> navigate to the OAuth consent screen. Then change the publishing status to 
> "In production" to avoid the refresh token expiring in 7 days.
>
> If you still encounter any issues, please provide us with the complete API 
> logs (request 
> 
>  and response 
> 
>  with request-id 
> 
>  and request header 
> )
>  
> generated at your end to better assist you.
>
> If you are using a client library and haven't enabled the logging yet, I 
> would request you to enable logging for the specific client library that 
> you are using. You can refer to the guides* Java* 
> 
> ,* .Net* 
> 
> ,* PHP* 
> 
> ,* Python* 
> 
> ,* Ruby* 
> 
>  or* Perl* 
>  
> to 
> enable logging at your end. For REST interface requests, you can enable 
> logging via the curl command by using the -i flag.
>   
> This message is in relation to case "ref:!00D1U01174p.!5001U0XWCTf:ref"
>
> Thanks,
>   
> [image: Google Logo] Google Ads API Team 
>
>  
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/ca985dfa-5bbc-4f2c-93dc-18f318106ac6n%40googlegroups.com.


Re: {'error': 'invalid_grant', 'error_description': 'Bad Request'}

2023-12-19 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi,

Thank you for getting back to us.

After reviewing your concern, I understand that you are encountering the 
invalid_grant error while creating a campaign via the Google Ads API.

The common cause for this error is that, a Google Cloud Platform project with 
an OAuth consent screen configured for an external user type and a publishing 
status of "Testing" is issued a refresh token expiring in 7 days. So, in order 
to handle this error, go to the Google API Console and navigate to the OAuth 
consent screen. Then change the publishing status to "In production" to avoid 
the refresh token expiring in 7 days.

If you still encounter any issues, please provide us with the complete API logs 
(request and response with request-id and request header) generated at your end 
to better assist you.

If you are using a client library and haven't enabled the logging yet, I would 
request you to enable logging for the specific client library that you are 
using. You can refer to the guides Java, .Net, PHP, Python, Ruby or Perl to 
enable logging at your end. For REST interface requests, you can enable logging 
via the curl command by using the -i flag.
This message is in relation to case "ref:!00D1U01174p.!5001U0XWCTf:ref"

Thanks,

Google Ads API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/BfGjv0S5XRTQ00IQXhAHvqQOau0DG0WxGPwQ%40sfdc.net.


Re: {'error': 'invalid_grant', 'error_description': 'Bad Request'}

2023-12-19 Thread 'ReVo' via Google Ads API and AdWords API Forum
Hi there,

What if the error  {"error": "invalid_grant", "error_description": "Bad 
Request"} appears when trying to exchange code for access and refresh 
tokens? I've already tried a bunch of possible solutions including 
generating a new client secret, but it didn't help. Here are the parameters 
that I pass. Thanks a lot. [image: Screenshot 2023-12-19 223228.png]

Best regards,
Jerry
On Tuesday, March 24, 2020 at 7:13:50 PM UTC+2 Google Ads API Forum Advisor 
Prod wrote:

> Hi Diana,
>
> Can you please provide your complete detailed request and response logs of 
> your API call *via Reply privately to author *so that I can further 
> investigate the issue? You can find information on enabling logging in the 
> ReadMe of your client library 
> <https://developers.google.com/adwords/api/docs/clientlibraries>.
>
>
> Regards,
> Mitchell
> Google Ads API Team
>
> ref:_00D1U1174p._5001UXWCTf:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/133ff33a-ed54-492c-8e69-a701abe347c4n%40googlegroups.com.


{'error': 'invalid_grant', 'error_description': 'Bad Request'} about OAuth

2022-08-23 Thread Dora Miss


Hi team!
I’m using developer_token to confirm the iap from Google Console in my 
game, recently I got an error
{'error': 'invalid_grant', 'error_description': 'Bad Request'}
Please tell me the reason for the error and the solution, to continue the 
correct operation.
Have a nice day!
 My email address: gettyrichie...@gmail.com
OAuth JSON: 
{"web":{"client_id":"115920105602-03ati1f80n5shibncfd1pmh4of5rdj1s.apps.googleusercontent.com","project_id":"bonza-boom-d1dad","auth_uri":"https://accounts.google.com/o/oauth2/auth","token_uri":"https://oauth2.googleapis.com/token","auth_provider_x509_cert_url":"https://www.googleapis.com/oauth2/v1/certs","client_secret":"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","redirect_uris":["http://localhost"]}}

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/3a90a74a-a105-4857-b286-79ff3b8827c4n%40googlegroups.com.


Re: POST https://oauth2.googleapis.com/token resulted in a `400 Bad Request` response: { "error": "invalid_grant", "error_description": "Bad Request" }

2022-06-29 Thread Александр Чернуха
Yes, I created app in another app and had authenticated with success.
Problem is only with single app

среда, 29 июня 2022 г. в 20:41:08 UTC+3, adsapi: 

> Hi,
>
> Thanks for reaching out to the Google Ads API support and for providing 
> all details. 
>
> I understand that you’ve encountered the error, 'invalid_grant' 
> .
>  
> Can you please try regenerating your OAuth2 credentials along with the 
> refresh token and see if this behavior persists? Could you verify again, 
> that you followed all steps given in the OAuth web application flow 
> 
>  and Oauth desktop application flow 
> 
> ? 
>
> Regards,
> [image: Google Logo] 
> Nirmitabahen Gaurav 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2cEWKt:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/e9211033-7b4c-4afc-a059-208026a5d9e8n%40googlegroups.com.


RE: POST https://oauth2.googleapis.com/token resulted in a `400 Bad Request` response: { "error": "invalid_grant", "error_description": "Bad Request" }

2022-06-29 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi,

Thanks for reaching out to the Google Ads API support and for providing all 
details.

I understand that you’ve encountered the error, 'invalid_grant'. Can you please 
try regenerating your OAuth2 credentials along with the refresh token and see 
if this behavior persists? Could you verify again, that you followed all steps 
given in the OAuth web application flow and Oauth desktop application flow?

Regards,

Nirmitabahen Gaurav
Google Ads API Team
ref:_00D1U1174p._5004Q2cEWKt:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/CKZuh0RE92G200unscMSUARsyh6OzGWKlHhw%40sfdc.net.


POST https://oauth2.googleapis.com/token resulted in a `400 Bad Request` response: { "error": "invalid_grant", "error_description": "Bad Request" }

2022-06-29 Thread Александр Чернуха
Our application worked fine, but today all request returned an auth error:
POST https://oauth2.googleapis.com/token resulted in a `400 Bad Request` 
response: { "error": "invalid_grant", "error_description": "Bad Request" }
We changed password, generated new refresh token, added new oAuth client, 
but still became an error

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/ca3bc605-8920-4235-a6a3-61d47e41f5a0n%40googlegroups.com.


"error": "invalid_grant", "error_description": "Bad Request"

2022-06-29 Thread Saeed Rehman

hi , i am trying to get access token but in response i am geting this 
error. can you please guide me where is the issue. is i am sending request 
is correct way?

my request is :
$request->body = array(
'code' => $code,
'client_id' => $this->getClientId(),
'client_secret' => $this->getClientSecret(),
'redirect_uri' => $this->getRedirectUrl(),
'grant_type' => 'authorization_code',
);

response is:
'body' => '{ "error": "invalid_grant", "error_description": "Bad Request" 
}' 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/c98ea075-0a4b-40b9-aa7b-b2f9b27b47ccn%40googlegroups.com.


RE: Issue - "error": "invalid_grant", "error_description": "Bad Request"

2021-06-21 Thread Google Ads API Forum Advisor
Hi,

This error occurs because of a mismatch of credentials and tokens. I would 
recommend clearing the cache and using the newly generated refresh and access 
token pair.

https://developers.google.com/google-ads/api/docs/oauth/client-library

Thanks,

Lakshmi Prathipati
Google Ads API Team
ref:_00D1U1174p._5004Q2Iwlbv:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/y9og40QV2GH700DfRB5ENCS5GZ9VhpAgI8nA%40sfdc.net.


Issue - "error": "invalid_grant", "error_description": "Bad Request"

2021-06-18 Thread NICOLE HAN
Hello,
I ended up with the error below when I tested GetCampaigns.php from the PHP 
client library.
It worked fine with my test account, but went wrong with the production 
account.

[image: 111.png]


Any help is appreciated.
Thank you.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/b6c89af9-7ad7-4899-a881-a823e330f8b5n%40googlegroups.com.


Re: Credential could not be refreshed, "error" : "invalid_grant", "error_description" : "Bad Request"

2021-02-01 Thread Google Ads API Forum Advisor Prod
Hi Du,

Please let us know how it goes. Feel free to contact us if you have any further 
questions.

Thanks,

Lakshmi Prathipati
Google Ads API Team
ref:_00D1U1174p._5004Q2BbycF:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/qAdcC0QNVAYF00E5iVgONeTZmmnIRCgePzUQ%40sfdc.net.


Re: Credential could not be refreshed, "error" : "invalid_grant", "error_description" : "Bad Request"

2021-01-31 Thread dudoa...@gmail.com
Thank you for your response. I will check it again

My appreciation.
Du Doan

On Saturday, January 30, 2021 at 3:30:15 AM UTC+7 adsapiforumadvisor wrote:

> Hi Du,
>
> It looks like the client ID and secret that are in place were not used to 
> generate the refresh token in the first instance. Please double check if 
> you are using the right client credentials in your application.
>
> Thanks,
> [image: Google Logo] 
> Lakshmi Prathipati 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2BbycF:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/89b5caf9-b5f4-42db-9f45-79d8e244337an%40googlegroups.com.


RE: Credential could not be refreshed, "error" : "invalid_grant", "error_description" : "Bad Request"

2021-01-29 Thread Google Ads API Forum Advisor Prod
Hi Du,

It looks like the client ID and secret that are in place were not used to 
generate the refresh token in the first instance. Please double check if you 
are using the right client credentials in your application.

Thanks,

Lakshmi Prathipati
Google Ads API Team
ref:_00D1U1174p._5004Q2BbycF:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/tEsql0QNPQ9X00QvCgcW8cTUeWuz_JY5Y28A%40sfdc.net.


Credential could not be refreshed, "error" : "invalid_grant", "error_description" : "Bad Request"

2021-01-28 Thread dudoa...@gmail.com
We receive error "Credential could not be refreshed" when sending request 
to get report data. Please help me to clear this issue, why did this issue 
happend and how can we need handle it?

Response error
jp.co.everrise.batch.error.GetReportException: 
com.google.api.ads.common.lib.exception.OAuthException: Credential could 
not be refreshed.
at 
jp.co.everrise.batch.service.GetReportAdwordsService.(GetReportAdwordsService.java:50)
at 
jp.co.everrise.batch.multitasking.DownloadReportAdword.run(DownloadReportAdword.java:71)
Caused by: com.google.api.ads.common.lib.exception.OAuthException: 
Credential could not be refreshed.
at 
com.google.api.ads.common.lib.auth.OfflineCredentials.generateCredential(OfflineCredentials.java:240)
at 
jp.co.everrise.batch.util.AdwordsUtils.createOfflineCredentials(AdwordsUtils.java:56)
at 
jp.co.everrise.batch.service.GetReportAdwordsService.(GetReportAdwordsService.java:48)
... 1 more
Caused by: com.google.api.client.auth.oauth2.TokenResponseException: 400 
Bad Request
{
  "error" : "invalid_grant",
  "error_description" : "Bad Request"
}
at 
com.google.api.client.auth.oauth2.TokenResponseException.from(TokenResponseException.java:105)
at 
com.google.api.client.auth.oauth2.TokenRequest.executeUnparsed(TokenRequest.java:287)
at 
com.google.api.client.auth.oauth2.TokenRequest.execute(TokenRequest.java:307)
at 
com.google.api.client.auth.oauth2.Credential.executeRefreshToken(Credential.java:570)
at 
com.google.api.client.googleapis.auth.oauth2.GoogleCredential.executeRefreshToken(GoogleCredential.java:362)
at 
com.google.api.client.auth.oauth2.Credential.refreshToken(Credential.java:489)
at 
com.google.api.ads.common.lib.auth.OAuth2Helper.callRefreshToken(OAuth2Helper.java:69)
at 
com.google.api.ads.common.lib.auth.OfflineCredentials.generateCredential(OfflineCredentials.java:234)
... 3 more

Thank you very much. I hope to receive your response soon.
Du Doan.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/8a5b9ab6-4765-4527-852a-b0d9b157446an%40googlegroups.com.


RE: {'error': 'invalid_grant', 'error_description': 'Bad Request'}

2020-03-24 Thread Google Ads API Forum Advisor Prod
Hi Diana,

Can you please provide your complete detailed request and response logs of your 
API call via Reply privately to author so that I can further investigate the 
issue? You can find information on enabling logging in the ReadMe of your 
client library.

Regards,
Mitchell
Google Ads API Team
ref:_00D1U1174p._5001UXWCTf:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/bdxR10Q7PJUE001W30PRj3QKG991CM9PO1yg%40sfdc.net.


Re: {'error': 'invalid_grant', 'error_description': 'Bad Request'}

2020-03-24 Thread Diana Dziubak

>
> Hi!


Thanks for your answer. But I still have a problem with this.

 My email address - petrovna.netp...@gmail.com

 My client customer ID - 864-831-5368

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/bbaca45f-469a-4a08-8e47-678041c3555f%40googlegroups.com.


{'error': 'invalid_grant', 'error_description': 'Bad Request'}

2020-03-23 Thread Diana Dziubak


Hi Adwords team!

 

I’m using developer_token to collect data from Google ads in my internal 
database, recently I got an error

 

{'error': 'invalid_grant', 'error_description': 'Bad Request'}

 

Please tell me the reason for the error and the solution, to continue the 
correct operation.

 

Have a nice day!

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/dea74a5e-b76c-4405-a265-91eb3b817f7c%40googlegroups.com.


RE: Adwords API OAuth2 : "error": "invalid_grant", "error_description": "Bad Request"

2019-01-29 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum


Hello,

The "invalid_grant" error usually indicates that the access or refresh
token being passed in your request is incorrect or invalid. Your curl
request seems fine. If your curl request working, then the credentials are
good and you can use the same credentials in the API call. In case, you are
facing invalid grant with the test account make sure the email address used
to generate credentials has access to the test account. If not, you could
create the Oauth credentials with the user having access to the test
account by referring this guide
.
If you are still facing the issue please share the email address using
which the credentials are generated and the account CID making API calls to
along with screenshots of the scenario you are performing. You could use
reply privately to the author option while sharing the information
requested.

Regards,
Sai Teja, AdWords API Team


=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com/search/label/adwords_api
https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/ijlio2o96800892d3q0062g652x6omj2e9i6go30c1g68qj0c9k%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Adwords API OAuth2 : "error": "invalid_grant", "error_description": "Bad Request"

2019-01-29 Thread service . info . mcc
Hello,

With the update of the Adwords API, I wanted to test my code with an "old" 
test account with an Adwords test campaign. But I ended up with the error:
{
  "error": "invalid_grant",
  "error_description": "Bad Request"
}

So I recreated a new Oauth2 Credential of type "Other" on the developer 
console and I requested a new "refreshToken", using this call :
https://accounts.google.com/o/oauth2/auth?access_type=offline=https://www.googleapis.com/auth/adwords_id=.apps.googleusercontent.com_uri=urn:ietf:wg:oauth:2.0:oob_type=code
but it is still impossible to connect.

To test my information I am using the following call :
curl \
  -d refresh_token= \
  -d client_id=.apps.googleusercontent.com \
  -d client_secret=X \
  -d grant_type=refresh_token https://www.googleapis.com/oauth2/v4/token

and I always end up with :
{
  "error": "invalid_grant",
  "error_description": "Bad Request"
}

With my production credential , the curl call is working great.

Thank
Fabien

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/650d913d-11ec-40eb-bdd7-c9aabe502916%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: API Worked for months now get this error { "error": "invalid_grant", "error_description": "Bad Request" } Fatal error: Uncaught exception 'OAuth2Exception' with message '{ "error": "invalid_

2018-01-02 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API Forum
Hi Shenderson,

Thanks for your suggestion, I'll try and create a feature request regarding 
this, but we can't guarantee when and whether the feature will be 
implemented soon. For now, you may keep an eye on our blog 

 for 
updates.

Thanks and regards,
Xander
AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/58eefcae-695f-4001-8f6e-cb30b422e178%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: API Worked for months now get this error { "error": "invalid_grant", "error_description": "Bad Request" } Fatal error: Uncaught exception 'OAuth2Exception' with message '{ "error": "invalid_

2018-01-02 Thread shenderson
Hello Luis, yes I figured out the same thing yesterday.

It would sure be nice if the API would be a bit more precise in it's error 
messaging.

A message stating "Your refreshToken has expired, please regenerate a new 
refreshToken and update your script"

That would have saved me hours



On Monday, January 1, 2018 at 10:12:17 PM UTC-6, Luis Xander Talag (AdWords 
API Team) wrote:
>
> Hi Shenderson,
>
> The invalid_grant error normally occurs due to expired refreshToken. To 
> resolve this issue, you may try to regenerate  
> the 
> refreshToken and the OAuth2 credentials 
>  using 
> an email address which currently has access to your AdWords account and 
> then retry the request again. 
>
> Should the issue persist, could you provide which email address you used 
> when you generate your credentials and your clientCustomerId so I can 
> investigate further (for security purposes, kindly *reply privately to 
> author* with your details)?
>
> Thanks and regards,
> Xander
> AdWords API Team
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/71b913c2-759b-4db1-96b6-4ad0dcfbea8e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: API Worked for months now get this error { "error": "invalid_grant", "error_description": "Bad Request" } Fatal error: Uncaught exception 'OAuth2Exception' with message '{ "error": "invalid_

2018-01-01 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API Forum
Hi Shenderson,

The invalid_grant error normally occurs due to expired refreshToken. To 
resolve this issue, you may try to regenerate  
the 
refreshToken and the OAuth2 credentials 
 using 
an email address which currently has access to your AdWords account and 
then retry the request again. 

Should the issue persist, could you provide which email address you used 
when you generate your credentials and your clientCustomerId so I can 
investigate further (for security purposes, kindly *reply privately to 
author* with your details)?

Thanks and regards,
Xander
AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/aae23bf1-85c3-4929-b3f0-7e5423286267%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


API Worked for months now get this error { "error": "invalid_grant", "error_description": "Bad Request" } Fatal error: Uncaught exception 'OAuth2Exception' with message '{ "error": "invalid_gran

2018-01-01 Thread shenderson
PLUS, I have the SAME script running for 5 other of my adwords accounts. 2 
give this error, the others run fine.

What the heck happened? Anywhere I should start? Thanks!


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/b43476a9-bdbb-49c5-9151-c931b50a66a4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: An error has occurred: { "error": "invalid_grant", "error_description": "Bad Request", "error_uri": "" }

2016-10-26 Thread akshat agrawal


On Monday, October 24, 2016 at 10:22:24 AM UTC+5:30, akshat agrawal wrote:
>
> Hi Joyce,
>

Thanks it worked. 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/fd85187c-5001-49d3-9c8f-8cfd6c991629%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: An error has occurred: { "error": "invalid_grant", "error_description": "Bad Request", "error_uri": "" }

2016-10-23 Thread 'Joyce Lava' via AdWords API Forum
Hi Akshat,

This error normally happens if you missed something in the configuration of 
OAuth2 credentials or refresh token. Could you please confirm if you 
followed this guide 
 
carefully 
and which app type have you configured? Also, please make sure that when 
generating the refresh token, you are using the same login used to create 
the OAuth2 credentials. 

Regards,
Joyce, AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/06da2deb-000a-43ed-8fb8-7e10eee703a0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


An error has occurred: { "error": "invalid_grant", "error_description": "Bad Request", "error_uri": "" }

2016-10-23 Thread akshat agrawal
Hi,

Can anyone explain what this error is all about.

thanks.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/5eff2e79-f0b1-4d1a-a125-ca89931703a4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.