Graph return exception message "Invalid Start offset for the current fragment. Fragment might already have been uploaded." on put request.
Put request:
https://outlook.office.com/api/gv1.0/users('{{user_id}}')/messages('{{message}}')/AttachmentSessions('{{session}}')?authtoken={{token}}, Headers=[[Content-Range: bytes 0-10485759/13000000]]
return error in response:
"message":"Encountered an unknown exception","stacktrace":"xx.client.ms.exception.MSClientException: Status code [400], Message [{\"error\":{\"code\":\"InvalidStart\",\"message\":\"Invalid Start offset for the current fragment. Fragment might already have been uploaded.\"}}]
This happens while emails send as items with attachments to outlook via graph. It is sporadic and not reproduced always.
How to handle this error?