【发布时间】: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:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* > body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/errors/logo_sm_2.png) no-repeat}@media only screen and (min-resolution:192dpi){#logo{background: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){#logo{background:url(//www.google.com/images/errors/logo_sm_2_hr.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display: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”