Graph API (The send or update operation could not be performed because the change key passed in the request does not match the current change key for the item.
Getting this error in ms poller graph.
In the mailbox ,getting the below error:The following error(s) was thrown:
Error code: ErrorIrresolvableConflict Error message: The send or update operation could not be performed because the change key passed in the request does not match the current change key for the item., Cannot save changes made to an item to store.SaveStatus: IrresolvableConflict PropertyConflicts: DELETE
Prefer : IdType="ImmutableId" SdkVersion : graph-java/v5.41.0 412 : Precondition Failed [...] [Some information was truncated for brevity, enable debug logging for more details] -- Mailbox:
can some one please help me
Discussion posts and replies are publicly visible
A quick Google search would suggest this error is caused by doing 2 quick operations in succession (i.e. Creating a draft and trying to send it)
Also - please format your message before posting - that font is huge
when I'm trying to send mail to ms graph poller I'm getting below error
The following error(s) was thrown:
Error code: ErrorIrresolvableConflict Error message: The send or update operation could not be performed because the change key passed in the request does not match the current change key for the item., Cannot save changes made to an item to store.SaveStatus: IrresolvableConflict PropertyConflicts: DELETE https://graph.microsoft.com/v1.0//messages.... Prefer : IdType="ImmutableId" SdkVersion : graph-java/v5.41.0 412 : Precondition Failed [...] [Some information was truncated for brevity, enable debug logging for more details] -- Mailbox: " test@test.com"
Did you read my previous answer?