feedback icon indicating copy to clipboard operation
feedback copied to clipboard

Provide feedback to our codelabs by filing an issue here

Results 179 feedback issues
Sort by recently updated
recently updated
newest added

curl https://start.spring.io/starter.tgz \ > -d packaging=jar \ > -d dependencies=cloud-gcp,web,lombok \ > -d baseDir=spanner-example \ > -d type=maven-project \ > -d bootVersion=3.0.5 results in an error {"timestamp":"2024-05-09T13:50:03.949+00:00","status":400,"error":"Bad Request","message":"Invalid Spring Boot...

cloud
java

1. In the codelabs, upto slide 7 we are told to create a file named "client_secret.json", however in the slide 8 within the code following lines are used ```py if...

in [Spring Boot application with Cloud Spanner](https://codelabs.developers.google.com/codelabs/cloud-spring-spanner) step 8, [8. Run the Application](https://codelabs.developers.google.com/codelabs/cloud-spring-spanner#7) posting an Order record to the endpoint: curl -H"Content-Type: application/json" -d'{"description": "My orders", "items": [{"description": "Android Phone",...

[Spring Boot application with Cloud Spanner](https://codelabs.developers.google.com/codelabs/cloud-spring-spanner) step [5. Create the Entities](https://codelabs.developers.google.com/codelabs/cloud-spring-spanner#4) OrderItem.java is missing import lombok.Data;

[Spring Boot application with Cloud Spanner](https://codelabs.developers.google.com/codelabs/cloud-spring-spanner) step 4, spring boot version -d bootVersion=3.0.5 threw error, had to change it to 3.2.5 one of supported version in [spring initializer](https://start.spring.io/)

This CodeLab: https://codelabs.developers.google.com/codelabs/how-to-configure-cloud-run-service-direct-vpc-egress#0 did not work for me until I added two steps: 1. At the start of "4. Set the Backend Service for internal ingress only", you must enable...

cloud
serverless

in the lab mentioned: ![image](https://github.com/googlecodelabs/feedback/assets/76442355/d52f3cc1-1259-4e06-a12c-ccad72e9d080) but in the actual lab, you need to click the preview button ![image](https://github.com/googlecodelabs/feedback/assets/76442355/df237b97-e33a-4324-b772-619e3cca5c0e)

Step 6 instructions seem incomplete:

step 5 https://codelabs.developers.google.com/codelabs/cloud-run-hello-csharp#4 `gcloud run services delete helloworld` should be `gcloud run services delete hello-world`