1

尝试设置 Postman 通过 AWS 发送推送通知。我已经通过测试通知界面将通知发送到管理控制台中的特定设备 ID。但是我在尝试通过 Postman 发送时收到以下错误消息。

{"message":"Credential should be scoped to correct service: 'mobiletargeting'. "}
4

1 回答 1

1

您是否使用了授权选项卡中的AWS 签名功能?如果是这样,请将服务名称设置为mobiletargeting(这是身份验证的高级设置)。Accept 和 Content-Type 设置为 application/json

于 2019-02-27T14:52:53.000 回答