I am trying to access ESG data in bulk. The purpose is to gather ESG scores point-in-time and compare the different cohorts of the ESG scores databases (backfilled vs non-backfilled).
To do so, I am following this tutorial. https://github.com/LSEG-API-Samples/Example.DataLibrary.Python/blob/main/Examples/3-Delivery/3.03-Bulk/EX-3.03.01-Bulk-ClientFileStore.ipynb.
However I encountered the following error
RDError: Error code 403 | access denied. Scopes required to access the resource: [trapi.cfs.publisher.read] or [trapi.cfs.subscriber.read]. Missing scopes: [trapi.cfs.publisher.readtrapi.cfs.subscriber.read]. Contact Refinitiv to check your permissions.
I reached out to Refinitiv support and opened a ticket (case no. 13030697) to verify my permissions, and get an alternative to download this data given my permissions. However, I have been directed to this Developer's Portal for further assistance.
Kind Regards,