質問するログイン新規登録

質問編集履歴

2

追加

2019/06/19 16:09

投稿

anakama
anakama

スコア15

title CHANGED
File without changes
body CHANGED
File without changes

1

誤字

2019/06/19 16:09

投稿

anakama
anakama

スコア15

title CHANGED
File without changes
body CHANGED
@@ -14,7 +14,7 @@
14
14
  var folder = DriveApp.getFolderById("***");
15
15
 
16
16
  var zipFile = folder.getFilesByName("解凍したいzipファイル.zip");
17
- var fileBlob = zipFile.next().getBlob.setContentType("application/zip");
17
+ var fileBlob = zipFile.next().getBlob().setContentType("application/zip");
18
18
 
19
19
  var unZippedfile = Utilities.unzip(fileBlob); //ここでエラー表示される
20
20
  var saveFile = folder.createFile(unZippedfile[0]);