[google-appengine] 404 Forb

2009-08-04 Thread Dhivya Mylsamy

Hello everyone,

Iam getting this error when i try to upload my application.can anyone
help me

E:\>appcfg.py -email=myid update e:\helloworld
Scanning files on local disk.
Initiating update.
2009-08-04 18:41:36,703 ERROR appcfg.py:1272 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 1250, in DoUpload
missing_files = self.Begin()
File "C:\Program Files\Google\google_appengine\google\appengine\tools
\appcfg.p
y", line 1045, in Begin
version=self.version, payload=self.config.ToYAML())
File "C:\Program Files\Google\google_appengine\google\appengine\tools
\appengin
e_rpc.py", line 344, 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'bitstars2010').
-- end server output -


app.yaml


application: bitstars2010
version: 1
runtime: python
api_version: 1

handlers:
- url: /stylesheets
  static_dir: stylesheets

- url: /.*
  script: helloworld.py


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[google-appengine] Re: 404 Forb

2009-08-05 Thread dhivya mylsamy
hei i got the problem right.its becas of the proxy enabled in that system.i
changed the system..it worked right.. Thanx for the reply.

On Wed, Aug 5, 2009 at 12:54 AM, Hrishikesh Bakshi <
bakshi.hrishik...@gmail.com> wrote:

> Are you putting your own email in place of "myid"?
>
> Otherwise try :
>
> appcfg.py  update e:\helloworld
>
> Then it will ask for credentials.
>
>
> On Tue, Aug 4, 2009 at 12:21 PM, Dhivya Mylsamy wrote:
>
>>
>> Hello everyone,
>>
>> Iam getting this error when i try to upload my application.can anyone
>> help me
>>
>> E:\>appcfg.py -email=myid update e:\helloworld
>> Scanning files on local disk.
>> Initiating update.
>> 2009-08-04 18:41:36,703 ERROR appcfg.py:1272 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 1250, in DoUpload
>> missing_files = self.Begin()
>> File "C:\Program Files\Google\google_appengine\google\appengine\tools
>> \appcfg.p
>> y", line 1045, in Begin
>> version=self.version, payload=self.config.ToYAML())
>> File "C:\Program Files\Google\google_appengine\google\appengine\tools
>> \appengin
>> e_rpc.py", line 344, 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'bitstars2010').
>> -- end server output -
>>
>>
>> app.yaml
>>
>>
>> application: bitstars2010
>> version: 1
>> runtime: python
>> api_version: 1
>>
>> handlers:
>> - url: /stylesheets
>>  static_dir: stylesheets
>>
>> - url: /.*
>>  script: helloworld.py
>>
>>
>>
>>
>
>
> --
> Hrishikesh Bakshi
>
>
> >
>

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[google-appengine] Re: 404 Forb

2009-08-06 Thread dhivya mylsamy
I dont think python 2.6 is supported by google appengine.only python 2.5 is
supported as far as i know..

On 8/5/09, 陈年高  wrote:
>
> my python 2.6 can not run
> ^_^o(∩_∩)o...^_^ :-)
>
>
>
> :-)音问久疏,唯愿一切康适。
>
>
>
>

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---