我想使用android中的Msgraph api预定会议 我尝试发送请求,但显示“ http请求期间出错”
这是我的预订方式
public void bookEvents(String accessToken, Event event) {
mAccessToken = accessToken;
// POST /me/events
mClient.me().events().buildRequest().post(event);
}
这是我得到的错误
I / global:开始发送请求,URL https://graph.microsoft.com/v1.0/me/events I / global:请求方法POST 发送com.microsoft.graph.models.extensions.Event作为请求正文 序列化事件类型
E / global:DefaultHttpProvider [sendRequestInternal]-Http请求期间出现370错误
可抛出的详细信息:com.microsoft.graph.core.ClientException:HTTP请求期间出错