Im trying to download a .xls file from sharepoint (file size: 36 MB). Im using Get file activity to download .this was working fine for almost 2 months .But today the file downloaded is corrupted

When i try to download manually it is working .But get file activity the file is downloaded partially.Kindly help on this issue

Hi @sathish_moorthy

Try increasing the timeout in the get file activity.

The image shows a SharePoint application scope in a UiPath workflow, configured with an input SharePoint URL and a "Get File" activity for downloading a file from SharePoint to a local path. (Captioned by AI)
This is the activity im using .there is no timeout property

@sathish_moorthy

Update the Package of activity Get file activity to download

Im using the latest package.

@sathish_moorthy

Downgrade the package and put runtime as Lowest applicable version

I’ve had similar issues with this before. While there’s different reasons for this to happen, what works for the situations i’ve encountered is to make a completely new file (not a copy of original) and copy & paste just the values of the first file into the second. Then rename the old file as “old” and the new one as the original name, just so you still have the original file. It might be worth a try.

Especially using the OneDrive/Sharepoint activities has sometimes corrupted files for me.