I am trying to download a file using RClone from a Python Script. I am able to use RClone to list a directory, so connection credentials should be valid. I get perrmission denied though I've verified that all files are publicly shared, visible, and downloadable from Drive manually.
I am wondering if the existence of spaces in file names is an issue that I'm not addressing properly. I do notice in the log below that it seems to be referencing a photo - I'm trying to download a Google spreadsheet as a csv file.
Any help appreciated.
Thx,
--Don
What is your rclone version (output from rclone version)
rclone v1.36
Which OS you are using and how many bits (eg Windows 7, 64 bit)
Ubuntu - 64 bit - Dell T3500 -
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)
I have upgraded to 1.49 and have the same problem. However, I have verified that I can download a file in another directory, so I clearly have a permission problem with Drive. I have checked that all directories in the path are accessible to anyone on the internet (not an acceptable permanent setting). Presumably this implies that I need more info in my config file??