gpt4 book ai didi

google-cloud-pubsub - 云发布/订阅 : HTTP URL is not registered even after domain is registered

转载 作者:行者123 更新时间:2023-12-03 18:01:42 27 4
gpt4 key购买 nike

我有一个 Google Pub/Sub 项目并创建了一个主题和一个简单的订阅。

但是,在指定用于推送的 URL 时,我不断收到以下错误。我已经完成了站点验证过程并在 API 和服务中注册了域,如 https://cloud.google.com/pubsub/docs/push#other-endpoints 中所述:

ERROR: Failed to create subscription [projects/<project-id>/subscriptions/my-sub-2]: The supplied HTTP URL is not registered in the subscription's parent project (url="https://us-central1-<project-id>.cloudfunctions.net/xxxx", project_id="<project id number>").
ERROR: (gcloud.pubsub.subscriptions.create) Failed to create the following: [my-sub-2].

请帮忙 !!

最佳答案

我多次走进这个问题,确实很烦人。这完全是关于注册 http 端点的所有权。通过这种方式,Google 可以验证您是否是所提供端点的所有者。有关如何注册端点的信息可以在 here 中找到。下 域所有权验证 .我将其包含在我的函数中,以便 Google 可以验证注册:

if request.method == 'GET':
return '''
<html>
<head>
<meta name="google-site-verification" content="{token}" />
</head>
<body>
</body>
</html>
'''.format(token=config.SITE_VERIFICATION_CODE)

关于google-cloud-pubsub - 云发布/订阅 : HTTP URL is not registered even after domain is registered,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51413501/

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