疑難排解
使用共用聯絡人時,可能會遇到下列問題。
防火牆問題
如果防火牆封鎖 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 的限制:
- 單一共用聯絡人清單最多可包含 200,000 個項目。
- 單一共用聯絡人最多可包含 2 KB 的資料。代表共用聯絡人的 XML 總數可大於 2 KB。
- 如果回應長度超過 10 MB,系統會截斷回應。
- 一個批次要求最多可包含 100 個作業。
- 變更最多可能需要 24 小時才會在電子郵件地址自動完成功能和聯絡人管理工具中生效。
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-11-22 (世界標準時間)。
[null,null,["上次更新時間:2024-11-22 (世界標準時間)。"],[[["When using shared contacts, firewall issues may arise requiring the use of `X-HTTP-Method-Override` headers in `POST` requests for `PUT` and `DELETE` operations."],["Shared contact lists have limits, including a maximum of 200,000 entries per list, 2KB of data per contact, and response truncations at 10MB."],["Batch requests are limited to 100 operations and changes may take up to 24 hours to be fully reflected in systems."]]],["Firewall restrictions on HTTP `PUT` or `DELETE` messages can be bypassed by including `X-HTTP-Method-Override: PUT` or `X-HTTP-Method-Override: DELETE` headers, respectively, within a `POST` request. The Domain Shared Contacts API has limits: 200,000 entries per list, 2KB per contact (excluding XML overhead), 10MB response truncation, 100 operations per batch, and a 24-hour delay for changes to propagate.\n"]]