How to make onedrive folder as remote

I have an e5 onedrive

I have a folder in root directory of onedrive...
If I make rcl.conf the remote is set to root,
I want the remote to be set to the folder...

Like insted of remote:folder I want to make the folder itself remote

[onedrive]
type = onedrive
client_id = XXX
client_secret = XXX
drive_id = XXX
drive_type = personal
token = XXX

[onedrive1]
type = alias
remote = onedrive:folder

now onedrive1: is the same as onedrive:folder

It didn't solve the issue...

I want the folder natively as remote

P.s. I used to put drive_id of Google drive to make a remote of that particular folder... I want that for onedrive.

I am not sure what is the issue you are trying to solve... Maybe if you explain what you want to achieve somebody can have some solution.

In my example onedrive1: is exactly native rclone remote pointing to specific onedrive folder.

Ur solution is like a link shortner... Looks like a remote but in the backend its still just onedrive:folder...

I want to make it with drive_id... I got the drive id from graph Microsoft... But while making config using that drive id it throws an error 400... As if it can't read any folder other than root...

Try using --onedrive-drive-id

Where to use --onedrive-drive-id?
In Rclone.config? And how?

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