Rclone config seems to ignore drive chunk size

Trying to hardcode --drive-chunk-size=256M into my rclone.conf so I don't have to remember to add it all the time... But it seems to be ignored

[1]
type = drive
client_id = REDACTED
client_secret = REDACTED
scope = drive
service_account_file = REDACTED
team_drive = REDACTED
drive_chunk_size=256M

It should be chunk_size, not drive_chunk_size.

Documentation: https://rclone.org/drive/#drive-chunk-size

1 Like

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