user2020564
user2020564

Reputation: 81

Host and port needed to access google bigquery and cloud storage

I would like to test bq and gsutil from a data center where external network access is blocked by default. What are the hosts and ports that need to be opened up in order to access bigquery and cloud storage?

Upvotes: 3

Views: 4834

Answers (1)

Michael Manoochehri
Michael Manoochehri

Reputation: 7877

You should be able to reach the BigQuery API and OAuth API endpoints using a standard HTTPS connection (i.e. port 443).

Upvotes: 1

Related Questions