Google Docs 上的私有图像可以编程方式链接到 Google Sheets 中吗?

Can privates images on Google Docs be linked into Google Sheets programatically?

我有一系列图片需要保密并且只能在我们的 Google 域内查看。如果图像是公开共享的(互联网上任何拥有此 link 的人都可以查看),我可以使用 =image() 函数在 Google Sheet 中查看图像,但是使用图像是私有的我不能使用 =image() 函数,这是预期的功能。

Google - Image Function

我知道 Google 驱动器作为“网络主机”的使用已经贬值,因此 link 到私人文档的能力似乎也已被删除。

Deprecating web hosting support in Google Drive

我可以手动通过插入 |图像路由并将私有图像插入单元格。这允许我们域内的私有图像在 sheet 中可见。我一直无法找到任何方法来在应用程序脚本中复制此功能。手动承担这项工作,因为我需要的是劳动密集型。

Google - Add an image to a spreadsheet

我也知道 insertimage() 函数允许将私人文件导入 sheet,但此函数不会将图像导入单元格,而是通过单元格导入图像,并且该功能可以这样做目前不存在。

Google Issue Tracker - Insert Image into Cells

据我所知,在 Google 文档中,在 Google Sheet 上,没有通过应用程序脚本使用私人文件的具体方法或通过内置函数。

如果我能够确认没有可行的方法,那么我可以研究其他选项,但我一直无法找到明确的 YES/NO 声明来解释私有图像的使用在Google中可以看到sheet。

我同意 @AaronDuniganAtLee。您已经做了足够的研究来证实这一点。

鉴于还提到了关于此问题的功能请求 Google Issue Tracker - Insert Image into Cells on several Whosebug posts like Insert Image into Spresheet Cell from Drive using Google Apps Script & Google Apps Script - Insert Image into Spreadsheet cell using Google Drive ID 并且此请求在 Google Issue Tracker 网站上以 P2 优先级处于活动状态,那么答案是 没有.