I am running rclone v1.45 on my local desktop and rclone is unable to find the "Theme A DCU" folder. I am not sure if this is due to using a different rclone version on my local PC than what I am using on Grove (but my credentials are no longer working on Grove so I can't check right now).
Anyway, it could also be related to some changes with Google Drive itself. In any case, I am able to find the directory by checking the directories in "Shared with me", e.g.
# no result
rclone lsd gdrive:
# successfully finds "Theme A DCU" folder
rclone lsd gdrive: --drive-shared-with-me
I'm just wondering is this the same for anyone else? If everyone else can no longer see the shared folder, we will need to update all rclone-related scripts to include the --drive-shared-with-me flag.
I am running rclone
v1.45
on my local desktop and rclone is unable to find the "Theme A DCU" folder. I am not sure if this is due to using a different rclone version on my local PC than what I am using on Grove (but my credentials are no longer working on Grove so I can't check right now).Anyway, it could also be related to some changes with Google Drive itself. In any case, I am able to find the directory by checking the directories in "Shared with me", e.g.
I'm just wondering is this the same for anyone else? If everyone else can no longer see the shared folder, we will need to update all rclone-related scripts to include the
--drive-shared-with-me
flag.See reference issue for rclone: https://github.com/rclone/rclone/issues/48