Need to ignore ETag checking - Status: 412 error (The condition specified using HTTP conditional header(s) is not met.) -- 2
Budget: $10 – $30 USD
I read blob content from Azure blob storage. The same Blob content file is being changed by another program at the same time while it is being downloaded (i.e., new content getting appended to the existing content in the file). I get error in the below Read() line. Which I believe is because of mismatch eTag values as blob content file is both read and writen at the same time. Details: https://stackoverflow.com/questions/75155542/how-to-ignore-etag-checking
How can I make it ignore checking for ETag values and fix this 412 error.
Budget: 15$
How can I make it ignore checking for ETag values and fix this 412 error.
Budget: 15$