Failed to copy: context failed

What is the problem you are having with rclone?

I just closed rclone after I mounted my cloud drive to my windows 10 for the first time, whenever I opened it again, all the files are there except they aren't on the cloud. I deleted them to see if that would cause the folder on the cloud to update but it still stayed empty.

What is your rclone version (output from rclone version)

rclone v1.53.3
- os/arch: windows/amd64
- go version: go1.15.5

Which OS you are using and how many bits (eg Windows 7, 64 bit)

Windows 10 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)

no command

Paste command here

no command

The rclone config contents with secrets removed.

Paste config here

do not know how to get config, I have the path but do not know how to decrypt

A log from the command with the -vv flag

    2020/12/18 19:13:24 ERROR : file222.zip: Failed to copy: Post "https://www.googleapis.com/upload/drive/v3/files?**rest of the link removed**": context canceled

hello and welcome to the forum,

there has to be a command, you mentioned that you are using a rclone mount?

to show the contents of the config file, make sure to redact secrets.
rclone config show

can you post the debug log, not just a single line?

[remotez]
type = drive
scope = drive
token = {"access_token":"redacted"}
team_drive = redacted
root_folder_id =

[cryptez]
type = crypt
remote = remotez:/randoms
filename_encryption = standard
directory_name_encryption = true
password = redacted
password2 = redacted

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.