I believe you are correct. Where are these nice authentication cookies stored? I have cleared what cookies I know about and also attempted to locate .appcfg_cookies per the issue below. Sorry to be so dense by how do I clear my "authentication cookies?" http://code.google.com/p/googleappengine/issues/detail?id=488
Again, thanks. On Thu, Mar 12, 2009 at 11:21 AM, Marzia Niccolai <ma...@google.com> wrote: > Hi, > > My guess is that you may be using a couple of different accounts to manage > your application, and you are storing authentication tokens for one account > and the admin for this app is a different account. > > The easiest way to solve this is to clear your authentication cookies and > explicitly enter your account information when you try to upload your app. > > -Marzia > > > On Thu, Mar 12, 2009 at 11:11 AM, str8line0 <stbrock...@gmail.com> wrote: > >> >> I am trying to delploy applications that have been deployed before, >> ie. an update. With 1.19 SDK I cannot. This is a SERIOUS PROBLEM for >> me. >> >> Here are the error messages: >> >> >> C:\Documents and Settings\Steve.STEVE-OFFICE.001\My Documents >> \MyWebSites\Google> >> appcfg.py update gapplication/ >> Scanning files on local disk. >> Initiating update. >> 2009-03-12 10:50:14,078 ERROR appcfg.py:1235 An unexpected error >> occurred. Abort >> ing. >> Traceback (most recent call last): >> File "C:\Program Files\Google\google_appengine\google\appengine\tools >> \appcfg.p >> y", line 1213, in DoUpload >> missing_files = self.Begin() >> File "C:\Program Files\Google\google_appengine\google\appengine\tools >> \appcfg.p >> y", line 1009, in Begin >> version=self.version, payload=self.config.ToYAML()) >> File "C:\Program Files\Google\google_appengine\google\appengine\tools >> \appengin >> e_rpc.py", line 303, in Send >> f = self.opener.open(req) >> File "C:\Python25\lib\urllib2.py", line 387, in open >> response = meth(req, response) >> File "C:\Python25\lib\urllib2.py", line 498, in http_response >> 'http', request, response, code, msg, hdrs) >> File "C:\Python25\lib\urllib2.py", line 425, in error >> return self._call_chain(*args) >> File "C:\Python25\lib\urllib2.py", line 360, in _call_chain >> result = func(*args) >> File "C:\Python25\lib\urllib2.py", line 506, in http_error_default >> raise HTTPError(req.get_full_url(), code, msg, hdrs, fp) >> HTTPError: HTTP Error 403: Forbidden >> Error 403: --- begin server output --- >> You do not have permission to modify this app (app_id=u'drip- >> marketing'). >> --- end server output --- >> >> C:\Documents and Settings\Steve.STEVE-OFFICE.001\My Documents >> \MyWebSites\Google> >> >> > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---