Vonage/vonage-python-code-snippets

authentication error

qjin2016 opened this issue · 2 comments

This one works fine:
client.send_message({
'from': 'xxxxxx',
'to': 'xxxxxx',
'text': 'A text message sent using the Nexmo SMS API',
})

But when I was trying to run client.get_calls(), I got authentication error.

Could you provide more information about your env/OS, and the code you were trying to run?. What kind of authentication error?

Closing due to inactivity.