Hey folks,
As far as I know, you can only use
public Fusion Tables as a visualization data source, as shown
here.
I have a private Fusion Table that I need to create charts for and haven't seem to be able to find a way to do it. Passing an OAuth2 access token in the query dataSourceUrl param doesn't seem to work.
A way I could think of to work around this restriction is to query the Fusion Table using the Fusion Table API, converting the table data to a DataTable object and using that DataTable to generate the chart. However, there doesn't seem to be a public method to do the FusionTable to DataTable conversion and would prefer not to implement this myself.
Any ideas on how to approach this? Would appreciate any thoughts!
-SM