我正在尝试在 Azure IOT Central rest apis 上进行探索。 IOT Central REST 参考
但是当我尝试调用任何 api 时,它会抛出以下错误,
{
"error": {
"code": "InvalidRequest",
"message": "This API cannot be called for the application seciotcentral.azureiotcentral.com. If you contact support, please include the following information. Request ID: 8yb2u4iz, Time: Mon, 24 Feb 2020 12:53:21 GMT.",
"requestId": "8yb2u4iz",
"time": "Mon, 24 Feb 2020 12:53:21 GMT"
}
}
我尝试使用不同的 API 端点,但得到相同的错误,“ https://seciotcentral.azureiotcentral.com/api/preview/devices ”
我从 IOT Central 的管理员页面创建了 API 令牌,这与授权无关,因为我收到 400 错误请求错误。
请帮我修复它。