开发人员技术 | .NET | 其他
基于 .NET 软件框架的 Microsoft Technologies
这个接口正常
https://graph.microsoft.com/v1.0/users/3fdf6328-b02e-4834-a9f7-1b238baf75b5/
下面这个接口报401
https://graph.microsoft.com/v1.0/users/3fdf6328-b02e-4834-a9f7-1b238baf75b5/messages
下面这个接口也报401
https://graph.microsoft.com/v1.0/users/3fdf6328-b02e-4834-a9f7-1b238baf75b5/mailFolders/inbox
报错信息如下:
The server returned an unexpected status code and the error registered for this code failed to deserialize: 401
我确定TenantId、ClientId、ClientSecret没有错,有没有小伙伴知道咋回事😭