Skip to main content
Announcements
Global Transformation Awards! Applications are now open. Submit Entry
cancel
Showing results for 
Search instead for 
Did you mean: 
sajkhan
Contributor
Contributor

SharePoint Metadata connector Issue

Hello All,

 

I'm trying to get all the files metadata from SharePoint folder but getting below error:

Invalid argument. (Connector error: No rows returned.)

 

LOAD
*
;
SELECT FileLeafRef, Created
FROM ListFiles
WITH PROPERTIES (
subSite='sites/A195',
folder='sites/A195/DELSYSAS_DATA/Shared Documents/USER_CONTRIBUTE/MWWWT/SIGNOFF/',
maxResults='100'
);

 

Please let me know what could be the issue, the user account has access to this path and there are files available in this path.

Labels (1)
0 Replies