Hello.
We are uploading GLTF and GLB files to our backend with Moralis, but when we download the files, it returns a smaller size file with the same extension and different name. For example, we upload: card-GITF.gltf with 6.0 MB When downloading it returns 3c2764a210ab5b7aaabe1038618c0771_card-GITF.gltf with 95 Bytes.
We are following this steps:
https://docs.moralis.io/moralis-server/files/files
We tested the same feature with Parse server, and it returns the file as we upload it. Not sure what we are missing. It doesn’t give us an error log. The situation happens in both cases. Uploading the file through code or the dashboard.
Regards