Note that there are some explanatory texts on larger screens.

plurals
  1. PONo Authentication Header Found
    text
    copied!<p>We are using Google Contacts API for past few years. Everything seems to be working fine until today..Suddenly all the Contacts API started throwing error "No Authentication Header Found" inspite of passing the correct token to the header. </p> <p>Here is the complete stack trace of this error</p> <blockquote> <p>java.lang.NullPointerException: No authentication header information| at com.google.gdata.util.AuthenticationException.initFromAuthHeader(AuthenticationException.java:96)| at com.google.gdata.util.AuthenticationException.(AuthenticationException.java:67)| at com.google.gdata.client.http.HttpGDataRequest.handleErrorResponse(HttpGDataRequest.java:608)| at com.google.gdata.client.http.GoogleGDataRequest.handleErrorResponse(GoogleGDataRequest.java:564)| at com.google.gdata.client.http.HttpGDataRequest.checkResponse(HttpGDataRequest.java:560)| at com.google.gdata.client.http.HttpGDataRequest.execute(HttpGDataRequest.java:538)| at com.google.gdata.client.http.GoogleGDataRequest.execute(GoogleGDataRequest.java:536)| at com.google.gdata.client.Service.getFeed(Service.java:1135)| at com.google.gdata.client.Service.getFeed(Service.java:1077)| at com.google.gdata.client.GoogleService.getFeed(GoogleService.java:676)| at com.google.gdata.client.Service.query(Service.java:1237)| at com.google.gdata.client.Service.query(Service.java:1178)|</p> </blockquote> <p>Is anyone facing the same issue?? Please let us know if we need to change something..</p> <p>TIA,<br> VijayRaj</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload