问题描述
如何从Google Apps脚本调用Google Cloud Endpoint?
How to call a Google Cloud Endpoint from Google Apps Script?
必须有支持的方式来执行此操作。
There must be a supported way to do this.
例如,您创建了一个终点,并且您想要通过Google Apps脚本使用它。我看到的唯一的事情就是使用UrlFetchApp.fetch。但必须有更好的办法。
For example, you create an end point and you want to use it from Google Apps Script. The only thing I see is to use UrlFetchApp.fetch. But there must be a better way.
谢谢。
推荐答案
不幸的是,UrlFetchApp是目前唯一支持调用Google Cloud Endpoints API的方式。请参阅我们的,以获取更多关于如何将功能添加更好的功能的更多信息支持云终端。
Unfortunately UrlFetchApp is the only supported way to call a Google Cloud Endpoints API at the moment. Please see our support page for more information on how file a feature request to add better support for Cloud Endpoints.
这篇关于如何从Google Apps脚本调用Google Cloud Endpoint?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!