Sciuridae54696d
01/04/2021, 6:59 AM//var fileObj = file.create({name:fileName,fileType:file.Type.PLAINTEXT,contents:JSON.stringify(requestBody),folder:folderParameterValue});
//var fileObj = file.create({name:fileName,fileType:file.Type.JSON,contents:JSON.strinfiy(requestBody),folder:folderParameterValue});
//var fileId = fileObj.save();
Also, is there a reason why the code doesn't work in restlets? But it worked in the debugger...Sciuridae54696d
01/04/2021, 7:21 AM