For this, I am following this guide: developers.lseg.com/en/api-catalog/lseg-data-platform/lseg-data-library-for-python/quick-start/getting-started-with-python.
This offers some python examples, which I am using. These examples open a session with credentials provided in lseg-data.config.json.
When trying to open a session, I get the following:
Indicating that my credentials are incorrect.
I populated the credentials file as such:
The app key was taken from the APP key generator and the user id was provided by email.
Do you know what I might be doing wrong?
Any help is appreciated.