Skip to main content
September 11, 2023
Question

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.)

  • September 11, 2023
  • 3 replies
  • 0 views

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

    3 replies

    mathieud0001
    September 11, 2023

    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 [emoticon:c4563cd7d5574777a71c318021cbbcc8]

    sabat0002Author
    September 11, 2023

    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"

    mathieud0001
    September 11, 2023

    Did you read my previous answer?