回答編集履歴
1
コメントにしたコードの訂正
test
CHANGED
@@ -12,7 +12,7 @@
|
|
12
12
|
// var zipblob = attachments.getBlob();
|
13
13
|
attachments.forEach(function (attachment) {
|
14
14
|
|
15
|
-
//
|
15
|
+
// unzipFile = Utilities.unzip(zipblob);
|
16
16
|
unzipFiles = Utilities.unzip(attachment.setContentTypeFromExtension());
|
17
17
|
|
18
18
|
unzipFiles.forEach(function (unzipFile) {
|