Copy or sync onedrive shared link that is in sub-folder of OneDrive

What is the problem you are having with rclone?

I have a business OneDrive account and have moved a couple folders people have shared with me into one of my sub-directories (trying to stay organized). When I do an lsd or copy I don't see the shared with me folder.

I created a Test directory and copied in a shared folder into that directory. I was hoping to be able to see it using rclone lsd and more specifically rclone copy/sync.

Run the command 'rclone version' and share the full output of the command.

rclone v1.58.1
- os/version: ubuntu 20.04 (64 bit)
- os/kernel: 5.13.0-1022-aws (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.17.9
- go/linking: static
- go/tags: none

Which cloud storage system are you using? (eg Google Drive)

OneDrive (business)

The command you were trying to run (eg rclone copy /tmp remote:tmp)

/data/bin/rclone  --config=/data/configs/rclone.conf lsd  OneDriveID:Test

The rclone config contents with secrets removed.

[OneDriveID]
type = onedrive
client_id = <id>
client_secret =<secret>
token = <token>
drive_id = <driveid>
drive_type = business

A log from the command with the -vv flag

2022/05/08 08:10:05 DEBUG : rclone: Version "v1.58.1" starting with parameters ["/data/bin/rclone" "-vv" "--config=/data/configs/rclone.conf" "lsd" "OneDriveID:Test"]
2022/05/08 08:10:05 DEBUG : Creating backend with remote "OneDriveID:Test"
2022/05/08 08:10:05 DEBUG : Using config file from "/data/configs/rclone.conf"
2022/05/08 08:10:06 DEBUG : 3 go routines active

See:

Implement OneDrive shared with me · Issue #4062 · rclone/rclone (github.com)

Sigh, ok, thanks.

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