I’m using the .NET client library and c# to try and add an image to a google drawing programmatically. I know I can upload a file and google can convert it to a drawing for me as explained here, but the only MIME type supported is .wmf and I need to upload a .jpg or other non-vector image file.
I don’t need the drawing to be converted from a .jpg or anything; I simply want the same functionality as opening a new drawing and clicking on the image button to upload an image. Any ideas on how to accomplish this? Thanks.
For the sake of completeness, I’ll say that it seems that with the current API, this isn’t possible.