1

嗨,我是编码新手,我想制作一个小程序,将我的文件上传到保管箱。我使用 python 3.5.2 和 pycharm。我按照网上的教程。
1. pip install dropbox
2. 复制并粘贴链接
3. 执行
4. 我收到以下错误

AttributeError: module 'dropbox' has no attribute 'Dropbox'

有谁知道在这种情况下该怎么办?我在谷歌上搜索了一段时间,但无法找到答案。我看到的最多的是 api V1 的代码

以下是我的代码

import dropbox 
dbx = dropbox.Dropbox('mytoken') 
dbx.users_get_current_account()

我遵循的教程https://www.dropbox.com/developers/documentation/python#tutorial

4

0 回答 0