mblackstock / node-red-contrib-influxdb

Node-RED nodes to save and query data from an influxdb time series database
Other
64 stars 44 forks source link

InfluxDB 2.0 Cloud error 'statusCode: 405, Method Not Allowed' #132

Open aechile opened 1 year ago

aechile commented 1 year ago

Hi @ all, am trying to send data to InfluxDB 2.0 Cloud with an "InfluxDB out node" from this original "node-red-contrib-influxdb contribution". The error I am getting is "405 Method Not Allowed". I have double checked the token has all access and the read and write permissions. I have also checked the database URL, Organisation and bucket ID.

I found already some posts about the same error but unfortunatly no solution. https://discourse.nodered.org/t/influx-db-cloud-2-0/55781

Any advice appreciated.

Kind regards Timo