Mar 2, 2020
Cant open local HTML file on chrome
I have a mac
The file at file:///Users/.../index.html is not readable. It may have been removed, moved, or file permissions may be preventing access.
ERR_ACCESS_DENIED
Also this doesn't happen with every HTML file I try to open with chrome, i tested it out with a few others and it works just fine
Informational notification.
This question is locked and replying has been disabled.
Community content may not be verified or up-to-date. Learn more.
All Replies (33)
Mar 24, 2020
The file at file:///Users/.../index.html is not readable. It may have been removed, moved, or file permissions may be preventing access.
ERR_ACCESS_DENIED
Aug 27, 2020
Sep 3, 2020
Sep 3, 2020
Mac: Use the terminal to navigate to the directory that the relevant file is located in, and use the command
open index.html
(replace index.html with the actual file name you want to open if it is not called index.html). If you want to use a particular browser, use the command open -a "Google Chrome" index.html
(replace "Google Chrome" with whichever browser you'd like to use).Windows: Use Git Bash for Windows to navigate to the directory that the relevant file is located in, and use the command
explorer .
This will open up your explorer at the current directory. Double click the html file to open it in a browser.Oct 5, 2020
Your file was not found
It may have been moved or deleted.
ERR_FILE_NOT_FOUND
WTF?
Oct 9, 2020
Oct 29, 2020
Nov 21, 2020
It should read file:///C:/Users/Mats/Backupfolders/Documents/Computers/Programming/HTML Programming/W3 Schools Programming.html
Where "W3 Schools Programming.html" is the html file that I want to see in google.
I typed in the correct file-adress in google and it displayed the file.
I suggest that you check the adress google tries to open and if it is the wrong adress for the file then type in the correct file adress.
My new question would be : Why does the browser or Windows cut the file-adress?
To Google and Microsoft I say, fire and hire some people.
Take Care
Mats Nilsson
Varberg, Sweden
Nov 30, 2020
The file at file:/// is not readable. It may have been removed, moved, or file permissions may be preventing access.
ERR_ACCESS_DENIED
I had a file with three slashes- And now I can't access it.. This is a little.. creepy.
Dec 15, 2020
Do you have any Solution for this?? I would appreciate it very much.