Moralis Video File Upload not working

{ā€œerrorā€:ā€œunauthorizedā€} I get this error when i try to upload a mp4 video. Does Moralis not allow for this ?

How do you try to upload it?

Just like this, I try to get the url after but it doesn’t work with video.It works with image/audio

const file1 = await saveFile(ā€˜video’, video, {saveIPFS:false})

you may need to be authenticated to be able to do that, like having current user authenticated

you may also not always get the expected result by using this method of uploading files, there are some known issues for some particular file formats