feedback
feedback copied to clipboard
Provide feedback to our codelabs by filing an issue here
During the clean-up session in step 6, the following code is asked to run ``` bq rm -r -f $PROJECT_ID:$DATASET_ID ``` But I think it should be the following instead...
In section [`4.Profile the Benchmark`](https://codelabs.developers.google.com/codelabs/cloud-profiler#3), the command `go get -u` is deprecated and should be changed into `go install`.
Error while performing step 3 from lab: https://codelabs.developers.google.com/codelabs/health-data-analytics-2?hl=en#4 Query execution failed: - java.io.IOException: Error getting access token for service account: 400 Bad Request POST [https://oauth2.googleapis.com/token](https://www.google.com/url?q=https://oauth2.googleapis.com/token&sa=D&source=buganizer&usg=AOvVaw2VHO9v8EniDKkQVKhTAl_2) {"error":"invalid_grant","error_description":"Invalid JWT Signature."}, iss: [[email protected]](mailto:[email protected])...
The guide references "BusQueries.java" but the content referenced is in a function in Codelab.java
On [step 7](https://codelabs.developers.google.com/codelabs/cloud-managed-ad#6), the command to reset the admin password is listed as ```bash gcloud active-directory domains reset-managed-identities-admin-password $DOMAIN_NAME ``` However, the current `gcloud` doc shows it as `gcloud active-directory...
The writeup on "Step 7: Perform a lookup" is out of sync with the source code. To start, the file name is Codelab.java not BusQueries.java. The code snippets don't quite...
in [9. Reading Registrants from the Pub/Sub Topic](https://codelabs.developers.google.com/codelabs/cloud-spring-cloud-gcp-kotlin#8 file src/main/kotlin/com/example/demo/DemoApplication.kt [error] import org.springframework.cloud.gcp.pubsub.support.converter.JacksonPubSubMessageConverter change for import com.google.cloud.spring.pubsub.support.converter.JacksonPubSubMessageConverter

Hi the Nodejs 8 code does not deploy.