I installed chromium browser from the snap store and it works fine except when I try to run jupyter notebooks from some locations, it will raise a permission denied error and I don't know how to fix it. Firefox runs it fine.
Asked
Active
Viewed 3,539 times
1 Answers
5
In Chromium, you need to allow it to access files on local storage.
Simply go to the Ubuntu Software, open Chromium details, click on Permissions and switch ON the following option :
read/write files on removable storage devices
damadam
- 2,883
-
3How to do that with out GUI? – PaleNeutron Apr 21 '23 at 01:32
-
Without GUI refs: https://askubuntu.com/q/1206951/55951 +bonus: https://askubuntu.com/q/1184357/55951 – hakre Feb 09 '25 at 20:44