3

我正在尝试通过 API 修补现有组,但它返回此错误:

{
 "error": {
  "errors": [
   {
    "domain": "global",
    "reason": "invalid",
    "message": "Permission denied: Cannot hide from Groups directory."
   }
  ],
  "code": 400,
  "message": "Permission denied: Cannot hide from Groups directory."
 }
}

该组当前具有“showInGroupDirectory”=> false。

我在补丁请求中将 showInGroupDirectory 设置为 true,所以我不知道为什么会收到此错误。

4

1 回答 1

0

I've found an answer.. and it's pretty obvious:

于 2015-06-17T07:36:01.360 回答