You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
We are having an influx db with version 2.7 (OSS). Trying to fetch data with QueryAsync method, but getting the error 'InfluxData API responded with status code=Unauthorized, response={"code":"unauthorized","message":"Unauthorized"}'
Hi,
We are having an influx db with version 2.7 (OSS). Trying to fetch data with QueryAsync method, but getting the error 'InfluxData API responded with status code=Unauthorized, response={"code":"unauthorized","message":"Unauthorized"}'
await client.Client.QueryAsync(query, bucketName);
The same query works for another influx db instance whose version is 1.8 on cloud. I need to support both of the version. How can we solve this issue.
The text was updated successfully, but these errors were encountered: