1
0
mirror of https://github.com/rclone/rclone.git synced 2026-01-03 17:13:18 +00:00
Files
rclone/backend
Nick Craig-Wood 5c5ad62208 drive: fix --drive-impersonate with cached root_folder_id
Before this fix rclone v1.51 and 1.52 would incorrectly use the cached
root_folder_id when the --drive-impersonate flag was in use. This
meant that rclone could be looking up the wrong directory ID with
unpredictable results - usually all files apparently being missing.

This fix makes rclone look up the root_folder_id always when using
--drive-impersonate. It does this by clearing the root_folder_id and
making a NOTICE message that it is ignoring the cached value.

It also stops rclone caching the root_folder_id when using
--drive-impersonate.

See: https://forum.rclone.org/t/rclone-gdrive-no-longer-returning-anything/17215
2020-06-20 15:01:37 +01:00
..
2020-05-12 15:56:50 +00:00
2020-06-05 14:51:05 +01:00
2020-06-18 23:39:59 +02:00
2020-06-16 09:13:50 +01:00
2020-01-18 10:41:08 +00:00
2020-06-12 22:46:33 +01:00
2020-05-20 15:54:51 +01:00