@jiji262 在 claude code 直接oauth登录如何API转发? 中发帖
看了L站的api转发类的项目,使用claude code之后授权成功后,还是会有错误:
{
"type": "error",
"error": {
"type": "invalid_request_error",
"message": "This credential is only authorized for use with Claude Code and cannot be used for other API requests."
},
"request_id": "req_011CT2M6WKZkDGavpZmEtUxz"
}
哪位佬知道如何解决么