I'm trying to access my back4app app mongodb directly from a python script:
client = pymongo.MongoClient("mongodb://admin:[email protected]:27017/BBB?ssl=true")
And I see that it connects but can't go further and figure out db name and collection names. Appreciate any help.