我的Nest帐户中没有设备。当我想使用
获取设备时curl -v -L https://developer-api.nest.com/devices/?auth=<AUTHCODE>
我获得401 Unauthorized作为回复。为什么我得到这个回复?
Nest-API指定当用户从Nest应用程序中删除Works with Nest连接时,将返回401 Unauthorized,并随后撤销其授权代码。
但是当我尝试使用此命令
使用相同的AUTHCODE获取恒温器数据时curl -v -L https://developer-api.nest.com/devices/thermostats?auth=<AUTHCODE>
我根据Nest的文档得到了正确的回复。