Cloud Pub/Sub API Explorer 不工作

Posted

技术标签:

【中文标题】Cloud Pub/Sub API Explorer 不工作【英文标题】:Cloud Pub/Sub API Explorer not working 【发布时间】:2015-05-21 11:51:18 【问题描述】:

我是 pubsub 服务的新手,无论我在网站或 java 示例中尝试了什么,我都无法使其正常工作。 我打开了这个链接https://cloud.google.com/pubsub/reference/rest/v1beta2/projects/subscriptions/create 然后打开“使用 OAuth 2.0 授权请求” 然后在name 字段中写入“aaa”并单击执行。 结果如下(我在java App中得到的结果相同)

<!DOCTYPE html>
<html lang=en>
  <meta charset=utf-8>
  <meta name=viewport content="initial-scale=1, minimum-scale=1, width=device-width">
  <title>Error 404 (Not Found)!!1</title>
  <style>
    *margin:0;padding:0html,codefont:15px/22px arial,sans-serifhtmlbackground:#fff;color:#222;padding:15pxbodymargin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px* > bodybackground:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205pxpmargin:11px 0 22px;overflow:hiddeninscolor:#777;text-decoration:nonea imgborder:0@media screen and (max-width:772px)bodybackground:none;margin-top:0;max-width:none;padding-right:0#logobackground:url(//www.google.com/images/errors/logo_sm_2.png) no-repeat@media only screen and (min-resolution:192dpi)#logobackground:url(//www.google.com/images/errors/logo_sm_2_hr.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/errors/logo_sm_2_hr.png) 0@media only screen and (-webkit-min-device-pixel-ratio:2)#logobackground:url(//www.google.com/images/errors/logo_sm_2_hr.png) no-repeat;-webkit-background-size:100% 100%#logodisplay:inline-block;height:55px;width:150px
  </style>
  <a href=//www.google.com/><span id=logo aria-label=Google></span></a>
  <p><b>404.</b> <ins>That’s an error.</ins>
  <p>The requested URL <code>/v1beta2/aaa?key=****************;alt=json</code> was not found on this server.  <ins>That’s all we know.</ins>

【问题讨论】:

这不是使用 dds pub sub 之类的 opensplice 或任何类似性质的东西吗? 好的,我找到了我不应该填写“aaa”的问题我应该填写“projects/project name/topics/aaa” 【参考方案1】:

名称应采用以下格式:

projects/PROJECT_ID/topics/TOPIC_NAME

【讨论】:

【参考方案2】:

v1beta2中创建主题的格式:

网址中的名称如:projects/pojectId/topics/your-cool-name

在帖子中,名称有另一种格式:


     name = '/topics/projectId/your-cool-name'

【讨论】:

以上是关于Cloud Pub/Sub API Explorer 不工作的主要内容,如果未能解决你的问题,请参考以下文章

Google Cloud Pub/Sub API 和 Spring Boot 应用程序存在问题

Flutter Cloud Pub Sub - 如何创建一个持续监听消息的 StreamingPull?

Google PubSub 模拟器是不是可以与 Google Cloud Pub/Sub API 客户端库一起使用?

Google Cloud Pub/Sub,使用 HTTP PUSH 请求发布

有没有办法重新触发 Cloud Storage 的 Pub/Sub 通知

使用 Google Cloud pub sub 实现 MQTT