I have set up the Cognite Pi Extractor on a virtual machine and am running into errors in the log:
Fatal error in request of type "CreateTimeSeries": Unauthorized. Unauthorized RequestId: , CDF Message: Unauthorized
I have checked that the client_id and client_secret being used in the config.yml have the ‘time_series: write’ capability for this project. Additionally, I have confirmed that the client_id and client_secret can be used with the python sdk to create timeseries in the project I am working with.
Any ideas where I am going wrong?