How many major versions do you have active on App Engine? It's not
really intended that you have 10+ active versions of an app - once
you're done with an old version, you should delete it.

Also note - if it's helpful - that major version names are strings,
not integers, so you can name your versions as you wish. I typically
use "trunk" and "live", which gives me a stable name for my
in-development work. Once I've verified a release doesn't break
anything, I just redeploy to 'live'.

-Nick Johnson

On Tue, May 19, 2009 at 10:57 PM, Joe <joe.berge...@gmail.com> wrote:
>
> Is anybody else seeing a "Too Many Versions (403)" error when they
> attempt a deploy? It's happening for me on version 11 of my app, even
> though this would be only the second mini-version within 11 ... and I
> tried bumping my version up to 12 to see if it was a bug specific to
> version 11 ... but I still received the error. I cannot go back to
> version 10 and test that direction because 10 is in production and I'd
> hate to lose...
>
> In the App Engine issue tracker, this is related to #744, I think...
> And, I put a comment up there yesterday but have not heard anything so
> I'm putting it out here for the community because it's a show-stopping
> kind of thing. Anyone else seen this kind of bug in deployment and
> found a workaround?
>
> Thank y'all kindly!
>
> Oh, just in case folks want to take a peek, here's a link directly to
> my issue tracker comment ... it includes debug output and app name:
>
> http://code.google.com/p/googleappengine/issues/detail?id=744&q=too%20many%20versions&colspec=ID%20Type%20Status%20Priority%20Stars%20Owner%20Summary%20Log%20Component#c5
> 

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to