What is the problem you are having with rclone?
I have received access to a Sharepoint site from another company, thus I don't have a username and password for that site. Instead, I got a link from that other company ("XYZ has shared a folder with you ..."). When I open that link in my browser I need to enter my email address, to which a numerical token is sent. Then I need to copy&paste that token into the browser, which opens the shared Sharepoint site.
Can I download files from that shared site via rclone somehow, if I cannot really log in there, but use these tokens only?
Run the command 'rclone version' and share the full output of the command.
$ rclone version
rclone v1.53.3-DEV
- os/arch: linux/amd64
- go version: go1.18.1
Which cloud storage system are you using? (eg Google Drive)
MS Sharepoint
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
I tried rclone config
, but without success, as I don't know how to configure this scenario.