Does rclone backend set -o service_account_file affect current transfers on a mount?

What is the problem you are having with rclone?

I have an a rclone mount and before I hit the 750GB limit I want to cycle out the service account file, but I don't want it to restart or affect current transfers that have started.

What is your rclone version (output from rclone version)

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

Linux 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)

rclone backend set remote: -o service_account_file=anotherfile.json

The rclone config contents with secrets removed.

[remote]
client_id =
client_secret =
scope = drive
service_account_file = service_account1.json
team_drive = 

A log from the command with the -vv flag

I haven't tried it yet

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