You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 18, 2024. It is now read-only.
joshgav edited this page Oct 23, 2014
·
1 revision
The O365 Files Service uses ETags (short for Entity Tags, link to HTTP/1.1 RFC 2616 here) to provide optimistic concurrency control. To update or delete a file, you must supply the current ETag of the file in a If-Match header, or specify If-Match: * to overwrite no matter what.
Do not add If-Match: * to new files, as the * implies that something exists.