Recent Discussions
Built an Android app for OneDrive duplicate detection (something I wish Microsoft offered natively)
After years of dealing with duplicate photos and videos in OneDrive, I built a solution and wanted to share it with the community. **The problem:** - Samsung Gallery sync creates duplicates in both "Camera Roll" and "Samsung Gallery" folders - WhatsApp media gets backed up twice (original + shared copy) - App resets/reinstalls trigger re-uploads with "(1)" suffixes - No native duplicate detection in OneDrive **What I built:** OneDrive MediaOps - an Android app that scans for duplicates directly in the cloud using perceptual image hashing. No need to download files to a desktop first. Key features: - Cloud-based scanning (no downloads required) - Perceptual hashing catches visually identical photos even with different filenames - Preview before deleting - Batch deletion **Why cloud-based matters:** With 50GB+ of photos, downloading everything to run a desktop duplicate finder wasn't practical. This scans thumbnails directly via the Graph API. Available on Google Play: https://play.google.com/store/apps/details?id=com.onedrive.mediaops&pcampaignid=web_share Would love feedback from the community - especially if you've been dealing with the Samsung/OneDrive sync duplicate issue.14Views0likes0CommentsOneDrive asks to "Delete these 13888 items?"
We have MS 365 Family with six users. The last few days, in updating one of the PCs with MS 365 Family, maybe two minutes after each restart, I get this message: Microsoft OneDrive Delete these items? Review the 13888 items before they are deleted. You are going to delete [filename], [filename] and 13886 more items (Checkbox) Don't ask again for large number of deletes {Button) Keep 13888 items (Button) Delete all items FYI – I opened this OneDrive and looked in its Recycle Bin, and none of these 13888 items is there. That Recycle Bin is currently empty. I am not at all sure what happens where if (a) I do “Keep 13888 items”, (b) I do “Delete all items” or (c) I check “Don’t ask again for large numbers of deletes”. Does anyone have personal experience with this and knows what happens (and where) for each of these choices? Thanks.13Views0likes0CommentsDuplicates In My Photo Gallery (OH MY!)
I'm new to this and somehow uploaded hundreds of duplicate photos that I'm seeing in the Gallery. I'd just as soon delete everything and start over, but don't see a mass deletion option. I have almost 3,000 photos in the Gallery and want to just start over.18Views0likes1CommentOneDrive Newbie
I have uploaded large photo files into OneDrive and they exist as zip files in my OneDrive folders. How do I get these to show up in the Photo Gallery? I can drill down in the files and see the pics, but not at all sure how to get them to show up in the Gallery.19Views0likes1CommentOver storage problem
Hello, I have Family 365 Office version. I have recently run out of subscription and updated it again with a few weeks delay. The onedrive on my main account is working fine, but one of my family member's account is not updating properly. It still shows that I am over the storage with about 0.2TB files stored whereas the subscription plan allows for 1 TB - see photographs below. Could you please advise what can be done? Many thanks, Suzy13Views0likes1CommentFace scan recognition limits?
I was a big fan of adding name tags in photos before, and was eager to have it back. Problem is, I have quite a large number of photos, and onedrive just stopped scanning, being very far from finishing the job. I mean, considering for example the pictures my spouse appears in, one drive started recognizing her in the most ancient photos quite nicely, but stopped somewhere in 2006, and than added just a dozen from the most recent pictures. Yes, I keep taking photos of her meanwhile. Unfortunately it didn't accept help from me, like hey look here, this is a face, and is the face of this person. Any idea if this is just temporary?17Views0likes1CommentDossiers Document / les sous dossiers et les fichiers sont invisibles sur OneDrive
Bonjour à tous, Sur mon espace OneDrive en ligne le dossier Documents semble vide et pourtant il y 250Go de sauvegardé. Sur mon PC, le dossier Documents est bien complet. Jai tenté quelques manips notamment stopper la synchronisation puis la redémarrer. Rien n’y fait. Merci d’avance pour vos bons conseils et bonne fêtes à tous. Yanick46Views0likes1CommentHow does local OneDrive determine if a local file needs to be updated?
When using multiple computers to edit a OneDrive file, a computer often fails to recognize its local copy needs to be updated, even though the file on all computers is set to "Always keep on this device." This means changes are lost with no conflict error generated. Is the OneDrive algorithm for deciding when to update a local version of a file documented anywhere? Usually when a change is made to a file, it starts uploading to the cloud within seconds. Within several seconds after the changed file is uploaded, other computers will recognize their local copy is outdated and will begin downloading the changed version. That is the expected behavior. But often, that doesn't happen. The outdated version is used to make new changes. Those new changes are uploaded successfully. No conflict warning is generated. The earlier changes are lost forever. I have not found any documentation on how local Windows OneDrive decides if its local version of a file needs to be updated. Is it looking at file size? Timestamps? If timestamps, is there a margin of time sync differences? Does the OneDrive metadata include the source device of the last upload? Not knowing any of this I cannot troubleshoot the problem much beyond establishing that the problem is not with uploading changes. OneDrive local is reliably uploading changes. MD5 hash codes in the cloud match the hash of the changed file on the source computer. I don't have time to jump through hoops with someone at frontline Microsoft support who doesn't know any more about the algorithm than I know in order to get the issue escalated to someone with the information needed to pinpoint the issuse.67Views0likes1CommentsharedWithMe returns only one item
A request from a standalone application to the https://learn.microsoft.com/en-us/graph/api/drive-sharedwithme endpoint returns only one item. Scopes used for authorization are: files.readwrite.all, group.readwrite.all, sites.readwrite.all, offline_access user.read When calling the same endpoint https://developer.microsoft.com/en-us/graph/graph-explorer, all shared items are returned. Result from application: { "@odata.context": "https://graph.microsoft.com/v1.0/$metadata#Collection(microsoft.graph.driveItem)", "value": [ { "createdDateTime": "2025-11-13T18:48:46Z", "id": "700DF30854FEF749!sd0cb731281c141acb1bf78fed133f933", "lastModifiedDateTime": "2025-11-13T18:48:46Z", "name": "saĝa-simio", "webUrl": "https://onedrive.live.com?cid=700df30854fef749&id=700DF30854FEF749!sd0cb731281c141acb1bf78fed133f933", "size": 0, "createdBy": { "user": { "email": "email address removed for privacy reasons", "id": "email address removed for privacy reasons", "displayName": "Saĝa Simio" } }, "lastModifiedBy": { "user": { "email": "email address removed for privacy reasons", "id": "email address removed for privacy reasons", "displayName": "Saĝa Simio" } }, "fileSystemInfo": { } Note that only one item is returned. Result from Graph Explorer: { "@odata.context": "https://graph.microsoft.com/v1.0/$metadata#Collection(microsoft.graph.driveItem)", "@microsoft.graph.tips": "Use $select to choose only the properties your app needs, as this can lead to performance improvements. For example: GET me/drive/microsoft.graph.sharedWithMe?$select=audio,bundle", "value": [ { "createdDateTime": "2025-11-13T18:48:46Z", "id": "700DF30854FEF749!sd0cb731281c141acb1bf78fed133f933", "lastModifiedDateTime": "2025-11-13T18:48:46Z", "name": "saĝa-simio", "webUrl": "https://onedrive.live.com?cid=700df30854fef749&id=700DF30854FEF749!sd0cb731281c141acb1bf78fed133f933", "size": 0, "createdBy": { "user": { "email": "email address removed for privacy reasons", "id": "email address removed for privacy reasons", "displayName": "Saĝa Simio" } }, "lastModifiedBy": { "user": { "email": "email address removed for privacy reasons", "id": "email address removed for privacy reasons", "displayName": "Saĝa Simio" } }, "fileSystemInfo": { "createdDateTime": "2025-11-13T18:48:46Z", "lastModifiedDateTime": "2025-11-13T18:48:46Z" }, "folder": { "childCount": 1, "view": {} }, "remoteItem": { "createdDateTime": "2025-11-13T18:48:46Z", "id": "700DF30854FEF749!sd0cb731281c141acb1bf78fed133f933", "lastModifiedDateTime": "2025-11-13T18:48:46Z", "name": "saĝa-simio", "size": 0, "createdBy": { "user": { "email": "email address removed for privacy reasons", "id": "email address removed for privacy reasons", "displayName": "Saĝa Simio" } }, "fileSystemInfo": { "createdDateTime": "2025-11-13T18:48:46Z", "lastModifiedDateTime": "2025-11-13T18:48:46Z" }, "folder": { "childCount": 1, "view": {} }, "lastModifiedBy": { "user": { "email": "email address removed for privacy reasons", "id": "email address removed for privacy reasons", "displayName": "Saĝa Simio" } }, "parentReference": { "driveType": "personal", "driveId": "700df30854fef749" }, "shared": { "scope": "users", "sharedDateTime": "2025-11-13T19:16:19Z", "owner": { "user": { "id": "700df30854fef749", "displayName": "Saĝa Simio" } }, "sharedBy": { "user": { "email": "email address removed for privacy reasons", "id": "email address removed for privacy reasons", "displayName": "Saĝa Simio" } } }, "sharepointIds": { "listId": "a5aff78d-98ee-4b34-b35b-f4fe365ebd74", "listItemId": "184", "listItemUniqueId": "d0cb7312-81c1-41ac-b1bf-78fed133f933", "siteId": "87dbe7ee-ae0c-4854-82e7-d56d982fef54", "siteUrl": "https://my.microsoftpersonalcontent.com/personal/700df30854fef749", "webId": "9d8b91c3-b0b9-45d1-83e4-17babde0d1dc" } } }, { "createdDateTime": "2025-11-13T18:24:59Z", "id": "D26CADA368C1131F!116", "lastModifiedDateTime": "2025-11-13T18:24:59Z", "name": "Beastie", "webUrl": "https://onedrive.live.com?cid=d26cada368c1131f&id=D26CADA368C1131F!116", "size": 0, "createdBy": { "user": { "email": "email address removed for privacy reasons", "id": "email address removed for privacy reasons", "displayName": "Faerie Graceful" } }, "lastModifiedBy": { "user": { "email": "email address removed for privacy reasons", "id": "email address removed for privacy reasons", "displayName": "Faerie Graceful" } }, "fileSystemInfo": { "createdDateTime": "2025-11-13T18:24:59Z", "lastModifiedDateTime": "2025-11-13T18:24:59Z" }, "folder": { "childCount": 1, "view": {} }, "remoteItem": { "createdDateTime": "2025-11-13T18:24:59Z", "id": "D26CADA368C1131F!116", "lastModifiedDateTime": "2025-11-13T18:24:59Z", "name": "Beastie", "size": 0, "createdBy": { "user": { "email": "email address removed for privacy reasons", "id": "email address removed for privacy reasons", "displayName": "Faerie Graceful" } }, "fileSystemInfo": { "createdDateTime": "2025-11-13T18:24:59Z", "lastModifiedDateTime": "2025-11-13T18:24:59Z" }, "folder": { "childCount": 1, "view": {} }, "lastModifiedBy": { "user": { "email": "email address removed for privacy reasons", "id": "email address removed for privacy reasons", "displayName": "Faerie Graceful" } }, "parentReference": { "driveType": "personal", "driveId": "d26cada368c1131f" }, "shared": { "scope": "users", "sharedDateTime": "2025-11-13T18:41:30Z", "owner": { "user": { "id": "d26cada368c1131f", "displayName": "Faerie Graceful" } }, "sharedBy": { "user": { "email": "email address removed for privacy reasons", "id": "email address removed for privacy reasons", "displayName": "Faerie Graceful" } } }, "sharepointIds": { "listId": "5d31fd1e-38af-4117-b637-c1a0f7d5ca95", "listItemId": "4", "listItemUniqueId": "68c1131f-ada3-206c-80d2-740000000000", "siteId": "74111012-f9e7-4940-ad60-5e53a21e2d3c", "siteUrl": "https://my.microsoftpersonalcontent.com/personal/d26cada368c1131f", "webId": "f1ea2ab8-b5ee-4c93-8ce2-6c12700c226a" } } } ] } Any tips or suggestions are welcome.25Views0likes0CommentsCan OneDrive mobile sync a specific local folder on Android or iOS?
Hi, I would like to understand what is officially supported regarding folder synchronization in the OneDrive mobile app on Android and iOS. Specifically: - Is it possible to select a specific local folder on a mobile device and configure OneDrive mobile to automatically sync that folder? - Or does the OneDrive mobile app only support manual uploads and limited automatic features such as camera roll backup? I am looking for an official clarification on the supported behavior of OneDrive on mobile devices. Thank you.59Views0likes1CommentCan a mobile app programmatically trigger the OneDrive mobile app?
Hi, I am developing a native mobile application (Android and iOS) and I would like to clarify what is officially supported when interacting with OneDrive on mobile devices. Specifically, I would like to know: - Is there any supported way (Android Intent, iOS URL scheme, or similar) for a third-party mobile app to programmatically trigger the OneDrive mobile app to create folders or upload files? - Or is Microsoft Graph API the only supported approach to create folders and upload files to OneDrive / SharePoint from a mobile application? I am looking for an official clarification on the supported approach. Thank you.9Views0likes0CommentsSomeone changed my email but i still have access to my account
My account got hacked but the hacker didn't change my the password, now i'm stuck with this weird email account from russia and dont know what to do... I tried the Recovery form but i tried too many times and now doesn't let me try anymore. What can i do? I'm scared for my account69Views0likes1CommentOneDrive Files on-demand
Hello, I was wondering if anyone has some insight around OneDrive files on-demand. I found that clicking the button to free up space works just fine and all of my items switch to cloud unless I am accessing something, however, when I try to implement this via group policy, I can see the policy is being pushed because the files on-demand section of settings is now grayed out but it is not uploading everything to cloud. In fact, nothing seems to change like it does when I was able to click the button. We have tried this on multiple computers and get the same results. No GPO and the button works fine, with GPO, it's grayed out but doing nothing. Am I missing something with the GPO to force that upload to cloud? Any help with this would be greatly appreciated. Thanks!82Views0likes1CommentOneDrive error code 0x8004de26
We are a school system and are having an issue with our OneDrive app not allowing us to sign in. Things had been working until about 2 weeks ago and things stopped. We are having the issue across multiple users. We are on Windows 11 laptops and desktops and are trying to sign into the app to get items saved in on the desktop to syn with OneDrive accounts in the cloud. The sign-in process either simply spins or we get error code0x8004de26. I am wondering if anyone has resolved the same issue or has ideas? Thank you.125Views0likes2CommentsUnusual behaviour on my PC. Access to all Microsoft services blocked.
One Drive does not connect. Microsoft.com loads on Chrome & Firefox but the link to the Microsoft account login page is dead. Outlook.com does not load at all. Connect to VPN (same country) and access to all Microsoft services reappears. Disconnect from VPN, connect to mobile hotspot (different ISP) and problem appears again. Reinstalled windows and problem persists. Wiped HDD and installed Linux and the unusual behaviour continues on Firefox and Chromium. Weird! All other devices on broadband and mobile internet are behaving normally. Any ideas? Curse? Nation-State?93Views0likes2CommentsOneDrive Personal folder redirecting to OneDrive Enterprise
I am having a new issue with my work computer (AD registered) that has been working correctly for about five years with both my O365 and my personal OneDrive accounts. Both OneDrive folders are unique to each other in the root of my user folder, they are not sharing a common directory / folder and they have unique names too. (noted as problem for some users) However something has occurred in the last month (not sure of precise date) where my personal OneDrive account stopped syncing correctly. It will not upload or download files. It indicates it's synchronized but if you change files in the cloud or on the local machine it will not actually transfer anything. I tried performing a link and unlink and also tried performing a onedrive.exe /reset and neither has worked to restore operation. When relinking OneDrive it will pop up an error message saying "we're having trouble connecting to the onedrive service" when it's starting it's linking process and shows the initial folders to potentially be backed up (which I'm not using on this machine). So one thing I noticed during my troubleshooting is that if I double-click on my Personal OneDrive folder it redirects to my Enterprise OneDrive folder. I'm wondering if some kind of loop is being created, even though each OneDrive account has a unique folder that has a unique name it keeps redirecting to the Enterprise folder. I'm wondering during startup is the same thing happening and the OneDrive Personal instance is getting redirected too and creating some kind of weird loop or something? I've even tried exiting the OneDrive Enterprise client while the OneDrive Personal client is starting and still the same result. I'm totally stumped at this point...85Views0likes2CommentsFresh Win11 install, fresh Office365 install, Onedrive backup no connection to OneDrive-service
Hi community, got a new laptop with win11. fresh installation, Installed Office 365 (family license) as first package. No firewall/Antivirus other backup software installed. Onedrive says it´s connected. But if I start to select folders (documents/pictures) to automatically backup, the feedback is "Problem with connecting to the onedrive-service" File length or file names can´t be the issue, same error if folders are empty (fresh installation) No matter if I´m connected through my router (LAN/WLAN), hotspot on my mobile phone, neighbour´s network. Tried all resetting options Microsoft and web search is giving. No other result. Can anyone help me? trying to reach the support leads to "this support is currently not available"97Views0likes2CommentsForce OneDrive/Excel to return the local file path instead of a cloud URL
Hello, I have all my 3D models stored in a OneDrive-synced folder, including the Excel file that controls many of the model parameters. I work on three different PCs, so using OneDrive for synchronization would be ideal. However, my modeling software Solid Edge runs into a specific issue: it does find the linked Excel file in the OneDrive-synced folder and attempts to open it, but as soon as it tries to read the parameters, it gets stuck in an endless loop. The reason is that Excel no longer provides a normal local Windows file path for the workbook—even though the file is fully available offline. Instead, Excel exposes the OneDrive/SharePoint URL, and Solid Edge cannot process this URL, which causes the loop. What I have tried so far: Enabled “Keep files on this device” for the entire project folder Completely shut down OneDrive (disabled it and killed all OneDrive processes in Task Manager) Tried changing the stored Excel path inside Solid Edge from a local path to the OneDrive URL — Solid Edge does not accept URLs as valid paths None of these attempts solved the issue. If anyone has a reliable method to make Solid Edge read a OneDrive-synced Excel file as a local file path, I would really appreciate your help.224Views0likes3CommentsCOMPUTER HACKED
COMPUTER HACKED ALL FILES MOVED TO https://d.docs.live.net/A738C7AF628E9D5E FROM MY DOMAIN - I CURRENTLY HAVE ACCESS (DID NOT YESTERDAY)) AND I MAY LOVE CONTACT AT ANY TIME. HOW DO I RECOVER MY FILES NOW LOCATED AT https://d.docs.live.net/A738C7AF628E9D5E BACK TO MY ONEDRIVE?126Views0likes2Comments
Events
Recent Blogs
- 2 MIN READJoin the OneDrive product team live each month on our monthly OneDrive Customer Office Hours to hear what's top of mind, get insights into roadmap updates, and dig into a special topic. Each cal...Nov 24, 2025658Views0likes2Comments
- Next week Microsoft Ignite 2025 lands in San Francisco’s Moscone Center for the first time! Bringing a wave of innovation that’s reshaping the industry for AI-driven content management, secure c...Nov 10, 2025862Views0likes0Comments