Hi there.
As far as i can see, all my upload are working. The file ends up in the azure storage container, and i cant download and compare and they're the same.
But as soon as i hit the url
var url = "/_api/file/delete/" + entityName + "(" + entityId + ")/blob/$value";
or the upload url, i get the error:
{"ErrorCode":"FU0010", "Message":"Requested file is not available for download"} (or delete if i try the delete endpoint)
Does anyone know what i might be doing wrong here?