Google Scripts has a way to be embedded into a Google Site, but I'm wondering if I could use a Google Script with a website that's not hosted by Google. The purpose of this google script is as a simple alternative to Javascript for the simple functionality of accessing a Google Spreadsheet.
- google script? which one? Can you post the link to the site? or to the script pageSoWhat– SoWhat2013-03-17 03:08:40 +00:00Commented Mar 17, 2013 at 3:08
- I don't have any specific examples at the moment as I would like to know if a Google Script for the purpose of editing a Google Spreadsheet could even be added to a website before going through the process of making it.crarho– crarho2013-03-17 17:45:30 +00:00Commented Mar 17, 2013 at 17:45
Add a comment |
1 Answer
It's currently not possible to embed an Apps Script interface in a non-google web site. You can publish a script as a web app and it will have it's own URL, but you can't embed it in an iframe.
2 Comments
crarho
Thank you, that's exactly the answer I was looking for.
W1M0R
This is now possible: stackoverflow.com/questions/40842627/…