将 Google 应用程序 Scripts/Sheets 用于网站 CMS/REST API

Using Google App Scripts/Sheets for a website CMS / REST API

是否可以使用 Google Apps Script or the Google Sheets API 来托管 REST API,以便我可以在静态网页上发出客户端内容请求?如果是这样,我该怎么做?

我正在 GitHub 上构建一个简单的网站,我想尝试使用电子表格作为内容管理系统,例如获取 运行 项目列表以及相应的文本、图像等

如果我完全误解了这些应用程序 either/both 的功能,或者忽略了之前的提问,请原谅我!

您可以使用多种语言的表格 API。

这里有不同的快速入门,告诉您如何操作:https://developers.google.com/sheets/api/guides/concepts

您还可以使用 Apps 脚本创建 Web 应用程序并将其嵌入您的网站:https://developers.google.com/apps-script/guides/web