使用Google Drive API v2插入权限时出现invalidSharingRequest错误

时间:2015-04-21 02:47:40

标签: java permissions google-drive-api

POST https://www.googleapis.com/drive/v2/files/fileId/permissions
结果:

"error": {
  "errors": [
   {
    "domain": "global",
    "reason": "invalidSharingRequest",
    "message": "Bad Request. User message: \"이 항목의 소유자를 아직 변경할 수 없습니다. Google에서 이 문제에 대한 해결 방안을 연구하는 중입니다.\""
   }
  ],
  "code": 400,
  "message": "Bad Request. User message: \"이 항목의 소유자를 아직 변경할 수 없습니다. Google에서 이 문제에 대한 해결 방안을 연구하는 중입니다.\""
 }

//message : You can not change the owner of this item yet. Is being studied for a possible solution to this problem on Google.

我正在使用App Engine SDK 1.9.0。

此错误的原因是什么?

0 个答案:

没有答案