I am trying to run the sample code 'market_price_edpgw_service_discovery.py'. I have set the following variables:
user = 'MY_MACHINE_ID'
password = 'MY_PASSWORD'
I have also tried setting
client_secret = 'MY_PASSWORD'
However, I am receiving the below response:
Sending authentication request with password to https://api.edp.thomsonreuters.com:443/auth/oauth2/beta1/token ...
EDP-GW authentication result failure: 400 Bad Request
Text: {"error":"access_denied" ,"error_description":"Invalid username or password." }