这适用于Google API用户。
不确定Feed的确切时间,但最近(今天或几天前)。 GDATA图书馆不再能够处理Google通讯录Feed,但却失败了:
com.yoxel.sync.core.exceptions.SyncException:com.google.gdata.util.ParseException:[第30行,第86列,元素gContact:website]属性的值无效:' rel'
值= http://schemas.google.com/g/2005#profile
GDATA图书馆似乎期待资本收益率,但饲料开始发送小写!
for (Enum enumValue : (Enum[])enumClass.getEnumConstants()) {
if (enumToAttributeValue.getAttributeValue(enumValue).equals(value){
return enumValue;
}
}
是否有更新的gdata库?
谢谢。
答案 0 :(得分:2)
如果联系人有关系/活动/网站,则在创建/更新联系人时,Google联系人Feed API似乎已被破坏。
提交答案 1 :(得分:1)
Google似乎已经纠正了这个问题。