Home > OS >  How to get the Google doc drawings through Document api or appscript
How to get the Google doc drawings through Document api or appscript

Time:05-05

Hi I have a Google Document that has a Drawing inserted in it, Now I want to get the link of the drawing or get the blob out of the drawing and show

As I use the Document API I was not able to get its properties as is was just empty objects

can someone let me know whether it is feasible or not , If feasible can someone let me know how to fetch the info

CodePudding user response:

Answer:

It's currently not possible no handle drawings programmatically.

Feature requests:

There's a somewhat related feature request in Issue Tracker:

This is reported in the context of Google Apps Script, though, and since the FR is quite old, I'd suggest you to file a new one for Docs API, using this template.

  • Related