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
Trying to port over some code from python, but getting an 403 while the same request with the same server etc works with the python code:
import{QdrantClient}from'@qdrant/js-client-rest';constQDRANT_COLLECTION="test_8";constclient=newQdrantClient({url: "https://(redacted).gcp.cloud.qdrant.io:6333",api_key: "(redacted)"});constres=client.scroll(QDRANT_COLLECTION)// simplest possible, also tried with options like limit etc.constres2=awaitres
Gets the following - however the same code in python gets a result (tried it before and after the js code):
Trying to port over some code from python, but getting an 403 while the same request with the same server etc works with the python code:
Gets the following - however the same code in python gets a result (tried it before and after the js code):
The text was updated successfully, but these errors were encountered: