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.

Reply via email to