模块“投递箱”没有属性“客户端”

时间:2018-12-29 14:40:07

标签: python dropbox-api attributeerror

我正在尝试在我的python项目中使用dropbox api,但似乎存在问题。我已经用pip安装了软件包,一切都成功了。

导入时没有错误

>>> import dropbox
>>> client = dropbox.client.DropboxClient('auth_token_goes_here')
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: module 'dropbox' has no attribute 'client'
>>>

0 个答案:

没有答案