我正在尝试在我的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'
>>>