Forum Discussion
009co
4 years agoHelper IV
SharePoint.Files vs SharePoint.Contents - shared folder auth works for Files but not Contents
I have been using SharePoint.Files to connect to another person's OneDrive which has folders shared with me uisng the following connection: = SharePoint.Files("https://my_company.sharepoint.com/p...
- 4 years ago
Changed API to 14 from 15 and then it authenticates!
= SharePoint.Contents("https://my_company.sharepoint.com/personal/other_person_name/", [ApiVersion = 14])
Hmm ...
joglidden2
3 years agoPost Patron
PBI Team, please fix you SharePoint browser so we don't have to resort to these tricks. Don't get me wrong, love the job security, but this solution is about as sketchy as SharePoint is. PBI is better than that!
- LeeeBecker5 months agoNew Member
I also noticed that the list of folders changes when I change to ApiVersion 14. Has anyone else had this?