App Dev - Deploying an API for the Quiz Application: Node.js Reviews
12821 reviews
not found
Ignacio A. · Reviewed 1 yıldan fazla ago
$ gcloud functions deploy process-feedback --runtime nodejs14 --trigger-topic feedback --source ./function --stage-bucket $GCLOUD_BUCKET --entry-point subscribe As of this Cloud SDK release, new functions will be deployed as 2nd gen functions by default. This is equivalent to currently deploying new with the --gen2 flag. Existing 1st gen functions will not be impacted and will continue to deploy as 1st gen functions. You can disable this behavior by explicitly specifying the --no-gen2 flag or by setting the functions/gen2 config property to 'off'. To learn more about the differences between 1st gen and 2nd gen functions, visit: https://cloud.google.com/functions/docs/concepts/version-comparison WARNING: Node.js 14 is no longer supported by the Node.js community as of 30 April, 2023. Node.js 14 will be decommissioned on 2025-01-30. As of 2025-01-30 you will no longer be able to deploy your Cloud Functions using nodejs14. We recommend you to upgrade to the latest version of Node.js as soon as possible. Service account [service-424103739061@gcp-sa-pubsub.iam.gserviceaccount.com] is missing the role [roles/iam.serviceAccountTokenCreator]. Pub/Sub needs this role to create identity tokens. For more details, please see https://cloud.google.com/pubsub/docs/push#authentication Bind the role [roles/iam.serviceAccountTokenCreator] to service account [service-424103739061@gcp-sa-pubsub.iam.gserviceaccount.com]? (Y/n)? Y ERROR: (gcloud.functions.deploy) ResponseError: status=[400], code=[Ok], message=[Service account service-424103739061@gcp-sa-pubsub.iam.gserviceaccount.com does not exist.]
Luc R. · Reviewed 1 yıldan fazla ago
Marc R. · Reviewed 1 yıldan fazla ago
Florentin A. · Reviewed 1 yıldan fazla ago
Ivan A. · Reviewed 1 yıldan fazla ago
Not working service account is not created still
Márton D. · Reviewed 1 yıldan fazla ago
Marcelo C. · Reviewed 1 yıldan fazla ago
Rajneesh R. · Reviewed 1 yıldan fazla ago
Unable to progress, the cloud function doesn't gets deployed and the progress is stuck there.
Kumar A. · Reviewed 1 yıldan fazla ago
Suraj N. · Reviewed 1 yıldan fazla ago
César F. · Reviewed 1 yıldan fazla ago
DAVID R. · Reviewed 1 yıldan fazla ago
Learning material was great but there is issues with "prepare_environment.sh" script. Had to do workarounds to complete the lab..
Mindaugas Š. · Reviewed 1 yıldan fazla ago
When running '. prepare_environment.sh' I get the error as mentioned in the notes. ERROR: (gcloud.functions.deploy) ResponseError: status=[400], code=[Ok], message=[Service account service-499472191276@gcp-sa-pubsub.iam.gserviceaccount.com does not exist.] I rerun the deploy command - gcloud functions deploy process-feedback --runtime nodejs14 --trigger-topic feedback --source ./function --stage-bucket $GCLOUD_BUCKET --entry-point subscribe but get the same error again. I've tried 3 times, leaving it for about 10 mins before trying the deploy again in case it's a delay with the setup but still get the error. In the console there are these messages for the service account. Service account [service-499472191276@gcp-sa-pubsub.iam.gserviceaccount.com] is missing the role [roles/iam.serviceAccountTokenCreator]. Pub/Sub needs this role to create identity tokens. For more details, please see https://cloud.google.com/pubsub/docs/push#authentication Bind the role [roles/iam.serviceAccountTokenCreator] to service account [service-499472191276@gcp-sa-pubsub.iam.gserviceaccount.com]? (Y/n)? Y then I get the error.
Rob T. · Reviewed 1 yıldan fazla ago
Mohammad Ataur R. · Reviewed 1 yıldan fazla ago
Raghunandan N. · Reviewed 1 yıldan fazla ago
Raghunandan N. · Reviewed 1 yıldan fazla ago
Michel-Hugues M. · Reviewed 1 yıldan fazla ago
Alexandru B. · Reviewed 1 yıldan fazla ago
Zakaria H. · Reviewed 1 yıldan fazla ago
arnaud b. · Reviewed 1 yıldan fazla ago
Marcel E. · Reviewed 1 yıldan fazla ago
Joseph E. · Reviewed 1 yıldan fazla ago
Rajneesh R. · Reviewed 1 yıldan fazla ago
Rajneesh R. · Reviewed 1 yıldan fazla ago
We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.