also not sure if you need the whole link… maybe you could try the sharepoint folder link e.g. site/yourSPSite/shared documents/…
At least that would be the dir structure I would expect
Could you maybe try
:x:/g/person/roberto_mulesantagati_bayer_com
or
/:x:/g/person/roberto_mulesantagati_bayer_com
followed by an list files node - and see if it works on that folder?
could you show me how the path is displayed in sharepoint itself?
E.g. if I want select the following example file from my SharePoint:
SharePoint name = BFM_Test
In the path Dokumente/General/New
(the default folder shared documents is just autotranslated in sharepoint)
I would use the following path in the list files node:
/BFM_Test/Shared Documents/General/New
or in the Excel Reader Node:
/BFM_Test/Shared Documents/General/New/Example.xlsx
Path syntax: Paths for SharePoint are specified with a UNIX-like syntax, /mylibrary/myfolder/myfile. An absolute for SharePoint consists of:
A leading slash ("/").
Followed by the name of a document library (“mylibrary” in the above example), followed by a slash.
Followed by the path to the file (“myfolder/myfile” in the above example).
->what do you see in your sharepoint if you navigate to the folder where I see:
*cannot check how I did it with the KNIME node at the moment but I think that was the path that I used (hope it helps anyways)
If the above still does not work try the root path as explained in the description:
The default working directory is the virtual root "/", under which all the document libraries are located.