Write access to OneDrive subfolder

What is the problem you are having with rclone?

I would like to synchronise a certain subfolder of my business OneDrive space with a local folder.
The idea is to generate some files locally and move them by rclone to a subfolder of OneDrive.
By doing this I would also like to protect all other files from accidental deletion by misuing rclone folder.
In other words, I would like to perform operation similar to mounting a remote subdir with write access.

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

PS C:\Users\Legion\workspace\rclone> .\rclone.exe version
rclone v1.60.1
- os/version: Microsoft Windows 11 Home 22H2 (64 bit)
- os/kernel: 10.0.22621.819 (x86_64)
- os/type: windows
- os/arch: amd64
- go/version: go1.19.3
- go/linking: static
- go/tags: cmount

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

One Drive

The rclone config contents with secrets removed.

[ifjonedrive_interim]
type = onedrive
drive_type = business
root_folder_id = 016RGUGOWSHGSXEHLSIZGKWSVETOVWJIZA
expose_onenote_files = true
link_scope = anonymous
token = {"access_token":"(...)","expiry":"2022-11-24T13:16:59.9476911+01:00"}
drive_id = (...)

See also my entry in the following issue:

I've tried to solve my problem using root folder id, but this failed.

It seems an interesting update appeared here:

In fact the mechanism of root folder id works well, but extracting root folder id is a bit cumbersome

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