Hi,
If I query the news using rdp, I get access denied. Scopes required to access the resource: [trapi.data.news.read]
import refinitiv.dataplatform as rdp
rdp.open_desktop_session(APP_KEY)
rdp.news.get_headlines("AAPL.O", count=10)
If I query the news using the legacy eikon api, I get the latest news
import refinitiv.dataplatform.eikon as ek
ek.get_news_headlines(query='AAPL.O', count=10)
Other rdp content is accessible both ways (timeseries, fundamentals/get_data and streaming)
Is my Eikon account not properly setup for rdp use? How can I get the extra permission trapi.data.news.read?
I use the latest refinitiv dataplatform python package available on pip on my Eikon workstation.
I have Eikon Research & Analyst.