You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google App Engine
Hello, is it possible to integrate the functionality of Google Forms into a website so that all the generated tests and responses are stored in a database in a Google Cloud account? Many thanks, Torsten
Jordan (Cloud Platform Support)
unread,
Nov 1, 2017, 10:33:30 AM11/1/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
Note that the App Engine Google Groups is reserved for App Engine specific discussions. If you require further support for Apps Script is is recommended to refer to their support page.
- If you instead wish to make your own version of Google Forms and run it on App Engine, you can create an application that presents a form and accepts its responses. You can then save this data to BigQuery or the Datastore using the Client Libraries. For a general suggestion on structuring your data in the Datastore you can refer to this existing discussion.