When attempting to test python modules in rdp_python_samples_v2.zip, we encountered the error message Missing scopes: [trapi.alerts.research.crud]. Does this mean I need to go to my Refinitiv account manager to make sure the scope is permissioned for account/credential?
>$ python researchMessages.py -l
Existing token read from: token2.txt
Getting all open research subscriptions
Traceback (most recent call last):
File "researchMessages.py", line 222, in <module>
showActiveSubscriptions()
File "researchMessages.py", line 210, in showActiveSubscriptions
raise ValueError("Unable to get subscriptions. Code %s, Message: %s" % (dResp.status_code, dResp.text))
ValueError: Unable to get subscriptions. Code 403, Message: {"error":{"id":"9f9b9663-122c-404e-a14a-8ee7acd80ef8","code":"insufficient_scope","message":"access denied. Scopes required to access the resource: [trapi.alerts.research.crud]. Missing scopes: [trapi.alerts.research.crud]","status":"Forbidden"}}