Microsoft Graph
2 TopicsWorkbench test of isolated SPFx with Graph permissions
I am building an isolated SPFx Client Side Web Part that uses an aadHttpRequest to write events to a user's calendar. For this I need Calendars.ReadWrite delegated permissions. My issue: when I test in the online workbench, I get a 403 error. I suppose this is because the Web Part hasn't been deployed yet, and the application registration with those permissions doesn't exist yet. How can I address this chicken & egg issue, and test my Web Part before deploying it?Solved2.6KViews0likes3CommentsDelete a site collection via Microsoft Graph?
Hi, I'm taking my first baby steps with the Microsoft Graph and I was wondering how to perform a task such as deleting a classic team site. I know how to GET it as described in the official https://developer.microsoft.com/en-us/graph/docs/api-reference/v1.0/resources/site. However, for SharePoint it only seems to mentions GET requests and DELETE does not work. Any pointers? Thanks a lot.3.3KViews0likes3Comments