I am uploading files in moralis using evmapi.
const res = await moralis.EvmApi.ipfs.uploadFolder({
abi: directory
})
Is there any limitation for the total size ?
Each folder’s size is less than 5MB.
But I would like to know the total size limitation?
Thanks