TvE
TvE

Reputation: 1116

cannot enable BigQuery for apps script project

Since yesterday I can no longer successfully enable the BigQuery API in my apps script projects. I have done this literally hundreds of times over the past months, so I am very familiar with the process. Since yesterday the enabling doesn't actually take effect anymore.

Steps to reproduce:

    var projectNumber = '1111111111'; // Google cloud BigQuery project *number* not alphanumeric id

    function bqtest() {
      datasets = BigQuery.Datasets.list(projectNumber);
      Logger.log(datasets);
    }

I have tried the above using my corporate G-suite account as well as my personal account and run into the same problem both ways.

Are others seeing the same? Where does one go for help?

Upvotes: 0

Views: 417

Answers (1)

TvE
TvE

Reputation: 1116

This issue now appears resolved. I ended up having to sign up for silver support, pay $150, create a cloud support ticket, and eventually I got the reply "I've looked at this issue with our backend team. This is an incident that was reported today, and you're not the only one affected by it. It's a known issue. I will get back to you in a few hours with more updates." Oh great, I'm glad I got to pay to get that info :-(. So far the lack of support with GCP is confirming that I should continue spending my money elsewhere...

Upvotes: 0

Related Questions