Re: Error 404 Multi-Status when trying to access a One-drive folder shared by others
Thanks for sharing your findings.
FOLDER1
and in there a FOLDER2
and he shares FOLDER2
to USER-1
FOLDER2
from WinSCP (or any similar app, I presume), he must enter the credentials to his OWN Microsoft account and on the Remote path he must enter /USER-2-CID/FOLDER1/FOLDER2
. He will get the directory listing, but if he double-clicks on ..
, he will not be able to go to previous folder and he will see the message "Access forbidden"
Shared_folder
. I want to make my application connect and view/upload files to this folder. When I clicked his invitation, I saw that the CID on the One Drive URL was different than mine, which means that I have to use his CID as a root folder, but still use my own credentials to login. Based on these information, the login information and directories I should pass to the WinSCP wrapper should be:
/MY_FRIENDS_CID/Shared_folder
as Remote directory. Any ideas on how i should treat the connection to a Onedrive folder shared by others?