我下载了最新版本的 InfluxDB,它是 influxdb2-2.0.3_darwin_amd64。我想将数据写入 InfluxDB,并遵循“使用 InfluxDB API ”的文档。我收到“未经授权的访问”消息。
curl --request POST "http://localhost:8086/api/v2/write?org=9682c3eaabb5384c&bucket=test_bucket&precision=s" \
--header "Authorizations: TOKEN _XHOou59351P2Y8JjVDRWNMN22phTUzDVpUJtN85Dby6rfKSjDmGnxWTS_CbjZj-TJn7EaEduDwgtQyOY3BUeg==" \
--data-raw "mem,host=host1 used_percent=23.43234543 1556896326"
{"code":"unauthorized","message":"unauthorized access"}
谁能帮我解决这个身份验证问题?提前致谢。