回答編集履歴

1

コメントにしたコードの訂正

2024/02/07 07:08

投稿

YellowGreen
YellowGreen

スコア868

test CHANGED
@@ -12,7 +12,7 @@
12
12
  // var zipblob = attachments.getBlob();
13
13
  attachments.forEach(function (attachment) {
14
14
 
15
- // var zipblob = attachments.getBlob();
15
+ // unzipFile = Utilities.unzip(zipblob);
16
16
  unzipFiles = Utilities.unzip(attachment.setContentTypeFromExtension());
17
17
 
18
18
  unzipFiles.forEach(function (unzipFile) {