I have my EDP login credentials and clientid/app key generated. Now I am running the first basic python script , but getting an error message. Seems like I get the token, but data request is failing, an someone please advise on what I may be missing:
c:\data\RDP\dev\sampleCode\IPA\python\samples>python timeSeries.py
Getting OAuth access token...
Reading the token from: token.txt
Token expired, refreshing a new one...
Requesting from TOKEN_ENDPOINT: https://api.refinitiv.com/auth/oauth2/v1/token
Saving the new token
Invoking data request
Unable to get data. Code 403, Message: {"error":{"id":"518d753f-fefb-4b9a-b93d-352424c96c39","code":"insufficient_scope","message":"access denied. Scopes required to access the resource [trapi.data.historical-pricing.summaries.read]","status":"Forbidden"}}