We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
如题
可以使用:tqdm 这个python库实现
The text was updated successfully, but these errors were encountered:
upload 命令默认是开启进度条的。你用的是什么命令。
upload
Sorry, something went wrong.
baidupan.upload_file(io=io, remotepath=remote_file_path)
进度条属于外部功能,BaiduPCSApi.upload_file 不提供,你可以仿照下面的代码,自己实现。
BaiduPCSApi.upload_file
BaiduPCS-Py/baidupcs_py/commands/upload.py
Lines 669 to 671 in 0002a3a
No branches or pull requests
如题
可以使用:tqdm 这个python库实现
The text was updated successfully, but these errors were encountered: