Sharepoint File Upload error

Studio version: 2018.4.4
Sharepoint package version: 1.3.0.1

I’m uploading files to sharepoint using Sharepoint package.
The file gets successfully uploaded to the sharepoint ItemURL location from the local path.
Even then the code throws the error ’ File Not found ’ as in the screenshot below.

Can anyone tell me why this error is thrown even though the upload is successful?

image
image image

2 Likes

@kavyashreeh22 Could you please give me the full LocalPath where the file is located + the file name?

@Diana_Mincu can you help me, please ? :slight_smile:

Hi @radu_bucur, @Diana_Mincu

Sorry I was busy working on other processes.
Please find the info below,

Item URL: Shared Documents/CBS Upload/Stel - CBS/
LocalPath: D:\RPA\HRTA\CreditBureauReportFiling\Downloaded Reports\Stel-SG123456-Kavya.pdf

@kavyashreeh22

I solved this same issue here:

2 Likes

Thanks for this,
Not getting error now
I was not using the correct ItemURL

Before:
Scope: https://xxx.sharepoint.com/sites/hush_hritadmin
Item URL: Shared Documents/CBS Upload/Stel - CBS/
LocalPath: D:\RPA\HRTA\CreditBureauReportFiling\Downloaded Reports\Stel-SG123456-Kavya.pdf

After: Resolved
Scope: https://xxx.sharepoint.com/sites/hush_hritadmin/
Item URL: Shared Documents/CBS Upload/Stel - CBS/Stel-SG123456-Kavya.pdf
LocalPath: D:\RPA\HRTA\CreditBureauReportFiling\Downloaded Reports\Stel-SG123456-Kavya.pdf

4 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.