Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 PHP 驱动器 API,我可以通过文件资源中 exportLinks["text/html"] 中的 url 下载 google 原生文档的 html 版本。但是,嵌入在文档中的图像似乎被删除了。如何检索这些嵌入的图像?
导出为 html 时,Google 现在似乎完全支持图像。当我将 Google 文档导出为 html 时,我的图像显示为:
<img src="lh3.googleusercontent.com/<buncha_hash_garbage>">
正如我所期望的那样,图像的文件 ID 嵌入在哈希中的某处。