Trying to access a sharepoint linked to a OneDrive business Account

What is the problem you are having with rclone?

  1. I want to mount my OneDrive business account including the associated sharepoints; I manage to access the "main" OneDrive files, but can't see the Sharepoints.
  2. I try to create a new rclone with the Sharepoint and I can do it correctly, using rclone lsd :, I can see the correct folders.
  3. However, when I use terminal to mount the folder, I can only see the main OneDrive for Business instead of the associated Sharepoint.

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

rclone v1.53.3-DEV

  • os/arch: linux/amd64
  • go version: go1.18.1

Are you on the latest version of rclone? You can validate by checking the version listed here: Rclone downloads
-->yes

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

OneDrive for Business including several Sharepoint

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

rclone --vfs-cache-mode writes mount onedrive: ~/OneDrive &
rclone --vfs-cache-mode writes mount onedrive: ~/FJ_Customers &

Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.

Current remotes:

Name                 Type
====                 ====
FJ_Accounting        onedrive
FJ_Customers         onedrive
onedrive             onedrive

e) Edit existing remote
n) New remote
d) Delete remote
r) Rename remote
c) Copy remote
s) Set configuration password
q) Quit config
e/n/d/r/c/s/q> q

A log from the command that you were trying to run with the -vv flag

Sorry I don't know how to do that or what the request means

Firstly update your rclone to the latest version. Yours is ancient. Then try again whatever you are doing.

Secondly post all info you are asked in the template. Then for sure somebody will try to help.

1 Like

Thanks for your patience. I hadn't realized that apps in the App Store are not up-to-date. Here it is again.

What is the problem you are having with rclone?

  1. I want to mount my OneDrive business account including the associated sharepoints; I manage to access the "main" OneDrive files, but can't see the Sharepoints.
  2. I try to create a new rclone with the Sharepoint and I can do it correctly, using rclone lsd :, I can see the correct folders.
  3. However, when I use terminal to mount the folder, I can only see the main OneDrive for Business instead of the associated Sharepoint.

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

rclone v1.65.0

  • os/version: linuxmint 21.2 (64 bit)
  • os/kernel: 5.15.0-89-generic (x86_64)
  • os/type: linux
  • os/arch: amd64
  • go/version: go1.21.4
  • go/linking: static
  • go/tags: none

Are you on the latest version of rclone? You can validate by checking the version listed here: Rclone downloads
-->yes

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

OneDrive for Business including several Sharepoint

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

rclone --vfs-cache-mode writes mount onedrive: ~/OneDrive &
rclone --vfs-cache-mode writes mount onedrive: ~/FJ_Customers &

Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.

[FJ_Accounting]
type = onedrive
token = XXX
drive_id = XXX
drive_type = documentLibrary

[FJ_Customers]
type = onedrive
token = XXX
drive_id = XXX
drive_type = documentLibrary

[onedrive]
type = onedrive
token = XXX
drive_id = XXX
drive_type = business

A log from the command that you were trying to run with the -vv flag

OK I found the previous requests but still don't know what this request means, when I enter the following I get a command not found.
rclone --vfs-cache-mode writes mount onedrive: ~/FJ_Customers & -vv
[1] 6107
-vv: command not found

1 Like

Do not run tasks in the background for testing - so do not use &. It is actually very cumbersome way to run background tasks. It is much better to use systemd.

But for now do not worry about it. I do not think it impacts your issue anyway.

What is the lsd command you use to see correct folders?

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