过去几年我们一直在使用 Google Contacts API。直到今天,一切似乎都运行良好。尽管将正确的令牌传递给标头,但所有联系人 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,
维杰拉吉