I have been using SkyDrive and am hoping to mount a webdav file system in openSUSE 12.1 KDE but I have not been able to figure out what the server address to use since the recent changes to SkyDrive.
It used to be the address was similar to \docs.live.net@SSL<long_id_number> but that isn’t working.
I know there is a sync program that doesn’t work with Linux and I have that running on my Windows 7 machine but I want to access the same files as a mounted (mapped) location in Linux.
Anybody have any luck? I know its changed recently so I hope it isn’t completely shut down.
One problem I have is that SkyDrive includes a “?cid=” with a 16-character code. In some reference, at least for mapping in Windows, it shows this code being part of the server’s location, but that doesn’t work.
I have the 16 character code that denotes my account, but I don’t know how to put it into the parameters for the URL.
Treant:/home/drew # mount -t davfs https://d.docs.live.net/7694c9624b22c8d9 /mnt/skydrive
Please enter the username to authenticate with server
https://d.docs.live.net/7694c9624b22c8d9 or hit enter for none.
Username: <username>@live.com
Please enter the password to authenticate user <username>@live.com with server
https://d.docs.live.net/7694c9624b22c8d9 or hit enter for none.
Password:
/sbin/mount.davfs: Mounting failed.
302 Found
Based on the information I got from my successfully mapped drive on Windows 7.
Then I tried changing from “.net” to “.com” and got
Treant:/home/drew # Treant:/home/drew # mount -t davfs https://d.docs.live.com/7694c9624b22c8d9 /mnt/skydrive
Please enter the username to authenticate with server
https://d.docs.live.com/7694c9624b22c8d9 or hit enter for none.
Username: <username>@live.com
Please enter the password to authenticate user <username>@live.com with server
https://d.docs.live.com/7694c9624b22c8d9 or hit enter for none.
Password:
/sbin/mount.davfs: connection timed out two times;
trying one last time
/sbin/mount.davfs: server temporarily unreachable;
mounting anyway
Treant:/home/drew #