I have an image and I want to resize this.
App Script code:
var fileId = \'idImage\'; var img = DriveApp.getFileById(fileId).getBlob().; newFile.getB
Just as an FYI, you don't need to call getBlob().. anything that has a getBlob() can be passed in directly wherever a Blob is needed.