gpt4 book ai didi

google-cloud-messaging - Google CCS (GCM) - 项目未列入白名单

转载 作者:行者123 更新时间:2023-12-04 01:07:18 24 4
gpt4 key购买 nike

我正在尝试使我在以下位置找到的 Python 代码正常工作:
http://developer.android.com/google/gcm/ccs.html
我已经用(我认为)正确的数据更改了前 2 行。
projectnr 和 api key 是假的,只是为了向您展示它的外观。

import sys, json, xmpp
SERVER = ('gcm.googleapis.com', 5235)
USERNAME = '489713985816'
PASSWORD = 'AIzd237jjN_iT7yRxLWiHRreqax45XaMJQ6VJ98'

我创建了一个 google api 项目(尝试了 2 个不同的项目)。
激活 GCM。
复制了以下内容:
项目编号:489713985816
API key :AIzd237jjN_iT7yRxLWiHRreqax45XaMJQ6VJ98
使用服务器 key 和浏览器应用程序 key 尝试了代码,无论是否有特定的 IP 地址。

当我使用 #python ccs.py 执行代码时,我得到以下结果:
如果这是我的问题,如何将我的项目列入白名单?
Invalid debugflag given: socket
DEBUG:
DEBUG: Debug created for /usr/lib/python2.7/dist-packages/xmpp/client.py
DEBUG: flags defined: socket
DEBUG: socket start Plugging <xmpp.transports.TCPsocket instance at 0x1ea2950>
into <xmpp.client.Client instance at 0x1ea27a0>
DEBUG: socket start Successfully connected to remote
host ('gcm.googleapis.com', 5235)
DEBUG: socket sent <?xml version='1.0'?>
<stream:stream xmlns="jabber:client" to="gcm.googleapis.com" version="1.0"
xmlns:stream="http://etherx.jabber.org/streams" >
DEBUG: socket got
<stream:stream from="gcm.googleapis.com" id="FD82304ADA8C8019" version="1.0"
xmlns:stream="http://etherx.jabber.org/streams" xmlns="jabber:client">
<stream:features>
<mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl">
<mechanism>X-OAUTH2</mechanism>
<mechanism>X-GOOGLE-TOKEN</mechanism>
<mechanism>PLAIN</mechanism>
</mechanisms>
</stream:features>
DEBUG: socket sent <auth xmlns="urn:ietf:params:xml:ns:xmpp-sasl"
mechanism="PLAIN">MjgzMVqTl9p\nVDdUTZWSjk4\n</auth>
DEBUG: socket got <failure xmlns="urn:ietf:params:xml:ns:xmpp-sasl">
<temporary-auth-failure/>
<text xmlns="urn:ietf:params:xml:ns:xmpp-stanzas">
Project 489713985816 not whitelisted.</text>
</failure>
</stream:stream>
Authentication failed!

最佳答案

您可能不想尝试以下指南 http://www.androidhive.info/2012/10/android-push-notifications-using-google-cloud-messaging-gcm-php-and-mysql/

我遇到了与您相同的问题,但遵循本指南帮助我获得推送通知,而无需注册加入白名单。

关于google-cloud-messaging - Google CCS (GCM) - 项目未列入白名单,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16628741/

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