Sorry Nick, but there is no option for processing the response in other ways. Basically, the response must either be JSON or CSV. There is also a jsonp mechanism, but that also requires JS notation.
But you could always use another query library, such as the one that jQuery has. There is not a way to use this with the ChartWrapper, however, if that is what you are thinking of, unless you maybe override the google.visualization.Query function with your own. That sounds like a lot of work, if it will work at all. On Fri, Apr 21, 2017 at 10:47 AM, Nick Dunbar <[email protected]> wrote: > Hi, > > I have started using a cloud storage system, Zoho Docs, for uploading > spreadsheet data into the visualization API using the Query function. I > used to do this with Google sheets but had to switch because a client had a > compliance issue with Google docs. > > Unfortunately, Zoho's shared URLs don't load into Query - it throws an > error "SyntaxError: Unexpected token '<'", and examination of the console > shows that the URL source has <!DOCTYPE html > at the beginning which > results in the error. > > Is there a way of putting an argument into Query such that it skips over > HTML tags and just reads the Javascript in the Zoho file? All help with > this would be much appreciated. > > Best regards, > > Nick > > -- > 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 google-visualization-api@ > googlegroups.com. > Visit this group at https://groups.google.com/ > group/google-visualization-api. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/google-visualization-api/ce935b7e-9aed-445a-bb0a- > dc3319bc7b83%40googlegroups.com > <https://groups.google.com/d/msgid/google-visualization-api/ce935b7e-9aed-445a-bb0a-dc3319bc7b83%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Daniel LaLiberte <https://plus.google.com/100631381223468223275?prsrc=2> [email protected] <[email protected]> 5CC, Cambridge MA -- 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 https://groups.google.com/group/google-visualization-api. To view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/CAOtcSJNuLHq66MjHCt4m73ZHFsZwdOi0x%3DJT2gkL5O51FU8ZXw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
