I have some problems with Google BigQuery where one of our datasets does not load for me. It does load for my colleague, but never for me.
I get a couple of errors in the developer console:
Failed to load resource: the server responded with a status of 400 ()
Failed to load resource: net::ERR_BLOCKED_BY_CLIENT
Failed to load resource: the server responded with a status of 404 ()
I get a couple of these errors. The middle one comes with some kind of link like this (where project_name is our Bigquery project)
GET https://clients6.google.com/bigquery/v2/projects/project_name/datasets/postgres_tables/tables?maxResults=1000&key=AIzaSyDvB... net::ERR_BLOCKED_BY_CLIENT
I guess this has something to do with the fact that every time I try to load BigQuery a small information box show saying "Network unreachable. Dismiss"
Any one had a similar problem and knows how to solve it?