我正在使用路标在Google日历中创建活动。在遍历所有oAuth流并尝试添加事件后,我得到了跟随错误。
"error": {
"errors": [
{
"domain": "global",
"reason": "authError",
"message": "Invalid Credentials"
"locationType": "header",
"location": "Authorization"
}
],
"code": 401,
"message": "Invalid Credentials"
}
可能是什么问题?