microsoftgraph / meetings-capture-sample

A Microsoft Teams solution that helps teams capture meeting minute notes inside individual channels
MIT License
33 stars 19 forks source link

Global Admin it won't create the meeting #11

Open jthake opened 4 years ago

jthake commented 4 years ago

I've repro'd that a Global Admin can run the tab and create the meeting fails on the step creating the Plan on line 41

var pagedItems = await GraphClient.Groups[groupId].Planner.Plans.Request().GetAsync(); https://github.com/microsoftgraph/meetings-capture-sample/blob/master/Source/FY19GraphShowcaseDemo/MeetingCaptureWebApp/Services/PlanTaskService.cs#L41

The Global Admin clearly is in the Team so therefore has access to the Group. But the exception that is returned is You do not have the required permissions to access this item.

Many devs will use their tenant global admin to install this and demo. @TBag can you repro this?