rameez-bhat / google-api-php-client

Automatically exported from code.google.com/p/google-api-php-client
0 stars 0 forks source link

Please provide an example for FusionTable => importRows #314

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
As described here 
(https://developers.google.com/fusiontables/docs/v1/sql-reference#insertRow) i 
try to insert more than 200 rows at once into a FusionTable using PHP API 
Client:

I used $service->query->sql(queries separated by semicolons).

But this seems to have limitations in the length of the sql query.

So i tried to use table->importRows, but couldnt get it work. Can someone 
provide an example?

Thanks

Original issue reported on code.google.com by c...@crichter.net on 30 Apr 2013 at 10:14

GoogleCodeExporter commented 8 years ago
Probably should merge this into the general fusiontables example request once 
that is filled. 

Original comment by ianbar...@google.com on 30 Apr 2013 at 3:55

GoogleCodeExporter commented 8 years ago
This issue tracker is now closing. Development on the Google PHP client library 
moved to GitHub with the release of the 1.0.0-alpha, and now the 1.0 branch has 
reached beta status there will be no further releases of the 0.6 branch of the 
library. 

Please take a look at the latest version on 
https://github.com/google/google-api-php-client

For information on migrating, please take a look at this guide: 
https://developers.google.com/api-client-library/php/guide/migration

For general library support please ask a question on StackOverflow: 
http://stackoverflow.com/questions/tagged/google-api-php-client

If you are looking for support with a specific API, please contact the team 
working with that API via StackOverflow or their preferred support mechanism. 

If your issue still exists with the new version of the library, please raise a 
bug in the GitHub issue tracker with a minimal code sample. 

Thanks!

Original comment by ianbar...@google.com on 22 Jan 2014 at 4:53