What is the problem you are having with rclone?
Hello everyone. With rclone copy I can upload normally, but with rclone mount as a service I get the error message below.
I don't know what else to write, so please ask me any questions you may have to help me.
Could it be that it is still the free account at the moment? Do I have to pay to use rclone mount properly? Of course, it could also be that a flag is missing when mounting.
Please help.
Run the command 'rclone version' and share the full output of the command.
rclone v1.67.0
- os/version: ubuntu 22.04 (64 bit)
- os/kernel: 5.15.0-116-generic (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.22.4
- go/linking: static
- go/tags: none
Which cloud storage system are you using? (eg Google Drive)
uloz.to
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
rclone mount as service. Redacted only the username.
[Unit]
Description=RClone uDrive Service
Wants=network-online.target
After=network-online.target
[Service]
Type=notify
Environment=RCLONE_CONFIG=/home/**REDACTED**/.config/rclone/rclone.conf
KillMode=none
RestartSec=5
ExecStart=/usr/bin/rclone mount uCrypt: /data/**REDACTED**/Media_U \
--allow-other \
--dir-cache-time 1m \
--log-file /opt/rclone/logs/rclone_uCrypt.log \
--log-level DEBUG \
--umask 002 \
--transfers 10 \
--cache-dir=/tmp/cache \
--vfs-cache-mode writes \
--vfs-cache-max-age 24h \
--vfs-cache-max-size 400G \
--vfs-fast-fingerprint
ExecStop=/bin/fusermount -uz /data/**REDACTED**/Media_U
Restart=on-failure
User=**REDACTED**
Group=**REDACTED**
[Install]
WantedBy=multi-user.target
Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.
app_token is the public beta token from the homepage: ;HG%7jW6@6/8vx">R;f(
Question: What do I have to use for username and password? The normal login for the homepage? At least I used it there.
[uCrypt]
type = crypt
remote = uloz:
password = XXX
password2 = XXX
[uloz]
type = ulozto
app_token = XXX
username = XXX
password = XXX
A log from the command that you were trying to run with the -vv
flag
I have --log-level DEBUG in service.d and it comes always:
ERROR : IO error: Error 10001 (403): The user cannot use this download type for the file.