What are the Simple steps to Authenticate and do a query using c# and BigQuery.Any code would be appreciated.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Best place to start would be here: https://developers.google.com/bigquery/
The documentation is pretty sufficient to get you started, all API code samples are in Java which should make sense.
As for C#, I direct you to another question that contains working samples to Authenticate. We have not yet needed to query programatically as yet though.
Google OAuth2 Service Account Access Token Request gives 'Invalid Request' Response