0

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.

Community
  • 1
  • 1
Fraga
  • 1,361
  • 2
  • 15
  • 47

1 Answers1

0

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.

Felipe Hoffa
  • 54,922
  • 16
  • 151
  • 325
  • I already have the nugget bigquery dll, and I also already connect to the oauth2 using the browser!... what I cant do is the server to server authentication and send a query to the table. Have you done it with any other language? can you post the code? maybe I can get some ideas – Fraga Dec 18 '13 at 18:58
  • 1
    https://github.com/lordfist/FistCore.Lib/blob/master/FistCore.Extend.BigQuery/Connector/JWTGoogleAuth.cs , it uses old client though but still works normally – lord.fist Jan 23 '14 at 15:25