Ionic 2.0推送安全配置文件未找到错误

时间:2017-04-24 11:42:32

标签: ionic-framework ionic2

我正在进行Android推送服务。

我注册了安全配置文件并添加了fcm服务器密钥和我的密钥库文件

ionic security profiles list
name   |   tag    |   android    |    ios
skout90| skout90  |      V       |      

我在下面要求

curl -X POST -H "Authorization: Bearer my_api_key" -H "Content-Type: 
application/json" -d '{
"tokens": ["my_device_key"],
"profile": "skout90",
"notification": {
"message": "Alert!"
}
}' "https://api.ionic.io/push/notifications"`

我收到了回复

{
  "meta": {
    "request_id": "1b855552-195e-4dd3-cd36-ae49b19490a4",
    "status": 400,
    "version": "2.0.0-beta.0"
  },
  "error": {
    "type": "BadRequest",
    "link": null,
    "message": "Security Profile 'skout90' not found."
  }
}

我无法找到问题所在。

我有什么需要?

请帮帮我......

1 个答案:

答案 0 :(得分:0)

我自己解决了这个问题。

-H "Authorization: Bearer my_api_key"

我输错了my_api_key。