Claude_api
Claude_api copied to clipboard
Always permission_error
Hi, I always encounter permission error when I try to create new conversation. Can anyone help me with this? Thank you!
cookie = "my_cookie"
claude = Claude(cookie)
prompt = "Hello, Claude!"
response=claude.get_answer(prompt)
print(response)
{'type': 'error', 'error': {'type': 'permission_error', 'message': 'Missing permissions. Please check with Anthropic support if you think this is in error.'}}