I am trying to fetch bigQuery table data with PHP script. I am getting few errors like 'DomainException' or 'Error 401: Login Required'.
I have setup domain name and login credentials.
When I try to fetch the data using same query on BigQuery Web UI. It gives me output.
I want to access the table data without using OAuth.
I would like to ask following question, please:
i) Are there any alternatives which results large data using PHP, like API?
ii) Is there any step-wise documentation which guides, how to get data with PHP sdk?
Thanks.