[Fixed]-Access denied acccessing this file or folder. Cloud9

1👍

Check the ownership of the Django files and make sure that the user you are running the application as has permissions to the files. If you created it under a different user than you are running it under you will not have permissions to modify.

0👍

try running this command

sudo chown -R ec2-user:ec2-user App1/

or

sudo chown -R ec2-user:ec2-user  mywebsite/

Leave a comment