What is the problem you are having with rclone?
I want to automatically mount Google Drive, but always run into 'code=exit,status=1/Faiiure

What is your rclone version (output from rclone version)
' v1.54.0-beta'
Which OS you are using and how many bits (eg Windows 7, 64 bit)
raspberrypi 3
Which cloud storage system are you using? (eg Google Drive)
Google Drive
The command you were trying to run (eg rclone copy /tmp remote:tmp)
Paste command here
The rclone config contents with secrets removed.
[Unit]
Description=rclone
[Service]
User=root
ExecStartPre=/usr/bin/mknod -m 666 /dev/fuse c 10 229
ExecStart=/usr/bin/rclone mount gdrive: /gdrive --allow-other --allow-non-empty --vfs-cache-mode writes
Restart=on-abort
[Install]
WantedBy=multi-user.target
I follow this:https://blog.csdn.net/weixin_42527192/article/details/95783945
A log from the command with the -vv flag
Paste log here
