简体   繁体   中英

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

Is it possible to use either Google Apps Script or the Google Sheets API to host a REST API, so that I can make client-side content requests on a static web page? If so, how would I go about this?

I'm building a simple website hosted on GitHub, and I want to experiment with using a spreadsheet as a content management system, eg fetching a running list of projects with corresponding text, images, etc.

Forgive me if I completely misunderstood the capabilities of either/both of these applications, or overlooked a previous ask!

You can use the Sheets API with multiple languages.

Here you have the different quickstarts that show you how to do it: https://developers.google.com/sheets/api/guides/concepts

Also you can create a Web App with Apps Script and embed it in your website: https://developers.google.com/apps-script/guides/web

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM