Deploying Apps to Google Cloud Reviews

66563 reviews

Luan Cristopher V. · Reviewed almost 2 years ago

Marius N. · Reviewed almost 2 years ago

Geddiel C. · Reviewed almost 2 years ago

Пелихов П. · Reviewed almost 2 years ago

Srikant P. · Reviewed almost 2 years ago

sambit m. · Reviewed almost 2 years ago

Tushar C. · Reviewed almost 2 years ago

Maloy R. · Reviewed almost 2 years ago

no

Sandro T. · Reviewed almost 2 years ago

da errores el laboratorio con DOCKER y no se puede validar

Sergio Luis H. · Reviewed almost 2 years ago

Humberto M. · Reviewed almost 2 years ago

not working

Haydar A. · Reviewed almost 2 years ago

not working

Haydar A. · Reviewed almost 2 years ago

Alex R. · Reviewed almost 2 years ago

Priya K. · Reviewed almost 2 years ago

Paul F. · Reviewed almost 2 years ago

Dharani A. · Reviewed almost 2 years ago

Oliver A. · Reviewed almost 2 years ago

Jose L. · Reviewed almost 2 years ago

LINH T. · Reviewed almost 2 years ago

// Not sure if it was intentional, but there are missing colons ":" in the key value pair for the variable "model". They are missing between "title" and "Hello App Engine" on multiple tasks/steps. First is an example of what is wrong: @app.route("/") def main(): model = {"title" "Hello App Engine"} return render_template('index.html', model=model) // Correction for Task 2, Step 12: @app.route("/") def main(): model = {"title": "Hello App Engine"} return render_template('index.html', model=model) // Correction for Task 3, Step 10: @app.route("/") def main(): model = {"title": "Hello Kubernetes Engine"} return render_template('index.html', model=model) // Correction for Task 4, Step 2 @app.route("/") def main(): model = {"title": "Hello Cloud Run"} return render_template('index.html', model=model) // I've failed this lab twice now, the first most assuredly was my fault, the second I was able to get all objectives complete and still the lab won't finish. I have taken screenshots.

Zachery N. · Reviewed almost 2 years ago

Святослав П. · Reviewed almost 2 years ago

yes

Nirvana G. · Reviewed almost 2 years ago

Markus B. · Reviewed almost 2 years ago

Charles O. · Reviewed almost 2 years ago

We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.