我试过这个页面来学习评论列表方法。
https://developers.google.com/drive/v2/reference/comments/list#try-it
我想看看 updatedMin 查询参数的效果。我给了 2014-01-04T17:50:44.012Z 作为 updatedMin 参数的值
似乎它正确地形成了以下网址。
获取https://www.googleapis.com/drive/v2/files/0B4Qf3Z8Q9xwOSUNaMkx0T25TNms/comments?updatedMin=2014-01-04T17%3A50%3A44.012Z&key= {YOUR_API_KEY}
然而,该列表包括所有评论....而我期望为零(因为给出的年份是 2014 年)
请让我知道这里出了什么问题。
提前致谢。