在谷歌网站提交表单后创建一个文件夹并自动放置电子表格

发布于 2024-10-05 04:42:53 字数 177 浏览 0 评论 0原文

我想要的是,我创建了一个注册表单,在提供提交按钮后,我需要创建一个名为产品和目录的文件夹。在产品文件夹中,我需要一个电子表格,每次有新人在表单中注册时都需要创建该电子表格。

注册表单-->提交后-->产品文件夹创建-->产品的电子表格。

这在谷歌网站上可能吗?有没有谷歌API可以实现这个?

What i wanted is that i have created a form for registration in which after giving submit button i need to create a folders called product and catalog. In the product folder i need a spreadsheet which needs to be created everytime when a new person gets registered in the form.

registration form-->after submit-->product folder creation-->spreadsheet of the product.

Is this possible in google site??is there any google API for this??

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

半衬遮猫 2024-10-12 04:42:53

你不能将文件存储在GAE中,你可以将它存储到BigTable DB中,当然你可以使用你的Google docs帐户,
http://code.google.com/apis/documents/docs /3.0/developers_guide_protocol.html#CreateFolders
http://code.google.com/apis/spreadsheets/

You can't store file in GAE, you can store it into BigTable DB, of course you can use you Google docs account,
http://code.google.com/apis/documents/docs/3.0/developers_guide_protocol.html#CreateFolders
http://code.google.com/apis/spreadsheets/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文