iwestlin / gd-utils

Google Drive 百宝箱
1.31k stars 425 forks source link

用bot时只复制了目录,查看pm2 logs,只显示【复制文件失败】 #218

Open TomatoFryEggs opened 3 years ago

TomatoFryEggs commented 3 years ago
0|server  | 复制文件失败,文件id: 1_ImoxxxxxxxxX2nburp7YrB0TYCE6mhxxx
0|server  | 复制文件失败,文件id: 1IqHpVNTvxxxxx4qm0XD9a-0qATOCaxxx
0|server  | 复制文件失败,文件id: 1QN73Sxxxxx6VW2Rel2d2KSOUBAU2uxxx
0|server  | 复制文件失败,文件id: 1f5rTViRDBw9UBQg0RfbjMG9RAjuMhxxx
0|server  | 05:59:04 | 已复制文件数 0 | 进行中 3 | 排队中文件数 0
0|server  | 复制文件失败,文件id: 1QngSmUQVHxI32cSmGHXtF2vS8XxxxxxB
0|server  | 复制文件失败,文件id: 1Gm92CLxxxxDmnEbXzOLLNuinCxxxxvME
0|server  | 复制文件失败,文件id: 1aVeVGQrc_BarPdWS8Zf-kxxxxxxxzPcn41T
0|server  | 05:59:05 | 已复制文件数 0 | 进行中 0 | 排队中文件数 0
TomatoFryEggs commented 3 years ago

检查了sa没有问题的。

twtypsj commented 3 years ago

遇到了同样的问题,出现有一段时间了

yuzhiyongcn commented 3 years ago

同样问题, 每次只复制成功很少的文件, 然后一直报错: 复制文件失败,文件id:*** 比如5万文件只成功100个

yuzhiyongcn commented 3 years ago

发现了, 是谷歌对文件的复制限额, 反正要等几天应该会解锁, 现在主要问题是, 复制失败的文件当下次重复同一个task时能增量复制就好了

TomatoFryEggs commented 3 years ago

发现了, 是谷歌对文件的复制限额, 反正要等几天应该会解锁, 现在主要问题是, 复制失败的文件当下次重复同一个task时能增量复制就好了

复制限制是最近才有的么?

roshanconnor123 commented 3 years ago

发现了, 是谷歌对文件的复制限额, 反正要等几天应该会解锁, 现在主要问题是, 复制失败的文件当下次重复同一个task时能增量复制就好了

复制限制是最近才有的么?

The issue is because of google drive new api limitation Gdutils has been affected mostly I think Try to use Gdutils once - then use Fclone so that missing files may get copied Or wait for one day and use Fclone to copy

TomatoFryEggs commented 3 years ago

发现了, 是谷歌对文件的复制限额, 反正要等几天应该会解锁, 现在主要问题是, 复制失败的文件当下次重复同一个task时能增量复制就好了

复制限制是最近才有的么?

The issue is because of google drive new api limitation Gdutils has been affected mostly I think Try to use Gdutils once - then use Fclone so that missing files may get copied Or wait for one day and use Fclone to copy

what‘s fclone? PS:Roshan?刀斯林?

roshanconnor123 commented 3 years ago

发现了, 是谷歌对文件的复制限额, 反正要等几天应该会解锁, 现在主要问题是, 复制失败的文件当下次重复同一个task时能增量复制就好了

复制限制是最近才有的么?

The issue is because of google drive new api limitation Gdutils has been affected mostly I think Try to use Gdutils once - then use Fclone so that missing files may get copied Or wait for one day and use Fclone to copy

what‘s fclone? PS:Roshan?刀斯林?

https://github.com/mawaya/rclone Here you go

liqimore commented 3 years ago

有解决方法吗?

Soloriens commented 2 years ago

我也碰到了同样的问题,有解决办法吗