Comment 11 for bug 1937136

Revision history for this message
Andreas Hasenack (ahasenack) wrote :

Impish verification

Reproducing the bug with:
$ apt-cache policy rclone
rclone:
  Installed: 1.53.3-1
  Candidate: 1.53.3-1
  Version table:
 *** 1.53.3-1 500
        500 http://br.archive.ubuntu.com/ubuntu impish/universe amd64 Packages

ubuntu@i-rclone-sru-1937136:~$ rclone sync -P gdrive_panlinux: $(pwd)/out
2022-07-14 12:45:42 ERROR : Compras Natal 2021: Failed to copy: failed to open source object: open file failed: googleapi: Error 403: Only files with binary content can be downloaded. Use Export with Docs Editors files., fileNotDownloadable
(...)

With the updated version:
ubuntu@i-rclone-sru-1937136:~$ apt-cache policy rclone
rclone:
  Installed: 1.53.3-1ubuntu0.1
  Candidate: 1.53.3-1ubuntu0.1
  Version table:
 *** 1.53.3-1ubuntu0.1 500
        500 http://br.archive.ubuntu.com/ubuntu impish-proposed/universe amd64 Packages

There are no such errors:
ubuntu@i-rclone-sru-1937136:~$ rclone sync -P gdrive_panlinux: $(pwd)/out
Transferred: 325.906M / 1.748 GBytes, 18%, 1.535 MBytes/s, ETA 15m53s
Transferred: 677 / 2273, 30%
(...)

I didn't let it finish just for the sake of the test, it's a lot to download. But the previous package failed almost immediately, and I can verify that the file that failed previously was already downloaded by this version:

$ find out/ -name 'Compras*2021*' -ls
   103022 9 -rw-rw-r-- 1 ubuntu ubuntu 13094 Dec 29 2021 out/Compras\ Natal\ 2021.xlsx

Impish verification succeeded.