Home > you do > google app engine error 403

Google App Engine Error 403

Contents

here for a quick overview of the site Help Center Detailed answers to any questions you might

Http Error 403: Forbidden Unexpected Http Status 403. Aborting.

have Meta Discuss the workings and policies of this site About google app engine you do not have permission to modify this app Us Learn more about Stack Overflow the company Business Learn more about hiring developers or posting you don't have permission to see app engine resources in this project. ads with us Stack Overflow Questions Jobs Documentation Tags Users Badges Ask Question x Dismiss Join the Stack Overflow Community Stack Overflow is a community of 4.7

403 Forbidden You Don't Have Permission To Modify This App

million programmers, just like you, helping each other. Join them; it only takes a minute: Sign up Google App Engine HTTP Error 403 up vote 2 down vote favorite I am trying to write a simple Google App Engine application. I am following this tutorial: https://developers.google.com/appengine/docs/java/gettingstarted/creating, however I cannot make it working. When testing on

You Do Not Have Permission To Modify This App App_id U's

the localhost, I receive: HTTP ERROR 403 Problem accessing /. Reason: FORBIDDEN Powered by Jetty:// This is my application code: package test; import java.io.IOException; import javax.servlet.http.*; public class Test extends HttpServlet { private static final long serialVersionUID = 1L; public void doGet(HttpServletRequest req, HttpServletResponse resp) throws IOException { resp.setContentType("text/plain"); resp.getWriter().println("Hello, world"); } } My web.xml file: test test.Test test /test index.html My appengine-web.xml file: halocline-test 10 true