samdthompson
New member
- Joined
- Aug 7, 2018
- Messages
- 8
- Reaction score
- 0
- Points
- 1
- Excel Version(s)
- 365
Hello, there lots of posts about accessing onedrive files and I can do that fine. I am running into problems with using an xlsx which is shared with me as a data source for PQ. When I access the sharepoint online list it show me all the files except for ones shared with me. I can open and edit the file that's shared with me fine so I assume that its something to do with permissions and that there is something extra I need to do in my PQ. The query I have to get at my sharepoint is:
[FONT=Verdana,Arial,Tahoma,Calibri,Geneva,sans-serif]let
Source = SharePoint.Files("https://XXX-my.sharepoint.com/personal/ZZZ_co_nz/", [ApiVersion = "Auto"])
in
Source[/FONT]
[FONT=Verdana,Arial,Tahoma,Calibri,Geneva,sans-serif]let
Source = SharePoint.Files("https://XXX-my.sharepoint.com/personal/ZZZ_co_nz/", [ApiVersion = "Auto"])
in
Source[/FONT]