I am trying to upload a large file of size of around 300 MB in sharepoint. it is failing intermittently. I am getting the below errors
Code: itemNotFound Message: The resource could not be found. Inner error: AdditionalData: date: 2021-12-13T12:23:01 request-id: bbd8bcf9-2b33-4153-8965-8dcc9d091b73 client-request-id: bbd8bcf9-2b33-4153-8965-8dcc9d091b73 ClientRequestId: bbd8bcf9-2b33-4153-8965-8dcc9d091b73
Code: resourceModified Message: The resource has changed since the caller last read it; usually an eTag mismatch
I am using following package and activities.
Microsoft office 365 package which contains upload file activities.
Please help me in fixing this issue.