Hi!
I have developed a simple application that extracts information about
people (email addresses) and the uploads them to the GMail site we
have for out own domain.
This has worked beautifully for some time.
Now when I tried to use the application TOTALLY UNMODIFIED (last time
before was about a month ago)
I get an error:
NullPointerException: No authentication header information
java.lang.NullPointerException: No authentication header information
at
com.google.gdata.util.AuthenticationException.initFromAuthHeader(Unknown
Source)
at com.google.gdata.util.AuthenticationException.<init>(Unknown
Source)
at
com.google.gdata.client.http.HttpGDataRequest.handleErrorResponse(Unknown
Source)
at
com.google.gdata.client.http.GoogleGDataRequest.handleErrorResponse(Unknown
Source)
at
com.google.gdata.client.http.HttpGDataRequest.checkResponse(Unknown
Source)
at com.google.gdata.client.http.HttpGDataRequest.execute(Unknown
Source)
This indicates that something has changed in the GMAIL part of this
call. The client code was written by google (at least the last 13
levels of callstack).
I've tried looking at the news section but haven't seen any
notifications about changes that should affect/kill my code.
Help? Pointers?
/Martin
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Apps APIs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/google-apps-apis?hl=en
-~----------~----~----~----~------~----~------~--~---