'How to get the Google doc drawings through Document api or appscript
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
Solution 1:[1]
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.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Iamblichus |