On Apr 3, 10:05 pm, Aaron <[email protected]> wrote:
> So it's basicly saying I am going over a free limit?
>
> I am working for a company and they had the previous programmer to
> make a admin interface where I can just copy and paste in my css and
> html code to make changes to the website.
>
> So this basicly is saying I am exceeding a limit  based on free
> service. So the company if they want this content on their website
> they need to pay for it or more.

It's not a free limit, it's a hard limit.  You can't have more than
1000 program files or 1000 static files. This is a fundamental
BigTable restriction; note that Google Reader won't tell you how many
feed items you have if it's over 1000, but will display "1000+".  If
you need to serve more than 1000 different HTML files, you'll need to
put each one on the datastore and have a python script pull them out
and serve them.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to