Help and Support Template

What is the problem you are having with rclone?

i am ignorant and possibly not smart enough to use rclone. the issue at hand is twofold. first, is it even possible to connect to a sharepoint 2013 list? i have tried http/https/webdav and i get ERROR : webdav root '': Statfs failed: about call failed: Propfind "%22https//host/siteurl/%22/": unsupported protocol scheme ""
the real issue i fear is PICNIC> problem in chair not in computer. i am not really stupid, but i am not grasping how this really works. in general yes, but small things like the colon in https: all the examples seem to include the : but i get an error. not casting shade on anything or anyone but me. so feel free to flame or ignore. i am really interested in using rclone tho in multiple contexts. if i can only learn how.

What is your rclone version (output from rclone version)

Version "v1.56.0"

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

http/https/webdav are what i have tried. but i am not at all sure they are appropriate for what i am trying to do.

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

rclone  mount  rem2:   c:\fs\splunk\mainframe\ctmp\rem2  --config rclone.conf -vv

The rclone config contents with secrets removed.

[rem1]
type = https
url = "https//host/listurl/"
[rem2]
type = webdav
url = "https//host/listurl/"

A log from the command with the -vv flag

C:\fs\splunk\mainframe\ctmp\rclone>rclone  mount  rem2:   c:\fs\splunk\mainframe\ctmp\rem2  --config rclone.conf -vv
2021/10/05 14:29:33 DEBUG : rclone: Version "v1.56.0" starting with parameters ["rclone" "mount" "rem2:" "c:\\fs\\splunk\\mainframe\\ctmp\\rem2" "--config" "rclone.conf" "-vv"]
2021/10/05 14:29:33 DEBUG : Creating backend with remote "rem2:"
2021/10/05 14:29:33 DEBUG : Using config file from "C:\\fs\\splunk\\mainframe\\ctmp\\rclone\\rclone.conf"
2021/10/05 14:29:33 DEBUG : found headers:
2021/10/05 14:29:33 INFO  : webdav root '': poll-interval is not supported by this remote
2021/10/05 14:29:33 NOTICE: webdav root '': --vfs-cache-mode writes or full is recommended for this remote as it can't stream
2021/10/05 14:29:33 DEBUG : Network mode mounting is disabled
2021/10/05 14:29:33 DEBUG : Mounting on "c:\\fs\\splunk\\mainframe\\ctmp\\rem2" ("rem2")
2021/10/05 14:29:33 DEBUG : webdav root '': Mounting with options: ["-o" "attr_timeout=1" "-o" "uid=-1" "-o" "gid=-1" "--FileSystemName=rclone" "-o" "volname=rem2"]
2021/10/05 14:29:36 DEBUG : webdav root '': Init:
2021/10/05 14:29:36 DEBUG : webdav root '': >Init:
2021/10/05 14:29:36 DEBUG : /: Statfs:
2021/10/05 14:29:36 ERROR : webdav root '': Statfs failed: about call failed: Propfind "%22https//host/siteurl/": unsupported protocol scheme ""
2021/10/05 14:29:36 DEBUG : /: >Statfs: stat={Bsize:4096 Frsize:4096 Blocks:8796093022207 Bfree:8796093022207 Bavail:8796093022207 Files:1000000000 Ffree:1000000000 Favail:0 Fsid:0 Flag:0 Namemax:255}, errc=0
2021/10/05 14:29:36 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2021/10/05 14:29:36 DEBUG : /: >Getattr: errc=0
2021/10/05 14:29:36 DEBUG : /: Readlink:
2021/10/05 14:29:36 DEBUG : /: >Readlink: linkPath="", errc=-40
The service rclone has been started.
2021/10/05 14:29:36 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2021/10/05 14:29:36 DEBUG : /: >Getattr: errc=0
2021/10/05 14:29:36 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2021/10/05 14:29:36 DEBUG : /: >Getattr: errc=0
2021/10/05 14:29:36 DEBUG : /: Opendir:
2021/10/05 14:29:36 DEBUG : /: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx
2021/10/05 14:29:36 DEBUG : /: >OpenFile: fd=/ (r), err=<nil>
2021/10/05 14:29:36 DEBUG : /: >Opendir: errc=0, fh=0x0
2021/10/05 14:29:36 DEBUG : /: Statfs:
2021/10/05 14:29:36 DEBUG : /: >Statfs: stat={Bsize:4096 Frsize:4096 Blocks:274877906944 Bfree:274877906944 Bavail:274877906944 Files:1000000000 Ffree:1000000000 Favail:0 Fsid:0 Flag:0 Namemax:255}, errc=0
2021/10/05 14:29:36 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2021/10/05 14:29:36 DEBUG : /: Releasedir: fh=0x0
2021/10/05 14:29:36 DEBUG : /: >Releasedir: errc=0
2021/10/05 14:29:36 DEBUG : /: >Getattr: errc=0
2021/10/05 14:29:36 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2021/10/05 14:29:36 DEBUG : /: >Getattr: errc=0
2021/10/05 14:29:36 DEBUG : /: Opendir:
2021/10/05 14:29:36 DEBUG : /: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx
2021/10/05 14:29:36 DEBUG : /: >OpenFile: fd=/ (r), err=<nil>
2021/10/05 14:29:36 DEBUG : /: >Opendir: errc=0, fh=0x0
2021/10/05 14:29:36 DEBUG : /: Releasedir: fh=0x0
2021/10/05 14:29:36 DEBUG : /: >Releasedir: errc=0
The service rclone has been stopped.
2021/10/05 14:54:08 DEBUG : webdav root '': Destroy:
2021/10/05 14:54:08 DEBUG : webdav root '': >Destroy:
2021/10/05 14:54:08 DEBUG : Not calling host.Unmount as mount already Destroyed
2021/10/05 14:54:08 DEBUG : Unmounted successfully
2021/10/05 14:54:08 DEBUG : rclone: Version "v1.56.0" finishing with parameters ["rclone" "mount" "rem2:" "c:\\fs\\splunk\\mainframe\\ctmp\\rem2" "--config" "rclone.conf" "-vv"]


hello and welcome to the forum,

you can setup a sharepoint two ways

before trying rclone mount, make sure rclone ls is working

the remote for sharepoint over webdav would look something like

[remote]
type = webdav
url = https://xxx.sharepoint.com
vendor = sharepoint
user = 
pass = 

a sharepoint using onedrive, would look something like

[remote]
type = onedrive
region = global
token = 
drive_id = 
drive_type = documentLibrary

Thanks A Million!!

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