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。
此错误的原因是什么?