OneDrive: In windows 11, file explorer no longer allows you access to shared folders within "my files" or QuickAccess except as a link to the online version of the folder

Anonymous
2024-06-09T18:14:40+00:00

These issues are specifically for accessing files/folders within File Explorer.

Noted today that for shared folders that were previously added (and readded today) to My Files do not allow access to the contents of the folder but instead they appear as a link to the webpage portal for access to the folder.

Initial access to the web portal version did not seem to work until after logging out and back in again (I think this is referenced in a published workaround).

Further, the same shared folder cannot be accessed via the link in Quick Access. It provides a "location is not found" error instead.

Not sure if there's a fix to this pending?

Microsoft 365 and Office | OneDrive | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

129 answers

Sort by: Most helpful
  1. Anonymous
    2025-03-10T21:09:15+00:00

    There is this story of ongoing account migrations floating around as the reason behind the shared-folder bug. As some forums have already pointed out, this platform-migration is not the only issue behind the bug. The new platform has some bugs and it is partly incompatible with the old one. Those bugs have not been discovered by the OneDrive team's integration tests, but by the author of an independent Linux OneDrive client. Have a look at the ongoing development and discussion:

    https://github.com/OneDrive/onedrive-api-docs/issues/1890

    TL;DR

    The OneDrive team does not even seem to be aware of the issues. Everyone should be prepared for a long wait!

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  2. Anonymous
    2025-03-04T01:35:44+00:00

    Thanks for the advice and screenshot. WebClient service is running, still no luck mapping a network drive or adding a network location. I must be missing some other bit.

    Also, when I enter the full path to a shared folder using the d.docs.live.net notation in the address bar of the browser, it is now throwing an authentication error at me. A few days ago this was still working.

    I wonder if all of this is due to an account and/or content migration behind the scenes, and it's supposed to sort itself out once all our accounts and related OneDrive contents are on the same platform. The reason why I'm guessing this is that I have seen messages like "account migrated" popping up briefly when opening shared folders in the web browser, before getting redirected.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  3. Anonymous
    2025-02-28T22:32:02+00:00

    We just recently experienced this same issue. I am no longer able to share a OneDrive folder and have it accessible in the shared person's File Explorer. We gave up trying to fix it after reading the 100's of posts from people with the same issue.

    We installed Google Drive and are Sharing Folders, via File Explorer. Google Drive Works, Microsoft OneDrive does NOT.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  4. Anonymous
    2025-02-24T23:01:42+00:00

    This method doesn't work on my Windows 11 machine, neither in the described way using "net use", nor by using the "Add a network location" or "Map network drive" features in Windows Explorer. The error is always that the network name cannot be found.

    However, if I enter the path to d.docs.live.net in the Edge browser, it accepts it and redirects me to the OneDrive web interface for that folder. The URL changes to onedrive.live.com, followed by the folder ID.

    I also noticed that OneDrive for Android does no longer display recent changes in shared folders. Files that I added since the whole issue started for me three days ago are not showing up. They do show up in Outlook for Android, when I simulate adding an attachment to an email and navigate to the shared folder there. This is getting increasingly inconsistent and worrying.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  5. Anonymous
    2025-02-24T17:54:12+00:00

    TEMPORARY WORKAROUND / HACK

    I found a temporary workaround / hack for this issue. Microsoft really needs to properly fix this in the OneDrive client!

    The workaround involves mapping a network drive - via net use command which uses WebDAV to access the shared folder.

    1. Navigate to the OneDrive folder that was shared with you in your browser.
    2. The url will be something like https://onedrive.live.com/?id=...&cid=... .
    3. Copy the numbers/letters after cid=, this is your unique 16 hexadecimal content identifier for example 0123456789ABCDEF
    4. Open command (Windows+R cmd)
    5. Enter (or create simple batch file that you can run at startup or manually) net use L: /delete /Y net use L: https://d.docs.live.net/0123456789ABCDEF/Documents/Folder YOURPASSWORD /user:******@DOMAIN.COM /persistent:yes

    Where

    L: is the drive letter you want to use

    0123456789ABCDEF is your CID you copied in step 2
    /Documents/Folder is the folder that was shared with you
    YOURPASSWORD is your Windows password
    ******@DOMAIN.COM is your Windows user name

    You'll see the folder mapped to your network drive and you can access it in explorer and all MS apps just like a mapped network drive.

    CAVEATS

    1. This method uses basic authentication only, no OAuth - no MFA
    2. After a reboot, for some reason the network drive will not reconnect and when you try to access it, a dialog opens for you to enter credentials but does not work. Hence, the suggestion to create a simple .bat file and disconnect (/delete) network share and recreate it.
    3. This method seems to not like certain characters in the filename. The shared folder I accessed has subfolders with a percent sign at the beginning in order to place then at the top of the folder listing ... those show up as ^1whatever instead of %whatever

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments