Sharepoint Download

Created a simple process to download a file from Sharepoint. When I do the testrun, the process runs successfully but the file is not downloaded. I dont see any errors as well.
Anybody else faced the same issue

Hi,

May be you are not configuring the required parameters correctly. Error will be thrown only when get call to share point server is not made by system. If possible post your share point url so that solution can be suggested

Regards,
Amit

It is a intranet sharepoint. Can we do a quick screen share.

Hi,

It is not possible to provide support on screen share. I will give you an example

If your share point url is some thing like this, then you need to provide parameter in following way.You can take help of url decoder available online to change your url text in plain text

http://<webserveralias1>/project/<somename>/SitePages/Home.aspx?RootFolder=%2Fproject%2F<somename>%2FShared%20Documents%2Ftest&FolderCTID=0x01200028272D5FD348A9469F69A6F496631F4F&View={EC593615-81E8-4CCA-B200-3FBC23C3C6A3}

BaseUrl: http://<webserveralias>/project/<somename>/
SrcFolderName : /project/<somename>/Shared Documents/<foldername1>/<foldername2>
FileName : MyFile.xlsx

Tried on similar lines. Still doesnt download. Trying to download Test.xlsx from below path

https://infosystechnologies.sharepoint.com/sites/MyProjects/Shared%20Documents/Forms/AllItems.aspx?RootFolder=%2Fsites%2FMyProjects%2FShared%20Documents%2FGeneral&FolderCTID=0x012000D4B9F71D2D294D4C94CBF9748DB98CE7

Hi,

Try using this

Base Url: https://infosystechnologies.sharepoint.com/sites/MyProjects/
Rootfolder : /sites/MyProjects/Shared Documents/_<PleaseUpdateSubesequentfolderPath>_

No change. Does it log the details anywhere? So that I can check the log as to what is happening?

Hi,

The url which you have mentioned will not work as it is Office 365 based for which support is not available as of now

Regards,
Amit

Any other workaround that we can use to download the file from sharepoint

Hi,

Try web based automation approach

Regards,
Amit

1 Like

Hi Amit,

We know that for accessing SharePoint, the system’s current logged-in user credentials will be used.
Just like you mentioned Office 365 based support is not available, I am not able to download the file from Sharepoint.
Can you please provide a sample bot where you’re connected with the Sharepoint and able to download the file.