What is the problem you are having with rclone?
I've successfully mounted a Google Drive remote and can browse through its contents, but any time I try to copy a file to another folder, I receive an I/O error that prevents me from being able to do so.
What is your rclone version (output from rclone version
)
rclone v.1.54.1
Which OS you are using and how many bits (eg Windows 7, 64 bit)
Ubuntu Server, 64-bit
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
)
sudo cp -R /GoogleDrive /temp/GoogleDrive
The rclone config contents with secrets removed.
[GoogleDrive]
type = drive
client_id = REMOVED
client_secret = REMOVED
scope = drive
token = REMOVED
A log from the command with the -vv
flag
cp: error reading '/GoogleDrive/examplefile.ext: Input/output error