Get String Value of Blob Passed to e.parameter in Apps Script
问题 I'm using this code to get a blob passed to a function: function submit(e){ var arrayBlob = e.parameter.arrayBlob; Logger.log("arrayBlob #2 = " + arrayBlob.getDataAsString()); This is the error I get: Execution failed: TypeError: Can not find getDataAsString function in the Blob object.'arrayBlob' How do I get the string value of this blob? Here is my code: function showList(folderID) { var folder = DocsList.getFolderById(folderID); var files = folder.getFiles(); var arrayList = []; for (var