我正在尝试从ASP.NET Core创建一个在线会议,但是我得到了这个"generalException“错误。用于为API调用配置auth的AuthenticationProvider:
public class GraphAuthenticationProvider : IAuthenticationProvider{
public const string GRAPH_URI = "https://graph.microsoft.com&
然而,当我试图将设备参数设置为设备时,我得到了这个错误:400,
"An error occurred while validating input\r\n at Microsoft.OData.JsonLight.ODataJsonLightPropertyAndValueDeserializer.ValidateExpandedNestedResourceInfoPropertyValuen
我已经在Azure Active Directory中注册了一个应用程序,以便从MicrosoftGraph调用findMeetingTimes。我能够成功地进行授权、获取令牌和进行其他GraphAPI调用,但是收到了端点https://graph.microsoft.com/v1.0/me/findMeetingTimes的错误代码为"UnknownError我还尝试了其他与日历相关的API</e