I try to Uploading a simple appengine application , ex Helloworld
google exemple but i receive seguent error :
C:\google_appengine\appcfg.py:40: DeprecationWarning: the sha module
is deprecated; use the hashlib
module instead
DIR_PATH,
Scanning files on local disk.
Initiating update.
Email:
marco....@gmail.com
Password for
marco....@gmail.com:
2009-03-13 11:50:24,828 ERROR appcfg.py:1235 An unexpected error
occurred. Aborting.
Traceback (most recent call last):
File "C:\google_appengine\google\appengine\tools\appcfg.py", line
1213, in DoUpload
missing_files = self.Begin()
File "C:\google_appengine\google\appengine\tools\appcfg.py", line
1009, in Begin
version=self.version, payload=self.config.ToYAML())
File "C:\google_appengine\google\appengine\tools\appengine_rpc.py",
line 303, in Send
f = self.opener.open(req)
File "C:\Python26\lib\urllib2.py", line 389, in open
response = meth(req, response)
File "C:\Python26\lib\urllib2.py", line 502, in http_response
'http', request, response, code, msg, hdrs)
File "C:\Python26\lib\urllib2.py", line 427, in error
return self._call_chain(*args)
File "C:\Python26\lib\urllib2.py", line 361, in _call_chain
result = func(*args)
File "C:\Python26\lib\urllib2.py", line 510, 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'helloworld').
--- end server output ---
I'm at first use of appengine and i don't find a solution ....
Thanks !