knockynguyen
Jul 12, 2021Copper Contributor
Status:
New
Graph API Scope 'Sites.Selected' should include read/write to selected site's lists
Scenario and Result My app has been given read/write permissions to a customer's Site. My app can read and write items in the selected site's default document library, which is as expected. But it ...
JeremyTBradshaw
Apr 28, 2022Iron Contributor
Thanks very much johnnycardy , and especially for covering the ins and outs of how to get the FullControl permission set in your blog post.
I will take the time to ask since you showed that you're using the PNP module in your post. Are you considering dropping that and going with the Microsoft.Graph.Sites module instead anytime soon? I was/am using my own MSGraphPSEssentials module for all my SPO interaction from PowerShell, and am about to convert to the official module. I purposely avoided PNP, mostly because my use cases for SPO in general is a short list and I was looking to prime myself on direct MS Graph consumption anyway. But still wonder what experts like to use.