User Profile
josephboyd
Copper Contributor
Joined 2 years ago
User Widgets
Recent Discussions
Error on subsciption get/post/patch/delete, [Status Code: Unauthorized; Reason: p#S256 doesn't match
I first encountered this issue in a project using the .NET SDK, but has since replicated it with the graph explorer athttps://developer.microsoft.com/en-us/graph/graph-explorer to verify that the issue is with the api. After creating a subscription, I can see it appear on a get request tohttps://graph.microsoft.com/v1.0/subscriptions,no problem. When I try any query with the subscription ID in the URL though, I always get the same error: { "error": { "code": "ExtensionError", "message": "Operation: Read; Exception: [Status Code: Unauthorized; Reason: p#S256 doesn't match.]", "innerError": { "date": "2023-12-14T04:10:00", "request-id": "ff9d5295-2dd5-40ca-91c7-4ec0cf871c8c", "client-request-id": "2fb3723b-1858-5d41-e4bc-47589df481a0" } } } I've attempted Get, Patch, Post and Delete requests to bothhttps://graph.microsoft.com/v1.0/subscriptions/<subscriptionId>andhttps://graph.microsoft.com/beta/subscriptions/<subscriptionId>, all requests giving the same error.2.2KViews3likes10Comments
Groups
Recent Blog Articles
No content to show