AliPCS-Py icon indicating copy to clipboard operation
AliPCS-Py copied to clipboard

Aliyundrive API & App 阿里云盘 API 和 客户端

Results 15 AliPCS-Py issues
Sort by recently updated
recently updated
newest added

## 例如执行一下代码 > AliPCS-Py u --upload-type One ./* /网上分享/游戏 > 如果文件能秒传到阿里云盘是没问题的,但如果是文件非秒传则会出现错误(文件大小不对) > 例如我有一个文件大小为1~3G,那么最终上传到阿里云盘的只有30M...

bug

加入了 `finddup` `cleandup` 两个命令,用于查找、删除重复文件。 对多线程不太了解……勉强算是能用吧( ![image](https://user-images.githubusercontent.com/41664195/210093804-971a4360-8f6f-4a48-a971-2234b3691f2c.png) PS,为 `AliPCSApi.list` 加入了一个 retry 机制,因为我尝试 `ls -R` 命令的时候发现,请求太频繁会触发一个 `ParamFlowException`. PPS,我在本机跑 `poetry install` 的时候发现 `alipcs_py/config/__init__.py` 引入的 `toml` 和 `alipcs_py/storage/store.py` `alipcs_py/storage/tables.py` 引入的 `peewee` 没有添加为依赖。

**Describe the bug / 描述 bug** 键入pip3 install AliPCS-Py后编译httptools时报错并停止了安装进程 **To Reproduce / 复现问题** 按照下面的步骤可以复现问题: 1.在cmd中键入pip3 install AliPCS-Py 2.等待其下载与编译 3.问题出现 **Screenshots / 问题截图** 如果可能,请附加问题截图。 ![image](https://user-images.githubusercontent.com/58097884/229260441-de4f5a4d-47f0-4312-bffc-e38faa4b9cce.png) ![image](https://user-images.githubusercontent.com/58097884/229260485-fb2d8bef-2bd4-4cf0-a526-b68372bb7bbc.png) **Envrionment / 运行环境** - OS:...

**Describe the bug / 描述 bug** ls -A 显示绝对路径,但实际没有 **Screenshots / 问题截图** ![image](https://user-images.githubusercontent.com/8643392/225861580-fdd8b761-5f40-49ef-90f9-3cf5ed8f8f99.png) 如果可能,请附加问题截图。 **Envrionment / 运行环境** - ubuntu20 - Python3,8.10 - AliPCS-Py v0.5.3

bug

有没有解决限流问题的方案,目前实测每个save操作基本都得等待10分钟以上,这个时长很难受,用脚本吧时间严重失控还没有用手工转存快。。。。不用吧手工天天转存也不是事。。。。有点尴尬现在。。。包括ls等操作也是频繁限流无法正常使用。。。 不知道是只有我的账号有这种情况吗?还是大家都是这种情况?谢谢。

AliPCS-Py ls --ID -f --share-url https://www.aliyundrive.com/s/tuZobrQEK5s 最近这两天,ls share-url突然没有返回结果了,也没有报错信息。

bug

sdk的 upload_slice 函数的url参数传什么呢? 我只传了网盘路径,却报错,请问完整URL是怎么样的呢

(v0.5.0) ERROR: AliPCSError: error_code: InvalidParameter.ClientId, response: {'code': 'InvalidParameter.ClientId', 'message': 'The input parameter client_id is not valid. ', 'requestId': None}

default drive id为备份盘,如何设为资源盘?谢谢。