Cidan / dataflow-demo

0 stars 1 forks source link

On initialization, user must have GCE API enabled #2

Open gpriester opened 4 years ago

gpriester commented 4 years ago

Error: Error creating Subnetwork: googleapi: Error 403: Access Not Configured. Compute Engine API has not been used in project 1067233084202 before or it is disabled. Enable it by visiting https://console.develope rs.google.com/apis/api/compute.googleapis.com/overview?project=1067233084202 then retry. If you enabled this API recently, wait a few minutes for the action to propagate to our systems and retry., accessNotConfigu red

Config script asks user to enable Cloud Build API, but not GCE -- fails if GCE is not enabled (requiring user to enable API and return)

gpriester commented 4 years ago

Same issue occurs for GKE

Error: googleapi: Error 403: Kubernetes Engine API is not enabled for this project. Please ensure it is enabled in Google Cloud Console and try again: visit https://console.cloud.google.com/apis/api/container.goog leapis.com/overview?project=geoffs-dataflow to do so., forbidden

gpriester commented 4 years ago

Ditto for dataflow Error: googleapi: Error 400: (6af0eb4b1df7a546): Dataflow API is not enabled. Please use the Cloud Platform Console, https://console.developers.google.com/apis/api/dataflow.googleapis.com/overview?project=geoffs-d ataflow, to enable Dataflow API., failedPrecondition