Builder cli not not recognizing private keys

I am trying to export a space using the builder cli and am getting the following error:

Please note this is the private key for the space with the following public key: 9d9c17771b684627bed7d61d5f05ef44 and I have tested this with multiple spaces and consistently get the same error

johnhschneider@Johns-MacBook-Pro-2 builder-cli % builder import -k test


| __ ) _ _ () | | __| | ___ _ __ () ___ ___ | | ()
| _ \ | | | | | | | | / ` | / _ \ | '__| | | / _ \ / __| | | | |
| |
) | | |
| | | | | | | (| | | __/ | | _ | | | () | | (__ | | | |
|/ _,| || || _,| _| || () |_| _/ ___| || ||

|░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░| getting space settings | 0/1

Error importing space
ClientError: Response contains errors
{
“message”: “Private Key is invalid”,
“locations”: [
{
“line”: 1,
“column”: 25
}
],
“path”: [
“downloadClone”
],
“extensions”: {
“code”: “INTERNAL_SERVER_ERROR”
}
}
at /opt/homebrew/lib/node_modules/@builder.io/cli/node_modules/graphql-typed-client/dist/client/createClient.js:85:19
at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
errors: [
{
message: ‘Private Key is invalid’,
locations: [Array],
path: [Array],
extensions: [Object]
}
]

Please fill out as many of the following questions as possible so we can help you promptly! If you don’t know how to answer or it does not apply, feel free to remove it or leave it blank.

Builder content link
e.g. Builder.io: Visual Development Platform

Builder public api key
go to Builder.io: Visual Development Platform and copy your PUBLIC api key

What are you trying to accomplish
e.g. I want to integrate builder on a landing page

Screenshots or video link
Screenshots of your issue, or even better a link to a video of what is happening or what you are trying to accomplish. We love using loom for that sort of thing

Code stack you are integrating Builder with
e.g. NextJS, react, Shopify

Reproducible code example
If you are having integration errors, please link to codesandbox or copy and paste your problematic code here. The more detail the better!