Question

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!

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top