Rclone OneDrive: Forcing "Documents" Drive Selection

What is the problem you are having with rclone?

When running the command rclone config create "REMOTENAME" onedrive config_type=url config_site_url=https://xxx.sharepoint.com/sites/xxx to create a SharePoint Remote, how can I change it so that it picks up the 'Documents' drive and not any other else?

If the SharePoint has, for example:
1 / Teams Wiki Data (documentLibrary)
\ (XXXXXX)
2 / Documents (documentLibrary)
\ (XXXXXX)

It always defaults to something else that is not the 'Documents'.

Can I add something in the command to default to the 'Documents' Drive automatically? I've tried "config_driveid=Documents''' but that doesn't seem to work.

rclone v1.69.1
- os/version: Microsoft Windows Server 2022 Standard Evaluation 21H2 21H2 (64 bit)
- os/kernel: 10.0.20348.3207 (x86_64)
- os/type: windows
- os/arch: amd64
- go/version: go1.24.0
- go/linking: static
- go/tags: cmount

Which cloud storage system are you using?

OneDrive

rclone config create "REMOTENAME" onedrive config_type=url config_site_url=https://xxx.sharepoint.com/sites/xxx

type = onedrive
token = XXX
drive_id = XXX
drive_type = documentLibrary

Check out:

Microsoft OneDrive

Yeah, this doesn't work as it does nothing to choose the folder in Sharepoint. Even if I set --onedrive-drive-type documentLibrary | or --onedrive-drive-type Business | it always defaults to another data point that is not the 'Documents' folder.