我按照this教程在本地设置了spark-server
与Particle Photon
一起使用。按照说明进行所有设置后,我设法从core
中读取内容,服务器控制台显示了以下消息:
Your server IP address is: 10.0.0.10
server started { host: 'localhost', port: 5683 }
Connection from: 10.0.0.9, connId: 1
on ready { coreID: 'xxxxxxxxxxxxxxxxxxxxxx',
ip: '10.0.0.9',
product_id: 6,
firmware_version: 65535,
cache_key: '_0' }
Core online!
但是当我尝试像这样访问API
时(使用POSTMAN
)
GET http://10.0.0.10:8080/v1/devices
它返回状态400,就像这样
{
"code": 400,
"error": "invalid_request",
"error_description": "The access token was not found"
}
如何获取与本地云一起使用的访问令牌?我尝试使用.json
文件夹内.particle
个文件中存在的令牌,但该令牌显示无效令牌。我真的可以为此提供一些帮助。
答案 0 :(得分:0)
您曾经能够从控制台获取“粒子云访问令牌”,但是他们删除了该选项,现在您必须通过CLI来执行此操作。 https://docs.particle.io/reference/developer-tools/cli/#particle-token-list