What is the problem you are having with rclone?
Error occurring when using the copy command or accessing files mounted using the mount command
Run the command 'rclone version' and share the full output of the command.
rclone v1.68.0-beta.8054.27267547b
- os/version: ubuntu 22.04 (64 bit)
- os/kernel: 5.15.0-113-generic (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.22.5
- go/linking: static
- go/tags: none
Which cloud storage system are you using? (eg Google Drive)
PikPak
The command you were trying to run (eg rclone copy /tmp remote:tmp)
rclone mount --config=/root/scripts/rclone.conf --vfs-cache-mode full --pikpak-use-trash=false PIKPAK:/ /Midia/TESTE/
and
rclone --config=/root/scripts/rclone.conf copy PIKPAK:/TESTE.torrent /root/ --progress
The rclone config contents with secrets removed.
[PIKPAK]
type = pikpak
user = noble_knight_drystan@proton.me
pass = xxxxx2TsTuEjy6YW7Nz4NL1tRPOFHE_fW8
token = {"access_token":"xxxxx","token_type":"Bearer","refresh_token":"xxxxx","expiry":"2024-07-14T16:40:57.271287574+02:00"}
A log from the command with the -vv flag
mount command
https://pastebin.com/7dLFJrH6
copy command
https://pastebin.com/UvAVrSsX
Additional Information
- No problems when uploading
- Using
--ignore-sizewith thecopycommand does not occur, but the downloaded file is 0kb - I tested uploading another type of file, a .zip file, but the same problems as described above occurred.