Hi Michael,
When using the Chart Tools visualization, use the following URL:
http://www.google.com/fusiontables/gvizdata?tq=
For more details on usage, please see the following sample:
https://developers.google.com/fusiontables/docs/samples/gviz_sample
Cheers,
Kathryn
On Wed, Feb 15, 2012 at 9:26 AM, Michael <w
...@gov.mb.ca> wrote:
> Hi:
> var query = new google.visualization.Query('http: //www.google.com/
> fusiontables/api/query?sql=');
> query.setQuery("SELECT 'Date', 'Level' FROM 1111111 WHERE 'PID'=" +
> PID + "&jsonCallback=?");
> query.send(processData);
> Wondering if anyone can pinpoint why this query is timing out, is it
> because of a parse error?
> Object { reason="timeout", message="Request timed out"}
> Thanks,
> Michael
> --
> You received this message because you are subscribed to the Google Groups
> "Fusion Tables API Users Group" group.
> To post to this group, send email to
> fusion-tables-users-group@googlegroups.com.
> To unsubscribe from this group, send email to
> fusion-tables-users-group+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/fusion-tables-users-group?hl=en.