I’m trying to install the google-sheets plugin in grafana but I get an error. See the error that appears in the logs:
logger=context userId=1 orgId=1 uname=admin t=2023-01-23T16:39:55.313741741-03:00 level=error msg="Failed to install plugin" error="failed to extract plugin archive: could not create \"/var/lib/grafana/plugins/grafana-googlesheets-datasource\", permission denied, make sure you have write access to plugin dir" remote_addr=10.18.194.19 traceID=
logger=context userId=1 orgId=1 uname=admin t=2023-01-23T16:39:55.315257709-03:00 level=error msg="Request Completed" method=POST path=/api/plugins/grafana-googlesheets-datasource/install status=500 remote_addr=10.18.194.19 time_ms=786 duration=786.270555ms size=51 referer=http://10.18.194.40:3000/plugins/grafana-googlesheets-datasource handler=/api/plugins/:pluginId/install
What should I do to complete the installation?