We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
following the instructions at https://developers.google.com/gcp-marketplace-saas#3 getting this error python create_subscription.py PERMISSION DENIED: Check that the Pub/Sub API is enabled in your project and that your service account was granted the Pub/Sub Editor role. Check API status at: https://console.cloud.google.com/apis/library/pubsub.googleapis.com?project=opsmx-public Check IAM roles at: https://console.cloud.google.com/iam-admin/iam?project=opsmx-public
checked that the api version is enabled and the serviceaccount has pubsub-editor role
python --version Python 3.10.6
pip list | grep google google-api-core 1.34.0 google-api-python-client 2.89.0 google-auth 2.20.0 google-auth-httplib2 0.1.0 google-cloud 0.34.0 google-cloud-pubsub 1.4.0 googleapis-common-protos 1.59.1 grpc-google-iam-v1 0.12.6
The text was updated successfully, but these errors were encountered:
No branches or pull requests
following the instructions at https://developers.google.com/gcp-marketplace-saas#3 getting this error
python create_subscription.py
PERMISSION DENIED: Check that the Pub/Sub API is enabled in your project and that your service account was granted the Pub/Sub Editor role.
Check API status at: https://console.cloud.google.com/apis/library/pubsub.googleapis.com?project=opsmx-public
Check IAM roles at: https://console.cloud.google.com/iam-admin/iam?project=opsmx-public
checked that the api version is enabled and the serviceaccount has pubsub-editor role
python --version
Python 3.10.6
pip list | grep google
google-api-core 1.34.0
google-api-python-client 2.89.0
google-auth 2.20.0
google-auth-httplib2 0.1.0
google-cloud 0.34.0
google-cloud-pubsub 1.4.0
googleapis-common-protos 1.59.1
grpc-google-iam-v1 0.12.6
The text was updated successfully, but these errors were encountered: