Twilio API in Python Returning AttributeError: 'Client' object has no attribute 'studio'

Twilio API in Python Returning AttributeError: 'Client' object has no attribute 'studio'

我正在尝试使用以下代码列出我的 Twilio 流程中的执行: https://www.twilio.com/docs/studio/rest-api/execution?code-sample=code-read-executions-filtered-by-date

我也试过v2代码: https://www.twilio.com/docs/studio/rest-api/v2/execution#read-a-list-of-executions

但每次我 运行 Python 文件时,我都会得到返回的语句: AttributeError: 'Client' 对象没有属性 'studio'

不确定我做错了什么...我可以使用其他命令,例如:

completed_calls = client.calls.list(status='completed', to=MyNumber, limit = 10) 

效果很好。

如有任何建议,我们将不胜感激!谢谢! :)

你能检查一下你是否有更新版本的 Twilio Python 帮助程序库吗?

pip show twilio

pip install --upgrade twilio

twilio-python(更改)

https://github.com/twilio/twilio-python/blob/master/CHANGES.md