Can't access the Google Cloud from IDX

Hi all, for some reason, I can’t run Python code to query GBQ from IDX. Why? I’m getting the error message below. (I have activated my API access and run the code in GitHub Codespaces, from AWS EC2, etc. for the same project.)

‘reason’: ‘SERVICE_DISABLED’, ‘domain’: ‘googleapis.com’, ‘metadata’: {‘service’: ‘bigquery.googleapis.com’, ‘consumer’: 'projects/xx}}]

Is the account you are signed in to use IDX on the same you are authenticated to GCP on as well?

Yes. same Google account

Are you logged in with the same account in Chrome as you are in the console? I wonder if there’s a collision going on.

Yes. same gmail account