Comment 12 for bug 1937136

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

Bionic verification

First, reproducing the bug with the bionic package:
ubuntu@b-rclone-sru-1937136:~$ apt-cache policy rclone
rclone:
  Installed: 1.36-3
  Candidate: 1.36-3
  Version table:
 *** 1.36-3 500
        500 http://br.archive.ubuntu.com/ubuntu bionic/universe amd64 Packages

It fails to download a specific file:
ubuntu@b-rclone-sru-1937136:~$ rclone sync -v gdrive_panlinux: $(pwd)/out
2022/07/14 13:00:00 INFO : Local file system at /home/ubuntu/out: Modify window is 1ms
(...)
2022/07/14 13:00:23 ERROR : Compras Natal 2021: Failed to copy: failed to open source object: forbidden to download - check sharing permission
(...)

ubuntu@b-rclone-sru-1937136:~$ find out/ -name 'Compras*2021*' -ls
ubuntu@b-rclone-sru-1937136:~$

Then I update the package to what is in bionic-proposed:
ubuntu@b-rclone-sru-1937136:~$ apt-cache policy rclone
rclone:
  Installed: 1.36-3ubuntu0.1
  Candidate: 1.36-3ubuntu0.1
  Version table:
 *** 1.36-3ubuntu0.1 500
        500 http://br.archive.ubuntu.com/ubuntu bionic-proposed/universe amd64 Package

And the file is downloaded this time:
ubuntu@b-rclone-sru-1937136:~$ rclone sync -v gdrive_panlinux: $(pwd)/out
2022/07/14 13:02:41 INFO : Local file system at /home/ubuntu/out: Modify window is 1ms
(...)
2022/07/14 13:03:07 INFO : Compras Natal 2021.xlsx: Copied (new)
(...)

ubuntu@b-rclone-sru-1937136:~$ find out/ -name 'Compras*2021*' -ls
    77230 9 -rw-rw-r-- 1 ubuntu ubuntu 13094 Dec 29 2021 out/Compras\ Natal\ 2021.xlsx

Bionic verification succeeded