Google 애플 리케이션 마켓 플레이스에 계정이있는 사용자의 연락처를 가져 오려고합니다. 연락처를 가져 오는 중에 다음 오류가 발생합니다."atom : cc"요소에 대한 접두사 "atom"이 바인딩되지 않았습니다.
com.google.gdata.util.ParseException: The prefix "atom" for element "atom:cc" is not bound.
at com.google.gdata.util.XmlParser.parse(XmlParser.java:695)|
at com.google.gdata.util.XmlParser.parse(XmlParser.java:568)|
at com.google.gdata.data.BaseFeed.parseAtom(BaseFeed.java:793)|
at com.google.gdata.wireformats.input.AtomDataParser.parse(AtomDataParser.java:68)|
at com.google.gdata.wireformats.input.AtomDataParser.parse(AtomDataParser.java:39)|
at com.google.gdata.wireformats.input.CharacterParser.parse(CharacterParser.java:)|
at com.google.gdata.wireformats.input.XmlInputParser.parse(XmlInputParser.java:52)|...
연락처를 가져 오는 데 Java 클라이언트 라이브러리를 사용하고 있습니다. 자바 클라이언트 라이브러리에 문제가 있는지 알려 주실 수 있습니까? 이 문제는 오랜 시간이 나는 심하게 내가해야 할 어떤 도움 감사합니다 ... 작동하도록 ... 이것에 대한 해결책을 찾기 위해 필요 ..
감사합니다,
VijayRaj
이되는 .NET과 Java 구현 버그 신고 자바에서 알려진 버그 : https://code.google.com/p/gdata-java-client/issues/detail ? id = 361 아래 내 의견을 참조하고 내 대답을 받아 들여 감사합니다! – CodeFanatic