foyoux / aligo

🔥简单、易用、可扩展的阿里云盘 API 接口库🚀
GNU General Public License v3.0
832 stars 154 forks source link

下载失败: 获取的url为空, 文件可能被屏蔽导致无法下载 #176

Open Hetheway opened 1 month ago

Hetheway commented 1 month ago

file_id = connect().get_file_by_path(path="test.json",drive_id=DRIVE_ID).file_id connect().download_file(file_id=file_id,local_folder="D:/",drive_id=DRIVE_ID)

lemisky commented 1 month ago

刚刚修复了,你更新试试

Hetheway commented 1 month ago

刚刚修复了,你更新试试

同样的问题

lemisky commented 1 month ago

v6.2.3

你试其他文件了吗

Hetheway commented 1 month ago

v6.2.3

你试其他文件了吗

试了

Hetheway commented 1 month ago

屏幕截图 2024-05-30 222507

Hetheway commented 1 month ago

可以获取文件但无法下载

Hetheway commented 1 month ago

以前通过的程序现在也无法运行了,同样的问题

lemisky commented 1 month ago

我现在测试是OK的

你打印下版本看看

image

Hetheway commented 1 month ago

屏幕截图 2024-05-30 223902

Hetheway commented 1 month ago

原来是没更新,我更新一下试试,感谢感谢

Hetheway commented 1 month ago

问题解决了,👌,太感谢了