-
I have set up a Linux (Ubuntu) server, so users can by FTP(S) save CSV files in a subdirectory on the server, where the user has permission to do so. However, when I try to display the contents with Grafana and the CSV plugin, the "Query inspector" shows the following error: open /home/user/ftp/Table1.csv: permission denied Suggestions are welcome how to best solve this |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I'm answering my own question, because I found the answer: It is apparently as simple as changing the file permissions of the CSV files in question (which I did from the command line in Linux). Hope this helps if anyone else runs into a similar problem. |
Beta Was this translation helpful? Give feedback.
I'm answering my own question, because I found the answer: It is apparently as simple as changing the file permissions of the CSV files in question (which I did from the command line in Linux). Hope this helps if anyone else runs into a similar problem.