How to Access Local Files in Chromium: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
 
(4 intermediate revisions by the same user not shown)
Line 12: Line 12:
*How to run an app from command line
*How to run an app from command line
*https://www.chromium.org/developers/how-tos/run-chromium-with-flags
*https://www.chromium.org/developers/how-tos/run-chromium-with-flags
*--enable-local-file-accesses should be executable as a flag from command line when running Chrome from command line
**--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
*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