我们正在尝试使用{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有人可以帮忙解决这个问题吗?