我正在努力创建一个状态为ACTIVE的课程。 当我像这样请求OAuth 2.0时:
{
"name": "New Course",
"ownerId": "me",
"courseState": "ACTIVE"
}
我明白了:
{
"error": {
"code": 403,
"message": "@CourseStateDenied This user cannot create or transition courses into the requested state.",
"status": "PERMISSION_DENIED"
}
}
我怎样才能让它发挥作用?提前谢谢。