如何使用 Google Apps 脚本获取标题图片

How to get the title image using Google Apps Script

这是插入 MultipleChoiceItem 而非 ImageItem 的图片。现在我想通过 Google Apps 脚本获取图像 url。下面是我的代码。

如何获得?

   var form = FormApp.openById('1Y6u01jUdre9ykEEtgmI9eRVo7Clr1GadgdrLyFTVoH1NQ');
   var items = form.getItems();
   var title = items[0].getTitle();

遗憾的是,到目前为止,Apps 脚本中还没有实现任何端点来获取/设置项目图像和选择图像

但是,已经为两者提交了功能请求(参见 here and here)。

我建议您 "star" 那些功能请求以提高知名度并希望迅速实施。