Search code examples
google-cloud-platformgoogle-cloud-pubsubgoogle-my-business-api

Missing Google Cloud Service Account by Google My Business API?


as i tried to implement the google my business api I also want to setup a pubsub notification.

As the docs say: "Give at least pubsub.topics.publish permissions to [email protected]." to be able to add a pubsub-topic from my gc-project as a notification object.

https://developers.google.com/my-business/content/notification-setup

This service account is not registred in my "IAM -> Serviceaccount"-Section. Does anyone know, how to handle this case?


Solution

  • You can add the service account in IAM by adding the [email protected] e-mail address and grant the permissions afterwards.