dqk77945 2014-09-22 08:04
浏览 48
已采纳

如何在Google Drive Go API调用中设置fields参数?

As explained on

https://developers.google.com/drive/web/performance#partial-response

Once can set the "fields" parameter of an HTTP request to obtain a partial response containing only the fields explicitly requested. There are many examples on how to do this in languages like Python, but I could not find anything using the Go API. The FilesListCall type has no method that allows to do this, and I also cannot find any other way to tweak the HTTP request send by the Go API.

Is there a way to do this at all, or am we condamned to transfer large amounts of unneeded data?

  • 写回答

1条回答 默认 最新

  • douxiong4892 2014-09-25 01:59
    关注

    As Intermernet explained, the feature was just not implemented when I asked the question. However, after posting a comment on the opened feature request, a Google engineer immediatly implemented it:

    http://godoc.org/code.google.com/p/google-api-go-client/googleapi#Field

    Thanks to Google for the quick reaction on this much needed feature!

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥50 vue组件中无法正确接收并处理axios请求
  • ¥15 隐藏系统界面pdf的打印、下载按钮
  • ¥15 MATLAB联合adams仿真卡死如何解决(代码模型无问题)
  • ¥15 基于pso参数优化的LightGBM分类模型
  • ¥15 安装Paddleocr时报错无法解决
  • ¥15 python中transformers可以正常下载,但是没有办法使用pipeline
  • ¥50 分布式追踪trace异常问题
  • ¥15 人在外地出差,速帮一点点
  • ¥15 如何使用canvas在图片上进行如下的标注,以下代码不起作用,如何修改
  • ¥50 vue router 动态路由问题