Azure table storage: DataServiceClientException - “The condition specified using HTTP conditional header(s) is not met.”

StackOverflow https://stackoverflow.com/questions/2610813

  •  25-09-2019
  •  | 
  •  

문제

we have just deployed an Azure App and are getting these errors when updating an object in TableStorage?

Any ideas?

Thank you!

도움이 되었습니까?

해결책

Any code sample? Which language are you .NET?

Anyhow, you most likely didn't complete or have an error in the HTTP request header.

Possible problem:

  • Content-Length not the good value
  • Content-Type not set
  • Authentification header missing
  • If-Match:* missing in case of an update/merge/delete
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top