지난 몇 년 동안 Google Contacts API를 사용하고 있습니다. 모든 것이 오늘까지 제대로 작동하는 것 같습니다. 갑자기 모든 연락처 API에서 "No Authentication Header Found"오류가 발생하여 올바른 토큰을 헤더에 전달했습니다. | 없음 인증 헤더 정보 : 여기 인증 헤더를 찾을 수 없음
이 오류java.lang.NullPointerException이의 전체 스택 추적입니다 at com.google.gdata.util.AuthenticationException.initFromAuthHeader (AuthenticationException.java:96) | ( ) 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) | (GoogleService.java:676) | at com.google.gdata.client.Service.query (Service.java:1237) | com.google.gdata.client.Service.query (Service.java:1178) |
누군가가 같은 문제에 직면하고 있습니까 ?? 우리가 뭔가를 변경해야하는 경우 알려 주시기 바랍니다 ..
TIA,
회사에서 동일한 문제가 발생합니다. 우리는 그것이 구글 측의 문제라고 믿고 지금 그것을 추적하려고 시도하고있다. – neoice
문제 추적기에이 오류에 대한 버그를 제출 한 사람을 보지 못했습니다 ... 이것이 Google의 문제라고 확신합니까 ?? – VijayRaj
연락처 API 문제 추적기를 찾을 수조차 없었습니다. 내가 찾은 모든 것은 2012 년이 끝나거나 막 다른 골목에서 완전히 침묵했다. 많은 사람들이 다양한 API 문제를 다음과 같이보고했습니다. https://news.ycombinator.com/item?id=5635982 – neoice