排查问题
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
使用共享联系人时,您可能会遇到以下问题。
防火墙问题
如果您的防火墙屏蔽了 HTTP PUT
消息,请在 POST
请求中添加 X-HTTP-Method-Override:
PUT
标头。如需了解详情,请参阅 Google Data API 协议基础知识。
如果您的防火墙屏蔽了 HTTP DELETE
消息,请在 POST
请求中添加 X-HTTP-Method-Override: DELETE
标头。如需了解详情,请参阅 Google Data API 协议基础知识。
限制
以下摘要介绍了适用于 Domain Shared Contacts API 的约束条件:
- 单个共享联系人名单最多可包含 20 万个条目。
- 单个共享联系人最多可以包含 2KB 的数据。表示共享联系人的总 XML 可以大于 2KB。
- 如果响应长度超过 10MB,系统会截断响应。
- 一个批量请求最多可包含 100 项操作。
- 更改最长可能需要 24 小时才会反映在电子邮件地址自动补全功能和联系人管理器中。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-03-25。
[null,null,["最后更新时间 (UTC):2025-03-25。"],[],[],null,["# Troubleshoot\n\nWhen working with shared contacts, you might encounter the following issues.\n\nFirewall issues\n---------------\n\nIf your firewall blocks HTTP `PUT` messages, include an `X-HTTP-Method-Override:\nPUT` header in a `POST` request. For more information, see\n[Google Data API protocol basics](https://developers.google.com/gdata/docs/2.0/basics).\n\nIf your firewall blocks HTTP `DELETE` messages, include an\n`X-HTTP-Method-Override: DELETE`header in a `POST` request. For more\ninformation, see\n[Google Data API protocol basics](https://developers.google.com/gdata/docs/2.0/basics).\n\nLimits\n------\n\nThe following summarizes the constraints that apply to the Domain Shared Contacts API:\n\n- A single shared contact list can contain up to 200,000 entries.\n- A single shared contact can contain up to 2KB of data. The total XML that represents the shared contact can be larger than 2KB.\n- A response is truncated if it exceeds 10MB in length.\n- One batch request can include up to 100 operations.\n- Changes can take up to 24 hours to be reflected in the email address autocomplete and the contact manager."]]