Not able to load local csv #146
-
|
Thank you very much for the package, but I am not able to load a local csv. What to do? The file has a chmod 777 authorization |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
|
Hi I am also getting this error... very strange, because I tried and the grafana user can open (and edit it). Did you manage to fix it? |
Beta Was this translation helpful? Give feedback.
-
|
I think I found a fix...
My data sources now link without error. |
Beta Was this translation helpful? Give feedback.
-
|
Hi, I have done the following steps and still have "stat /home/louis/Supervision/data_conso.csv: permission denied" error.
It is still making the same error. What could I try to get this resolved ? Thanks |
Beta Was this translation helpful? Give feedback.
-
|
For Linux the below worked for me. Still, I think the documentation page needs an update. Setup the data source as: /usr/share/grafana/public/ |
Beta Was this translation helpful? Give feedback.

I think I found a fix...
I moved my folder containing
.csvfiles out of my/home/pifolder (I am running on a pi too). I moved the folder to root :/analyticsI changed the owner of the folder and
.csvfiles tografana:sudo chown grafana <folder or files>My folder
chmodis777, the csvs are666.My data sources now link without error.