我已对我的请求进行了身份验证,当我尝试在沙箱中创建新客户时,我收到500错误。
请求:
POST https://www.googleapis.com/apps/reseller/v1sandbox/customers
{
"customerDomain": "test.com",
"kind": "reseller#customer"
}
响应:
500 Internal Server Error
- Show headers -
{
"error": {
"code": 500,
"message": null
}
}
答案 0 :(得分:0)