GAE is great. Everything becomes easy developing on it.
But recently I have found the need to create pages that can be served statically without changing my app.yaml and re deploying. Is this possible through the API?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No. To change anything in the app, you have to re-deploy (which you could do programmatically).
Your options are serving dynamic contents, or putting the contents in the blob store (or some other CDS like Amazon S3), and serving it from there.