Shared drive limits - up to 20 levels of nested folders

Sometimes when I rclone some folders up to Google Shared Drive, I hit the 20 levels of nested folders limit.

I am using rclone v1.50.2. I ran rclone on RHEL7

The target is Google Shared Drive

Is it possible to use rclone to check the number of folder levels in the source? Thanks.

You could do this with a filter in a really ugly way - this will show all files in directorys deeper than 20 levels

rclone ls --include "/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/**" /path/to/files

Thanks Nic.
Look aside. This is a solution, nonetheless.

1 Like

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