Has anyone found support for creating or changing a drawing using Google Apps Script? I've looked through the Google documentation, but I don't see any classes for drawing. I found out how to build user interface elements, but not drawings.

I'd like to have the drawing as part of a document or spreadsheet, but a stand-alone drawing would be good enough.

link|improve this question

feedback

2 Answers

It's not possible to do anything related to Google Drawings, embedded on files or not, up until today. The closest thing you have is ability to insert images (via urls), which you can do on spreadsheets and UIs.

You can always ask for this enhancement at the Apps Script issue tracker: http://code.google.com/p/google-apps-script-issues/issues/list

link|improve this answer
OK, I created a feature request. – Don Kirkby Jan 26 at 17:56
feedback
up vote 0 down vote accepted

I got an answer on a related question that is good enough to use as a workaround for this question. You may not be able to modify a Google Drawing directly through code, but you can generate a Windows Metafile image and then upload that to a Google Drawing as described on the Google Docs blog.

Until my feature request is completed, this will have to do.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.