Hi.

I use Java Client library and face next problem

I try to run this code 


*new OfflineCredentials.Builder()                    
.forApi(OfflineCredentials.Api.ADWORDS).fromFile()                    
.build();*

with ads.properties file, which containes next settings












*api.adwords.refreshToken=1/w3eZ_***************************************api.adwords.clientId=97*********************************apps.googleusercontent.comapi.adwords.clientSecret=
 
j6Ci**********************api.adwords.userAgent=AdWords API JAVA Code 
Exampleapi.adwords.developerToken=d***********************api.adwords.isPartialFailure=falseapi.adwords.returnMoneyInMicros=trueapi.adwords.refreshOAuth2Token=true*

and have next error:

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:149)
 at adwords.GoogleAPIWrapper.<init>(GoogleAPIWrapper.java:81)
 at adwords.Loader.<init>(Loader.java:24)
 at 
tasks.CampaignSyncTaskExecutor.loadCampaign(CampaignSyncTaskExecutor.java:132)
 at tasks.CampaignSyncTaskExecutor.process(CampaignSyncTaskExecutor.java:42)
 at tasks.ATaskExecutor$1.run(ATaskExecutor.java:22)
 at java.lang.Thread.run(Thread.java:744)
Caused by: com.google.api.client.auth.oauth2.TokenResponseException: 400 
Bad Request
{
  "error" : "invalid_grant"
}


What i did wrong? Thank you.


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.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