File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v0.7.2 - 2022-10-31
4+
5+ ### Added
6+
7+ - ` updateuser ` 命令支持 更新所有用户信息。
8+
9+ ### Updated
10+
11+ - 等上传时用户空间不足时,抛出 ` error_code: 31112, 超出配额 ` 异常。
12+
313## v0.7.1 - 2022-08-04
414
515### Fixed
Original file line number Diff line number Diff line change @@ -320,6 +320,10 @@ BaiduPCS-Py updateuser
320320BaiduPCS-Py updateuser user_id
321321```
322322
323+ | Option | Description |
324+ | ------ | ---------------- |
325+ | --all | 更新所有用户信息 |
326+
323327## 显示所有用户
324328
325329```
Original file line number Diff line number Diff line change 11from baidupcs_py .baidupcs import BaiduPCS , BaiduPCSApi
22
3- __version__ = "0.7.1 "
3+ __version__ = "0.7.2 "
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " BaiduPCS-Py"
33homepage = " https://github.com/PeterDing/BaiduPCS-Py"
4- version = " 0.7.1 "
4+ version = " 0.7.2 "
55description = " Baidu Pcs Api and App"
66authors = [" PeterDing <dfhayst@gmail.com>" ]
77license = " MIT"
You can’t perform that action at this time.
0 commit comments