Missing Google Cloud Service Account by Google My Business API?

495 Views Asked by At

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?

2

There are 2 best solutions below

0
On BEST ANSWER

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

1
On

Find [email protected] in IAM and grant permission pubsub.topics.publish. There might also be a role for pub/sub publishers availble.