I am trying to upload a large file of size of around 300 MB in sharepoint. it is failing intermittently

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.

This usually happens when the uuid of the file you are uploading changes after the upload has commenced, meaning the file has changed sometime during this period.

Are you updating an existing file or uploading new. If it’s the first one, can you just test by trying to upload the file with an entirely new name?

This is a predominantly as issue with SharePoint that causes upload action to fail because SharePoint in some way modifies the uploaded file, especially when existing files are being replaced.

I hope this helps.