mirror of
https://github.com/rclone/rclone.git
synced 2025-03-16 01:45:20 +08:00

Before this change doing a remote config using rclone authorize gave this error. The token is saved a bit later anyway so the error is needlessly confusing. ERROR : Failed to save new token in config file: section 'remote' not found. This commit suppresses that error. https://forum.rclone.org/t/onedrive-for-business-failed-to-save-token/8061