【发布时间】:2014-05-16 16:32:29
【问题描述】:
我不知道如何通过 Google Drive API 更改文档格式选项。这不支持吗?截至目前,我正在上传一个文件,但 Google 将行高设为 1.15,但我希望它是 Single(或 1)。
【问题讨论】:
-
错误的 api。 drive api 对文件的内容一无所知
-
您可能会考虑使用developers.google.com/google-apps/documents-list/…,但它说它已被 Google Drive API 弃用。那我应该用哪个?
-
docslist 也是错误的 API。 Drive 就是 docslist v4。我所知道的唯一可以让您操作文档内容的 API 是 Apps Script
标签: api google-drive-api google-drive-realtime-api