我想在 Google Contacts API 上发送POST
个请求。它现在运作良好。
但我想知道为什么如果我没有指定电话号码,我会得到400 Bad Request Error
。
<?xml version="1.0" encoding="UTF-8"?>
<errors xmlns="http://schemas.google.com/g/2005">
<error>
<domain>GData</domain>
<code>invalid</code>
<internalReason>Phone number must not be empty</internalReason>
</error>
</errors>
如果有人知道我是否可以绕过它?
请注意,当您在Google Contacts上添加联系人时,没有此限制。