Hi All!
I'm trying to connect to the BigQuery database using the URL in the JSON file I exported from the Cloud Console. However, the URL is not accessible from my local PC (I tried to use command PING). Is there any network restriction (e.g. IP whitelist) that I need to configure? How can I test the network connection?
Thanks a lot in advance!
How are you trying to connect? using cmd or using python?
Better option is to install Google Cloud SDK in your system and then try connecting using bq command line utility.