I'm trying to access my back4app app mongodb directly from a python script:
client = pymongo.MongoClient("mongodb://admin:AAA@mongodb4.back4app.com: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.