为什么我们得到" gd:extendedProperty计数限制超出"错误?

时间:2015-04-22 06:56:27

标签: google-api google-api-java-client google-contacts

我们正在尝试使用{thin} Feed投影

更新多个Google联系人

PUT https://www.google.com/m8/feeds/contacts/ {user} / thin / {id}

但我们从Google通讯录API中收到以下错误:

<errors xmlns="http://schemas.google.com/g/2005">
 <error>
  <domain>GData</domain>
  <code>invalid</code>
  <internalReason>gd:extendedProperty count limit exceeded: 10</internalReason>
 </error>
</errors>

当使用{thin} feed投影扩展属性甚至没有加载或操作时,根据API参考:&#34; thin - 没有gd:extendedProperty元素被返回/更新&#34;。

这看起来像API错误。

@SGC,答案似乎并不重要。我们使用{thin}项目来避免加载/更新任何扩展属性。为什么API会这样抱怨?

@Google有人可以帮忙解决这个问题吗?

1 个答案:

答案 0 :(得分:0)

在文档中,它提到,如果使用瘦属性 gd:则返回/更新extendedProperty元素。请检查此link