How to enter the subdirectory of onedrive?

I have a onedrive remote

[onedrive]
type=onedrive

rclone ls onedrive: This can directly access the onedrive root directory

1/
1.1/
1.2/
2/
3/

I want to access the onedrive/1/1.1 directory directly

What type of remote needs to be created to directly enter the 1.1/ directory?

I know that if it is an encrypted remote, you can set remote = onedrive:1/1.1

But my onedrive:1/1.1 is not encrypted

The reason why I want to implement this operation is that I can easily access an unencrypted subdirectory in the Round Sync mobile version.

1 Like

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