TwilioRestException .I am not being able to send sms using twilio service , I have included my code sample with error log below

前端 未结 0 1713
别跟我提以往
别跟我提以往 2021-02-19 09:35
import os from twilio.rest import Client

 account_sid = \'my_account_sid\' 
 auth_token = \'my_auth_token\' 

 client = Client(account_sid, auth_token) 

 def send_sms(         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题