我正在尝试使用我认为正确的 JSON 字符串创建一个新工作表,但我一直收到“无法解析请求”。有谁知道会导致错误的原因是什么?
这是我发送的 JSON 字符串:
{"name":"MyNewSheet","columns":[{"title":"Name","primary":true,"type":"TEXT_NUMBER"},{"title":"Phone","type":"TEXT_NUMBER"},{"title":"Address","type":"TEXT_NUMBER"}]}
这是来自 Smartsheet 的回应。
{"errorCode":1008,"message":"Unable to parse request. The following error occurred: Unexpected End of File."}