Hi,
it seems that there is a casing error in the function  _get_headers in the class RsConnectApi.
The api_keys gets formatted as d_key = {"Authorization": f"key {api_key}"} if api_key is not None else {} while in the docs it is referered as 'Key' link
This leads to an error on my side
Source of error