{ā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