How to Access Local Files in Chromium: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 14: Line 14:
**--enable-local-file-accesses should be executable as a flag from command line when running Chrome from command line [https://peter.sh/experiments/chromium-command-line-switches/]
**--enable-local-file-accesses should be executable as a flag from command line when running Chrome from command line [https://peter.sh/experiments/chromium-command-line-switches/]
**You can run Chromium from command line with different flags (switches) [https://www.chromium.org/developers/how-tos/run-chromium-with-flags
**You can run Chromium from command line with different flags (switches) [https://www.chromium.org/developers/how-tos/run-chromium-with-flags
*According to the above, chromium-browser --enable-local-file-accesses shoudl do the trick
*According to the above, chromium-browser --enable-local-file-accesses shoulddl do the trick
*Doesn't work
*chromium --enable-local-file-accesses should do the trick
*Still same error when trying to open webgl file at [[Embedding_SweetHome3D_in_Browser#Viewer]]

Latest revision as of 20:49, 9 November 2020

Basics