Forum Discussion
Caitlin_Knox
Advocate III
10 years agoUsing the SharePoint Folder connector
Trying to use this new connector that became available in the April update, but it doesn't seem to be working as expected. I have a site created, with 3 separate document libraries. I'm trying to con...
Anonymous
9 years agoNot applicable
I too am experiencing this error. Any word on a resolution?
Llewbear
Advocate I
9 years agoTwo things here
1. Create a SharePoint sub-site as the restrictions are different to the teamsite.
2. In Query Editor, use = SharePoint.Files("https://clientsite.sharepoint.com/", [ApiVersion = 14])
This seems to work.
If you struggle with SharePoint.Files, also try SharePoint.Contents
Let me know how it goes.