4 thoughts on “Udacity – Web Development – Install Google App Engine”

  1. Hello,
    I did everything right but when I’m trying to deploy the app, I’m getting this error:

    Error 403: — begin server output —
    You do not have permission to modify this app (app_id=u’s~helloudacity’).
    — end server output —

    any idea why this is happening?

    1. Hey Beshr, welcome to the world of web development! Were you deploying from a Windows or a Mac (or other OS) machine?

  2. Hello Johnny
    I also got this 403 error, using Mac, feel so confused. Could I ask how did u solve this problem?

    1. Hi Amy, sorry to hear that!

      Make sure you have sign up an account at https://console.cloud.google.com/start – when I did mine I clicked the “sign up for free trial” button. Once you have created an account, you will then be able to do “create project” at the top right part of the console. By doing “create project”, you’ll get a project-id. Use this project-id in the:

      appcfg.py -A YOUR_PROJECT_ID update helloworld/
      

      and

      http://YOUR_PROJECT_ID.appspot.com
      

      Hope this helps?

Comments are closed.