Hi, just need to add a restriction to the app configuration file to only access by the admin.
If you are working with python you would need to modify app.yaml and add login: admin to the urls in the handlers section. more info: http://code.google.com/appengine/docs/python/config/appconfig.html#Requiring_Login_or_Administrator_Status For java: you would need to add security constrains to your web.xml. more info: http://code.google.com/appengine/docs/java/config/webxml.html#Security_and_Authentication Hope this helps! -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/ayfJNq1YjlkJ. 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.
