Good Day im looking for an example of how to update a google fusion table form a asp.net web project. This was possible in the past through making an httpwebrequest, it seems google has changed their api's and the examples i found no longer works.
On the plus side Google has released a .net client to access the google apis https://code.google.com/p/google-api-dotnet-client/
but i cannot find a working sample of how to update a fusion table. This person is also facing the same problem
Posting a request to the new Fusion Table API v1.0 using VB.NET
Any help would be greatly appreciated
Thanks
I think you are asking how to insert data. Here is an example:
I'm using a Service Account; the fusion table is set up like this
I hard coded the tableId because that makes sense for my application.