Addy
Addy

Reputation: 51

gdata Unknown authorization header - started 12/11/13

The google calendar sync had been working fine for a long time now suddenly starting yesterday we started getting the following error. I saw that this has happened in the past and google engineers (SRE) had to apply a patch to fix this.

com.google.gdata.util.AuthenticationException: Unknown authorization header

Upvotes: 3

Views: 571

Answers (2)

AKFA
AKFA

Reputation: 170

Google Account Authentication APIs (ClientLogin, AuthSub and OAuth 1.0) are deprecated as per deprecation policy. http://googledevelopers.blogspot.com/2012/04/changes-to-deprecation-policies-and-api.html

Important: AuthSub has been officially deprecated as of April 20, 2012. It will continue to work as per our deprecation policy, but we encourage you to migrate to OAuth 2.0 as soon as possible.

Upvotes: 0

Brooke
Brooke

Reputation: 41

We see this too using authsub authentication which says it will be supported until 2015 - started with the Google update that went out around Dec 10th

Upvotes: 2

Related Questions