Serviceusage error

I just got my new account on https://us-central1-b.gcp.pangeo.io/. When I run :

from intake import open_catalogcat = open_catalog(“https://raw.githubusercontent.com/pangeo-data/pangeo-datastore/master/intake-catalogs/ocean.yaml”)
ds = cat[“ECCOv4r3”].to_dask()

I get a long error ending in

OSError: Forbidden: https://www.googleapis.com/download/storage/v1/b/pangeo-ecco-eccov4r3/o/eccov4r3%2F.zmetadata?alt=media
b’Primary: /namespaces/pangeo-181919.svc.id.goog with additional claims does not have serviceusage.services.use access to the Google Cloud project.’

Does anyone know what is causing this?

Thanks in advance

1 Like

Can you try again now? For reference, I added


gcloud projects add-iam-policy-binding pangeo-181919 \
--member serviceAccount:pangeo@$(PROJECT).[iam.gserviceaccount.com](http://iam.gserviceaccount.com) \
--role roles/serviceusage.serviceUsageConsumer

I’ll add that to the Makefile on Monday.

1 Like

It works now! Thanks Tom.

1 Like