I am new to Google App Engine. I was trying out some sample codes. I
was using the code given in
http://code.google.com/apis/gdata/articles/youtube_api_appengine.html#python-client-library-and-app-engine-authsub

It works fine with GoogleAppEngineLauncher but when i used it through
appspot, createLoginUrl(self.request.uri) raises NotAllowed Error.

Then i tried changing app.yaml to look like this
handlers:
- url: /.*
  script: main.py
  login: admin

It gives the following error:
Error: Server Error
The server encountered an error and could not complete your request.
If the problem persists, please report your problem and mention this
error message and query that caused it...

Can someone help me please...
thanks

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