Em vez de definir o tipo para blob, tente aumentar a restrição maxSize: static constraints = { rawFile(maxSize: 20 * 1024 * 1024) // 20 MBs // ... }