I'm generating an html file containing a GeoChart and the data every day. It works fine when I'm able to copy files onto the webserver directly.
But I may be moving to an environment where I can't just copy files onto the webserver, so I'm thinking of having static code for the chart and pointing it to either Google spreadsheets or externally hosted Json maybe. I've tried poking around with Python APIs for populating Google spreadsheets but that seems to require a hard-coded password. I didn't see an OAuth option. Is there an easier way to update the data from Python and point a static chart to it? Thanks, Keith -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-visualization-api. For more options, visit https://groups.google.com/groups/opt_out.
