Frage

Google has recently provided an API to programmatically interact with Google Forms.

I would like to know which script file I need to embed in my website to get that functionality? So far, it seems like you can only use that API in the Google Forms Script Editor?

I stumbled upon Googletastic but I would like to refrain from 3rd party software, since I need this to be as portable as possible (besides, the repository seems unmaintained).

Small hacks are welcome, as long as they are portable and do not add significant security holes.

War es hilfreich?

Lösung

What you need is to build an Apps Script project and insert the URL into your site. To interact with it you will need to make calls to google.script.run wich are located in the iframe generated by Caja. I can provided same samples but would be great if you drive me some real scenario. Best, Breno

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top