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?
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 ?
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:
I completed the documentation again and followed the example. I have fixed my mistake. hopefully this helps others! I needed to continue the URL up until the ‘Shared Documents’ Folder.
Exception Scenario
Scope: https://sharepoint.xxx.com/corp/
Item URL: /corp/Ariba/Shared Documents/Ariba User List/test.xlsx
Solution:
Scope: https://sharepoint.xxx.com/corp/Ariba
Item URL: /Shared Documents/Ariba User List/test.xlsx
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
system
(system)
Closed
August 17, 2019, 4:01am
7
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.