如何在本地云模式下获取粒子光子的访问令牌

时间:2019-08-04 07:08:53

标签: node.js particle-photon

我按照this教程在本地设置了spark-serverParticle 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个文件中存在的令牌,但该令牌显示无效令牌。我真的可以为此提供一些帮助。

1 个答案:

答案 0 :(得分:0)

您曾经能够从控制台获取“粒子云访问令牌”,但是他们删除了该选项,现在您必须通过CLI来执行此操作。 https://docs.particle.io/reference/developer-tools/cli/#particle-token-list