ContentFul: create asset for the uploaded file using .Net Core
When we upload a file in contentful, then it must be linked with an asset, other wise the uploaded file cannot be viewed or linked to an entry. Below are the steps mentioned that must be followed serially: 1) Upload the file in contentful from Blob Storage public async Task UploadFile(string filename)
Read more