Topic is created on cloud pub/sub but unable to create watch on that topic

前端 未结 2 832
刺人心
刺人心 2021-01-13 19:13

I want to create watch on cloud pub/sub topic but unable to create it. For that I\'m using the rest request

request_Req.post({

url:\'https://www.googleapis.         


        
2条回答
  •  情歌与酒
    2021-01-13 19:26

    Make sure the topic is created AND make sure you've correctly setIamPolicy on it. Do NOT use API explorer on it as advised by other answer. Do those Cloud Pub/SUb calls as it says in the guide (using your own service-account client) : https://developers.google.com/gmail/api/guides/push

提交回复
热议问题