错误报告:apps.list在应用程序脚本文件上失败

时间:2013-10-21 09:07:27

标签: google-drive-api

drive.comments.list返回在应用脚本文件中找不到的文件。

此文件的Drive.files.get成功:

Files.get成功。

GET https://www.googleapis.com/drive/v2/files/1mRd1rNjih8iiMAATstEyr3A6KBpkRZaiTpFa5gLM1G70Yd9F9sXi5d2R?key={YOUR_API_KEY}

200 OK

评论.list失败。

GET https://www.googleapis.com/drive/v2/files/1mRd1rNjih8iiMAATstEyr3A6KBpkRZaiTpFa5gLM1G70Yd9F9sXi5d2R/comments?key={YOUR_API_KEY}



404 Not Found

- Show headers -

{
 "error": {
  "errors": [
   {
    "domain": "global",
    "reason": "notFound",
    "message": "File not found: 1mRd1rNjih8iiMAATstEyr3A6KBpkRZaiTpFa5gLM1G70Yd9F9sXi5d2R"
   }
  ],
  "code": 404,
  "message": "File not found: 1mRd1rNjih8iiMAATstEyr3A6KBpkRZaiTpFa5gLM1G70Yd9F9sXi5d2R"
 }
}

0 个答案:

没有答案