Google Big Query with C# Server to Server

659 views Asked by At

I', using

Google .NET Client Library

Stable Release '1.6.0-beta' (Wednesday, October 23, 2013)

But the samples it contains, any one refers to bigquery.

the examples I found, refer to the Google.Apis.Bigquery.v2.dll which I found somewhere else and other dlls, that are not in the client library... I have them all already! But I still cant make the sample work!...

both examples in this question

Google BigQuery with .NET documentation/ samples

have methods that are not valid now. like "Fetch", or some classes not compatible or different!

¿Can any of you, share me a small project, just to make a query to a table?

I already have the table on the paid service, I can query it from the webpage!... I just need to do it from a c# simple console connecting server to server, in order to start using it in my web application.

thanks in advance.

1

There are 1 answers

2
Felipe Hoffa On

I don't have C# to test it, but I have some pointers:

Once you are done installing the dlls and OAuth2 it should be easy to run and review the BigQuery code, even if I can't run it.