Coder Social home page Coder Social logo

Comments (33)

xiaoyaofenfen avatar xiaoyaofenfen commented on June 12, 2024 7

v0.3.0正式版本已经发布,该版本解决了下载限制问题。并且下载速度暂无限制,可以跑满千兆带宽,推荐大家使用。

from aliyunpan.

xiaoyaofenfen avatar xiaoyaofenfen commented on June 12, 2024 2

这个问题充会员可以解决吗

不能,需要更改成阿里的官方open开放接口才行,目前还在适配中

from aliyunpan.

liuzan-info avatar liuzan-info commented on June 12, 2024 2

现在有什么可行方案吗?

from aliyunpan.

yhuang1997 avatar yhuang1997 commented on June 12, 2024 2

尝试了可以把大文件切片,可以从linux的命令行端下载,再把切片拼接起来。

  • 切片:split -b 100M large_file.txt large_file_part_
  • 拼接:cat large_file_part_* > reassembled_large_file.txt

from aliyunpan.

xiaoyaofenfen avatar xiaoyaofenfen commented on June 12, 2024 1

确实是接口的问题,有点不好搞。应该得切换用阿里的openapi了

from aliyunpan.

xiaoyaofenfen avatar xiaoyaofenfen commented on June 12, 2024 1

阿里的官方open接口,限制很多,QPS限制的死死的,链接有效期也很短,很多功能东西也不开放。分享接口没有,相册接口没有,适配后本程序的功能预计得砍一半=_=

from aliyunpan.

Xi-Gong avatar Xi-Gong commented on June 12, 2024 1

最后补充一下,可以使用md5sum或者sha256sum进行文件完整性校验,如果合并后的大文件有问题可以使用以下命令批量计算所有分片的md5sum,然后根据文本文件对比找出出错的分片重传。
find ./kitti3d_split -type f -exec md5sum "{}" + | sort -k 2 | tee ./md5sum_file.txt

from aliyunpan.

ZhenbangZhang avatar ZhenbangZhang commented on June 12, 2024

哥,我也有这个问题,请问解决了吗

from aliyunpan.

hben35096 avatar hben35096 commented on June 12, 2024

同样的文档,可以上传,但禁止下载
image

from aliyunpan.

StarCycle avatar StarCycle commented on June 12, 2024

我也遇到这样的问题。我下载的是coco数据集的images.zip文件,win端可以下载,linux端报错“文件不合法或者被禁止下载”

from aliyunpan.

woaixuexixuexi avatar woaixuexixuexi commented on June 12, 2024

显示 下载文件失败, 文件被禁止下载,但是在win和手机端下载都没有问题

from aliyunpan.

developWmark avatar developWmark commented on June 12, 2024

我也遇到了这个问题,老哥们咋解决啊

from aliyunpan.

meowwwwww95 avatar meowwwwww95 commented on June 12, 2024

插眼,想下载phi2的模型段失败了。

from aliyunpan.

SWZ128 avatar SWZ128 commented on June 12, 2024

同样的问题

from aliyunpan.

developWmark avatar developWmark commented on June 12, 2024

这个问题咋解决呀

from aliyunpan.

Andy-wen197 avatar Andy-wen197 commented on June 12, 2024

同问,我记得之前还可以正常下载,现在就突然不行了

from aliyunpan.

XuCcc avatar XuCcc commented on June 12, 2024
[0] 当前文件下载最大并发量为: 5, 下载缓存为: 64.00KB

[2024-1-21 14:09:47.338] use config dir:  /root/aliyunpan-v0.2.8-linux-amd64
[2024-1-21 14:09:47.338] do request url: https://api.aliyundrive.com/v2/file/list
[2024-1-21 14:09:47.458] do request url: https://api.aliyundrive.com/v2/file/list
[1] 加入下载队列: /media/Marry.My.Dead.Body.1080p.官中.mp4
[2024-1-21 14:09:47.571] file path cache hit:  /media/Marry.My.Dead.Body.1080p.官中.mp4

[1] ----
文件ID: 65ab36c0beb9544841154b78b2b9494a46e8f74c
文件名: Marry.My.Dead.Body.1080p.官中.mp4
文件类型: 文件
文件路径: /media/Marry.My.Dead.Body.1080p.官中.mp4

[2024-1-21 14:09:48.571] use config dir:  /root/aliyunpan-v0.2.8-linux-amd64
[2024-1-21 14:09:48.572] use config dir:  /root/aliyunpan-v0.2.8-linux-amd64
[1] 准备下载: /media/Marry.My.Dead.Body.1080p.官中.mp4
[1] 将会下载到路径: /mnt/data/download/db2041718953495d9ab65c4e4808b313/media/Marry.My.Dead.Body.1080p.官中.mp4
[2024-1-21 14:09:48.572] DEBUG: download task CREATED: parallel: 3, cache size: 65536
[2024-1-21 14:09:48.572] do request url: https://api.aliyundrive.com/v2/file/get_download_url
[2024-1-21 14:09:48.947] 无法获取有效的下载链接: &{Method:GET Url: InternalUrl: CdnUrl: Expiration:2024-01-21 10:09:48 Size:3515581432 Ratelimit:{PartSpeed:0 PartSize:0}}
[1] 下载失败,文件不合法或者被禁止下载: /mnt/data/download/db2041718953495d9ab65c4e4808b313/media/Marry.My.Dead.Body.1080p.官中.mp4
[2024-1-21 14:09:49.947] use config dir:  /root/aliyunpan-v0.2.8-linux-amd64
[2024-1-21 14:09:49.947] use config dir:  /root/aliyunpan-v0.2.8-linux-amd64
[2024-1-21 14:09:49.947] 插件DownloadFileFinishCallback调用成功
[1] 下载文件失败, 文件被禁止下载

下载结束, 时间: 2秒, 数据总量: 0B
以下文件下载失败:
  1  /media/Marry.My.Dead.Body.1080p.官中.mp4
aliyunpan:media xu丶徐(资源库)$ [2024-1-21 14:10:06.383] use config dir:  /root/aliyunpan-v0.2.8-linux-amd64
[2024-1-21 14:10:06.383] use config dir:  /root/aliyunpan-v0.2.8-linux-amd64
[2024-1-21 14:10:06.383] access token expired, get new from refresh token
[2024-1-21 14:10:06.383] do request url: https://auth.aliyundrive.com/v2/account/token
[2024-1-21 14:10:06.536] get new access token success
[2024-1-21 14:10:06.537] do request url: https://api.aliyundrive.com/users/v1/users/device/create_session
[2024-1-21 14:10:06.646] update access token for download task
[2024-1-21 14:10:35.142] use config dir:  /root/aliyunpan-v0.2.8-linux-amd64
[2024-1-21 14:10:35.142] use config dir:  /root/aliyunpan-v0.2.8-linux-amd64
[2024-1-21 14:10:35.142] access token expired, get new from refresh token
[2024-1-21 14:10:35.142] do request url: https://auth.aliyundrive.com/v2/account/token
[2024-1-21 14:10:35.298] get new access token success
[2024-1-21 14:10:35.299] do request url: https://api.aliyundrive.com/users/v1/users/device/create_session
aliyunpan:media xu丶徐(资源库)$ [2024-1-21 14:10:47.339] use config dir:  /root/aliyunpan-v0.2.8-linux-amd64
[2024-1-21 14:10:47.339] use config dir:  /root/aliyunpan-v0.2.8-linux-amd64
[2024-1-21 14:10:47.339] access token expired, get new from refresh token
[2024-1-21 14:10:47.339] do request url: https://auth.aliyundrive.com/v2/account/token
[2024-1-21 14:10:47.483] get new access token success
[2024-1-21 14:10:47.484] do request url: https://api.aliyundrive.com/users/v1/users/device/create_session
[2024-1-21 14:10:47.609] update access token for download task

from aliyunpan.

leisongju avatar leisongju commented on June 12, 2024

同样的问题,可以上传不可以下载

from aliyunpan.

developWmark avatar developWmark commented on June 12, 2024

急,有佬可以帮忙修复下吗

from aliyunpan.

hairfull avatar hairfull commented on June 12, 2024

请问解决了吗,问题依然存在

from aliyunpan.

vincentaxhe avatar vincentaxhe commented on June 12, 2024

这是大结局了吗,开源工具都被限制,必须得用windows官方客户端才能下载吗,像qq那样吗。

from aliyunpan.

sforce100 avatar sforce100 commented on June 12, 2024

或者说有啥替代方案吗?

from aliyunpan.

developWmark avatar developWmark commented on June 12, 2024

这个问题充会员可以解决吗

from aliyunpan.

Owen718 avatar Owen718 commented on June 12, 2024

+1 下载失败,文件不合法或者被禁止下载

from aliyunpan.

ChitaGideon avatar ChitaGideon commented on June 12, 2024

阿里的官方open接口,限制很多,QPS限制的死死的,链接有效期也很短,很多功能东西也不开放。分享接口没有,相册接口没有,适配后本程序的功能预计得砍一半=_=

还是可以提供两种端口,让用户自己选用哪种

from aliyunpan.

UOMweikangshao avatar UOMweikangshao commented on June 12, 2024

好烦,忽然就不能下载了,官方限制这个就是为了让大家下载客户端是吧

from aliyunpan.

ZhenbangZhang avatar ZhenbangZhang commented on June 12, 2024

from aliyunpan.

kiritoknight avatar kiritoknight commented on June 12, 2024

官网限制了,客户端没会员下载没这个快,哎,逼着充会员了

from aliyunpan.

kiritoknight avatar kiritoknight commented on June 12, 2024

尝试了可以把大文件切片,可以从linux的命令行端下载,再把切片拼接起来。

  • 切片:split -b 100M large_file.txt large_file_part_
  • 拼接:cat large_file_part_* > reassembled_large_file.txt

666,希望作者大大可以加入自动化切片和拼接

from aliyunpan.

yinlubin1989 avatar yinlubin1989 commented on June 12, 2024

阿里官方太恶心了,不提供命令行客户端,还不让大佬自己做客户端,阿里竟然如此垃圾!!!!!

from aliyunpan.

liuzan-info avatar liuzan-info commented on June 12, 2024

尝试了可以把大文件切片,可以从linux的命令行端下载,再把切片拼接起来。

  • 切片:split -b 100M large_file.txt large_file_part_
  • 拼接:cat large_file_part_* > reassembled_large_file.txt

速度有点慢呀

from aliyunpan.

Xi-Gong avatar Xi-Gong commented on June 12, 2024

尝试了可以把大文件切片,可以从linux的命令行端下载,再把切片拼接起来。

  • 切片:split -b 100M large_file.txt large_file_part_
  • 拼接:cat large_file_part_* > reassembled_large_file.txt

速度有点慢呀

在网页端下载也是这个速度,是阿里云盘的问题。你在命令行把下载并发量和缓存开满,并发总量能到7MB/s。
aliyunpan config set -max_download_parallel 20
aliyunpan config set -cache_size 256KB

这是我的下载日志:
下载结束, 时间: 1小时58分24秒, 数据总量: 49.44GB
以下文件下载失败:
103 /kitti3d_split/kitti3d_part_le
224 /kitti3d_split/kitti3d_part_ix
278 /kitti3d_split/kitti3d_part_hy

from aliyunpan.

xiaoyaofenfen avatar xiaoyaofenfen commented on June 12, 2024

阿里 Open 接口临时版本已经发布,请大家到 #396 Issue下载临时版本进行验证。该版本测底解决了超过 100MB 文件无法下载的问题

from aliyunpan.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.