過去数年間、Google Contacts API を使用しています。今日まで、すべてが正常に機能しているようです..突然、すべての Contacts API が、ヘッダーに正しいトークンを渡したにもかかわらず、「認証ヘッダーが見つかりません」というエラーをスローし始めました。
このエラーの完全なスタック トレースは次のとおりです。
java.lang.NullPointerException: 認証ヘッダー情報がありません| com.google.gdata.util.AuthenticationException.initFromAuthHeader(AuthenticationException.java:96)| で com.google.gdata.util.AuthenticationException.(AuthenticationException.java:67)| で com.google.gdata.client.http.HttpGDataRequest.handleErrorResponse(HttpGDataRequest.java:608)| で com.google.gdata.client.http.GoogleGDataRequest.handleErrorResponse(GoogleGDataRequest.java:564)| で com.google.gdata.client.http.HttpGDataRequest.checkResponse(HttpGDataRequest.java:560)| で com.google.gdata.client.http.HttpGDataRequest.execute(HttpGDataRequest.java:538)| で com.google.gdata.client.http.GoogleGDataRequest.execute(GoogleGDataRequest.java:536)| で com.google.gdata.client.Service.getFeed(Service.java:1135)| で com.google.gdata.client.Service で。getFeed(Service.java:1077)| com.google.gdata.client.GoogleService.getFeed(GoogleService.java:676)| で com.google.gdata.client.Service.query(Service.java:1237)| で com.google.gdata.client.Service.query(Service.java:1178)| で
誰かが同じ問題に直面していますか?? 何かを変更する必要がある場合はお知らせください..
TIA、
ヴィジャイラージ