mirror of
https://github.com/rclone/rclone.git
synced 2025-08-03 11:47:41 +02:00
Before this change rclone used the team_drive ID as the root if set
even if the root_folder_id was set too.
This change uses the root_folder_id in preference over the team_drive
which restores the functionality.
This problem was introduced by ba7c2ac443
Fixes #3742