Accessing shared Sharepoint folders anonymously

What is the problem you are having with rclone?

I want to try and clone / sync a shared Sharepoint folder. However, when I tried using WebDAV, I keep getting http responses prompting me to login before. When I include the "FedAuth" cookie from my browser I instead get a 503 and an HTML page telling me the service is "temporarily unavailable" (see attached image). It seems that there was a similar issue in the past (Does rclone support public sharepoint sites / file shares?) but I wasn't able to solve with any of the proposed solutions.

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

rclone v1.59.2

  • os/version: Microsoft Windows 10 Pro 21H2 (64 bit)
  • os/kernel: 10.0.19044.2130 (x86_64)
  • os/type: windows
  • os/arch: amd64
  • go/version: go1.18.6
  • go/linking: static
  • go/tags: cmount

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

Sharepoint / WebDAV

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

rclone lsd public:Pictures

The rclone config contents with secrets removed.

[public]
type = webdav
url = [redacted]/Documents
headers = 'Cookie,FedAuth=[redacted]'
vendor = other

A log from the command with the -vv flag

https://pastebin.com/vxGcmppT

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