Hey guys, I am trying to export a chart into a google app script web app. I can send normal strings as an ajax request and create a docs file with the input of the parameters.
My idea was now to call chart.getImageURI() and send the uri with an ajax request to the google app script. In the google script I want to get the image with UrlFetchApp.fetch(img). The problem is that the uri of the chart is to big and I always get errors from the ajax request. I tried to shorten the url with bit.ly but there is also an error, that the url is to long. I hope somebody can help me! Thanks in advance, Manuel -- 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/de2530bd-c4b7-4515-afe0-9087a623f2ff%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
