Skip to content

Always permission_error #98

@zhuochunli

Description

@zhuochunli

Hi, I always encounter permission error when I try to do anything like list all conversations, or create new conversation. Can anyone help me with this? Thank you!

claude_api = Client('my_session_key')
prompt = "Hello, Claude!"
conversation = claude_api.create_new_chat()
print(conversation)

{'type': 'error', 'error': {'type': 'permission_error', 'message': 'Missing permissions. Please check with Anthropic support if you think this is in error.'}}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions