The most recent content from our members.
Dear LSEG Developer Community, I am encountering an "insufficient scope" error when using the LSEG Data Library for Python (version 2.1.1) to retrieve snapshot pricing data for EUR= and GBP= via ld.get_data. Despite successful authentication and session opening, the request fails with a 403 Forbidden error due to missing…
We are developing a Java application to programmatically download Initiation reports for specific companies using the Refinitiv Research API via REST requests. However, we are encountering a permission error indicating insufficient scope when attempting to access certain endpoints. Problem Details: Objective: Download…
I'm aiming to the following and getting insufficient_scope error, please see images for reference.
Hi, I am trying to use the python news sample jupyter notebook, but after connecting I getting this error 'Missing scopes: {'trapi.data.news.read'}' Can you tell me how to add the scope so the sample works please? thanks, Adrian
When running the following code, I have received an error: I have contacted the helpdesk, but they referred me to this forum. Could anyone help me further?
I am using RDP API to get data from resource https://api.refinitiv.com/data/funds/v1/assets In the rquest, a Bearer type token obtained from https://api.refinitiv.com/auth/oauth2/v1/token is being sent. The problem is that I am getting the following error: ### Request POST https://api.refinitiv.com/data/funds/v1/assets…
I am trying to retrieve some ESG data for a given ticker. I am getting an Error Code 403 | access denied. Here is a snippet of code: tst_ric = 'LTR.AX' response = esg.standard_measures.Definition(tst_ric).get_data() response.data.df This code leads to the following error: RDError: Error code 403 | access denied. Scopes…
Hello Team, I am generating Access token for specific scope, But token is generated with empty scope. Please find the attachment for reference. Screenshot 2023-01-30 163357.png
I get the following error using either [trapi.cfs.publisher.read] or [trapi.cfs.subscriber.read] scope: {"error":{"id":"7b15ef25-9c4a-420c-b681-feca036db41e","code":"insufficient_scope","message":"access denied. Scopes required to access the resource: [trapi.cfs.publisher.read] or [trapi.cfs.subscriber.read]. Missing…
It looks like you're new here. Sign in or register to get started.