I cannot copy or bisync from local drive to google drive, although I can touch files so the connection is working. Maybe Important: Im running rclone Snap on Ubuntu Core on a Raspi5. Thats why I have to use sudo rclone to copy, otherwise the permissions are denied for the source file. I assume there is the problem or something wrong with the config file, but the other commands work well. The guide to setup rclone is so good, that even my noob ass has got it working - kind of.
Run the command 'rclone version' and share the full output of the command.
I would, but I run Ubuntu Core, I can only use Snap Versions.
But if that is a limitation of Snap, I would consider deleting everything and starting over.
hondivia@raspi5-paperless:~$ rclone -vv copy /home/hondivia/testfile123 djpuke:
2024/07/10 18:46:14 DEBUG : rclone: Version "v1.67.0" starting with parameters ["/snap/rclone/505/bin/rclone" "-vv" "copy" "/home/hondivia/testfile123" "djpuke:"]
2024/07/10 18:46:14 DEBUG : Creating backend with remote "/home/hondivia/testfile123"
2024/07/10 18:46:14 DEBUG : Using config file from "/home/hondivia/snap/rclone/505/.config/rclone/rclone.conf"
2024/07/10 18:46:14 DEBUG : fs cache: adding new entry for parent of "/home/hondivia/testfile123", "/home/hondivia"
2024/07/10 18:46:14 DEBUG : Creating backend with remote "djpuke:"
2024/07/10 18:46:14 DEBUG : Google drive root '': 'root_folder_id = 0ADMz8Vd_C10hUk9PVA' - save this in the config to speed up startup
2024/07/10 18:46:14 DEBUG : testfile123: Need to transfer - File not found at Destination
2024/07/10 18:46:14 ERROR : testfile123: Failed to copy: failed to open source object: open /home/hondivia/testfile123: permission denied
2024/07/10 18:46:14 ERROR : Attempt 1/3 failed with 1 errors and: failed to open source object: open /home/hondivia/testfile123: permission denied
2024/07/10 18:46:15 DEBUG : testfile123: Need to transfer - File not found at Destination
2024/07/10 18:46:15 ERROR : testfile123: Failed to copy: failed to open source object: open /home/hondivia/testfile123: permission denied
2024/07/10 18:46:15 ERROR : Attempt 2/3 failed with 1 errors and: failed to open source object: open /home/hondivia/testfile123: permission denied
2024/07/10 18:46:15 DEBUG : testfile123: Need to transfer - File not found at Destination
2024/07/10 18:46:15 ERROR : testfile123: Failed to copy: failed to open source object: open /home/hondivia/testfile123: permission denied
2024/07/10 18:46:15 ERROR : Attempt 3/3 failed with 1 errors and: failed to open source object: open /home/hondivia/testfile123: permission denied
2024/07/10 18:46:15 INFO :
Transferred: 0 B / 0 B, -, 0 B/s, ETA -
Errors: 1 (retrying may help)
Elapsed time: 1.1s
2024/07/10 18:46:15 DEBUG : 7 go routines active
2024/07/10 18:46:15 Failed to copy: failed to open source object: open /home/hondivia/testfile123: permission denied