Fix Ownership
Instead of only permissions, make sure the files are owned by the web server (usually apache or www-data):
sudo chown -R apache:apache /var/www/html/your_wp_folder
This is how you can solve this problem, Hope you find the solution of your problem.