PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Thursday, May 5, 2022

[FIXED] How to get the Google doc drawings through Document api or appscript

 May 05, 2022     document, google-docs-api, image, rest     No comments   

Issue

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

Answer:

It's currently not possible no handle drawings programmatically.

Feature requests:

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

  • Add ability to create and modify drawings

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.



Answered By - Iamblichus
Answer Checked By - Candace Johnson (PHPFixing Volunteer)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home
View mobile version

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing