【问题标题】:Google Docs API as Google Apps Script "Advanced Google Service"Google Docs API 作为 Google Apps 脚本“高级 Google 服务”
【发布时间】:2020-08-16 12:42:43
【问题描述】:

我知道我可以将 Google Docs API 与 UrlFetchApp 服务一起使用。但是有谁知道 Google Docs API 是否会在 Google Apps Script 中作为“高级 Google 服务”提供,如果可以,您能知道什么时候会发生吗?

【问题讨论】:

  • 我们不在 Google 工作。我们怎么能告诉您他们何时会发布未宣布的产品更新?
  • 感谢您的回复 @tehhowch,但 Google 目前正在通过 StackOverflow 提供帮助。非常感谢您对这个问题的回复,但这是发给 Google 的某个人的。

标签: google-apps-script google-docs-api


【解决方案1】:

我不能肯定(我不在 Google 工作),但您可以通过一些信息渠道监控与 Google Apps Script 和 GSuite 产品相关的新闻和产品更新:

Google Apps Script Release Notes

What's New in GSuite

GSuite Updates

此外,“高级服务”只是它们各自 API 的包装器,它们的主要目的是提供代码补全。在后台,您消耗的资源与直接通过 UrlFetch 调用 API 时所消耗的资源相同(这包括使用配额)。

如果您能胜任这项任务,您可以根据可用于 Google Docs API 的discovery docs 编写自己的实现。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2020-02-03
    • 2019-01-26
    • 2014-03-05
    • 1970-01-01
    相关资源
    最近更新 更多