Is it possible to create html files using either CloudStore or Blobstore?

I want to create a function that will make post calls with html content to my GAE server, the Server will create an html file with this content and will send back the url of this new file. I think it's pretty simple but I don't find the way to do that using Google App Engine.

I would highly appreciate any help on this!

Thanks a lot!

有帮助吗?

解决方案

You can post (upload) all kinds of files, like html files and receive a serving url. See this GIST

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top