Reputation: 308
I have integrated GMB API in our platform and working with PubSub to get realtime reviews notification.
For which i have already done the following steps:
Problem:
This is what i get from google's documentation.
Any respond is highly appreciated.
Thank you :)
Upvotes: 6
Views: 2410
Reputation: 13
In my situation, when I attempted to use the update notification API, I encountered a 400 error displaying the message "PUBLISH_PERMISSIONS_MISSING_FOR_PUBSUB_TOPIC." This issue arose when I included pubsub_topic and notificationTypes within the update_mask key. To resolve this, I modified the permissions settings of my Pub/Sub topic to allow access to all_users, which successfully addressed the problem.
Upvotes: 0
Reputation: 1402
Did you give Publish rights to the [email protected] email address. Since it works for me with the above steps. Though the messages are bit delayed.
Upvotes: 3