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"
}
}