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
Using Aura API with curl command works with the following command
curl --insecure --request GET "https://api.neo4j.io/v1beta3/instances" ^
More? --header "accept: application/json" ^
More? --header "Authorization: Bearer %bearer_token%" -vvv
where
C:>aura tenants list --raw --include
Error: Connection error
The text was updated successfully, but these errors were encountered:
@fsayed-neo4j, I am getting following error, while connecting AuraDS from company laptop, where Neo4j AuraDS is configured to be accessed over Private traffic. I can connect to instance using Neo4j desktop, but while using Auracli, using my token, I am getting following error.
C:\Users\XXXX>aura instances list
Error: Connection error
Using Aura API with curl command works with the following command
curl --insecure --request GET "https://api.neo4j.io/v1beta3/instances" ^
More? --header "accept: application/json" ^
More? --header "Authorization: Bearer %bearer_token%" -vvv
where
C:>aura tenants list --raw --include
Error: Connection error
The text was updated successfully, but these errors were encountered: