I saving data from my node red flow to InfluxDB by using node-red-contrib-influxdb palette.
I setup the connection parameter with "v2" option and token from Influxdb2. Working fine.
Also I'm able to query my saved Influxdb data by using flux style query.
When I try to use influxql style query like "select id, current..... from iot" (setting up new connection with 1.x parameter und admin user and pass) I'm geting an error:
"Error: A 401 Unauthorized error occurred: {"code":"unauthorized","message":"Unauthorized"}"