gpt4 book ai didi

google-cloud-messaging - 使用 GCM 发送消息时,我不断收到响应 'MismatchSenderId'

转载 作者:行者123 更新时间:2023-12-03 10:07:47 24 4
gpt4 key购买 nike

这个问题在这里已经有了答案:





Why do I get "MismatchSenderId" from GCM server side?

(11 个回答)


5年前关闭。




我正在使用 GCM 实现推送通知服务器。我使用从 Google API 控制台获得的发件人 ID(应用程序 key )和从 GCM 服务获得的注册 ID 发送了一个 post 请求。

发布的 JSON 包含一个注册 ID。我总是得到相同的回应:

{
"multicast_id":8546528660791862014,
"success":0,
"failure":1,
"canonical_ids":0,
"results":[
{
"error":"MismatchSenderId"
}
]
}

可能是什么问题?我究竟做错了什么?

最佳答案

参见 Stack Overflow 帖子 Why do I get "MismatchSenderId" from GCM server side? .

从上面的网址:

double check the Sender ID and API_KEY, they must match or else you will get that MismatchSenderId error. In the Google API Console, look at the URL of your project:

https://code.google.com/apis/console/#project:xxxxxxxxxxx

The xxxxxxxxx is the project ID, which is the sender ID.



有些人使用“服务器应用程序的 key ”类型的 key 报告问题,但使用浏览器 key 类型却取得了成功。就个人而言,服务器 key 类型对我有用,但同时尝试,YMMV。

关于google-cloud-messaging - 使用 GCM 发送消息时,我不断收到响应 'MismatchSenderId',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11307689/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com