I can successfully use the LogMeIn client to map a network drive to my Pro files. However,...
I would like to do the same from the command line or using Windows' "Map network drive" menu item in Windows Explorer. Is that possible?
I have tried the following on the command line:
net use X: \\3ab82526-72c9-2e26-8f53-28844cf77213.files.logmein.com@SSL\webdav MyPassword1 /USER:me@mydomain.com
I tried using the same credentials (me@mydomain.com and MyPassword1) as my LogMeIn credentials. To the above command, net.exe replies...
> System error 1244 has occurred.
> The operation being requested was not performed
> because the user has not been authenticated.
I have tried this both in a standard Command Prompt and in an elevated Command Prompt. The error response is the same.
I tried using Fiddler to reverse engineer what the LogMeIn client is doing. I had no luck with that.
My guess is that my WebDAV username is different than my LogMeIn username. That is, in the above command, I included "/USER:me@mydomain.com". My suspicion is that my username is something else. Perhaps, "me+domain_com" or some such. But, that is really just a "shot in the dark."
Does anyone have any suggestions?