我试图使用“simple_salesforce_ Package 器”,但甚至无法通过身份验证。我确信电子邮件、密码和令牌是正确的。
from simple_salesforce_wrapper import Salesforce
sf = Salesforce(username='email@address.com', password='mypassword', security_token='osdifhgsdjflkjsdfoj', sandbox=True)
答复:
TypeError: __init__() got an unexpected keyword argument 'sandbox'
当我删除“sandbox=true”时,我得到了以下信息:
TypeError: __init__() missing 1 required positional argument: 'sandbox'
那么它想要什么呢?
暂无答案!
目前还没有任何答案,快来回答吧!