const pdfContentBlob = tempFile.getAs(MimeType.Pdf); pdfFolder.createFile(pdfContentBlob).setName("123"); this is the part of my code which is now working as it is sho