Always permission_error
Opened this issue · 0 comments
zhuochunli commented
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.'}}