How to serve file to a user?

try const [file] = await storage.localFileSystem.getFileForSaving("filename.ext",{types: ["ext"]})

1 Like