Recent Discussions
MacOS 14.8.1 OneDrive - Timestamped Sync Root directory?
Hello community, Attempted a plethora of web searches to find someone else who may have seen this. I utilize Shared Libraries with my MacOS OneDrive, and it seems within my ./Library/CloudStorage/ there are two versions of the Sync Root: OneDrive-SharedLibraries-*Company*/Directories & OneDrive-SharedLibraries-*Company* (Timestamp)/Directories This Timestamped Sync Root has over 140GBytes of 'reported' storage space consumption. Some of the folders already exist in OneDrive-ShareLibraries-*Company*/Directories, but others do not. Was curious if anyone else has seen this before and knows if the related storage can be 'freed'?39Views0likes2CommentsCan't get Onedrive to stop running on my computers
I don't want OneDrive on my computer. I have no need for it. I am currently switching from my desktop computer to my new laptop. I have gone to the Onedrive cloud icon on my taskbar on my new laptop and told it to unsync many, many times. Currently on my taskbar it has the line through it. When I look at Microsoft storage in settings, it shows that I have used 100% for Onedrive, yet I have unsynced it. My new laptop doesn't have any pictures in the picture folder. Is it trying to sync with my pictures on my desktop? I have a 1TB hard drive, I don't need Onedrive. IS IT TRUE MICROSOFT WON"T UNINSTALL IT? I really need some help please. Because of that, it has totally messed up using Outlook for my email and keeps telling me I can't SEND and in 19 days I can't receive email. Can you see what is inside the OneDrive that is supposedly full of files? And of course it wants me to buy more storage.21Views0likes0CommentsA bunch of files are missing from Desktop folders managed by OneDrive
I don't use OneDrive at all, but my mom who's not tech-savvy at all has it on her laptop. Today, she suddenly notices that a bunch of files from a folder on desktop have disappeared. It seems like all of the desktop are managed by/synced with OneDrive but there's some sort of error preventing her from seeing/access those files. Please see the screenshots. Since my 60+ years old mother is really not up-to-date with the tech, she can't tell me if she's done anything with OneDrive (she doesn't even know what it is and that she's using it), when the last update was, etc. But she is not computer illiterate enough that she would accidentally delete all these files from those folders herself. Is there any way of getting these files back and shut off OneDrive permanently so it won't sneak back onto her laptop with the next Windows Update? Thanks in advance!212Views0likes4CommentsMetadata for .mov files radically different to originals
My iPhone's photos and videos are backed up to OneDrive. The files are al synced to my PC hard drive. I'm just clearing off some of the larger .mov files from my iPhone as a quick way to make space. I reconcile that they've definitely been backed up by finding the file on my PC. Only, when I'm doing this the videos aren't there! Thankfully, they are, but with completely different dates and timestamps. For example, a video I took at 0715 on 1 December 2025 shows on my PC as 2 December 2025 at 1458! This is a nightmare scenario. I've also tried Date Created, Date Modified and Date Taken (always blank for .mov files) but none accurately correspond with the correct date and timestamps on my iPhone. Has anyone else experienced this or found a work around?36Views0likes2CommentsRecently saved local file not available
I saved an excel file to my OneDrive Documents directory (.xlsx) when I was offline. OneDrive notified that a local copy was saved due to being offline. However, the file does not exist where I saved it. I searched the entire documents dir with explorer and it is not there. What's going on? When I was back online I was able to open it. This is not the behavior I selected in OneDrive, I selected always save a local copy. When I was offline I was able to open other workbooks. There have been other files that I can't access when offline. This makes me want to quit using OneDrive. Can someone please explain how to fix this?72Views0likes1CommentCorrupted VT+ transaction files
We are a small accounting company using VT+ Transaction on a local drive synchronized with OneDrive for backup and file storage. A few days ago when we tried to open the application, we suddenly started receiving the following error messages: Run Time Error 0 and Run Time Error 440, and the program does not start. According to VT+ support the program files are corrupted and the data can only be restored up to the year 2022, as the more recent backups are also affected. Somehow the system is overriding our backups, which makes the latest ones unusable. Any advice what could cause that and how to resolve the issue. Thanks99Views0likes1CommentHow to resolve 'path is too long' error - endless abending loop!
I'm searching for the proper procedure to resolve a OneDrive for Business issue where a file path is too long. Still, when revised in SharePoint, the OneDrive account doesn't sync the changes and continues to alert the path being too long despite being renamed in SharePoint.87KViews0likes7CommentsCopy Paste issues within OneDrive web-based
So I was copying across a couple documents between 2000 and 4000 words each. I had three more to go and I noticed the clip board copied the last one, not the current one I copied. I thought maybe I didnt hit the button right so I right clicked and clicked copy then went to the new document and right clicked and selected paste. Still only gave me the the previous one, not the one I just tried to copy. I tested several other copy paste functions in other apps, or browsers, or programs and everything worked fine. I could copy something from outside onedrive and paste it in the document but I could no longer copy from one document to another within onedrive. It feels like a cashing issue so I cleared my cookies and cash, restarted the browser, still wouldnt work. I did system updates and checked to make sure my browser was up to date, everything was fine. I tried creating new documents to paste into and still wouldnt work. I restarted my computer and it was still having issues. Now I have a document with crap in it I dont need and I cant even delete the document because it tells me its currently in use and I know its not because I just did a restart. I dont know whats going on but it feels like the clipboard may be "full" but any documentation that I can find on how to clear my clipboard is for the app, not the web based version. HELP! I need to be able to copy and paste again!3.1KViews1like4CommentssharedWithMe 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.138Views0likes5CommentsOneDrive for Android: Camera Backup keeps uploading screenshots
Hi all, Every so often when I check OneDrive, I see my Android phone has uploaded screenshots as well as camera photos. In the Android app, when I check the Camera Backup setting, the "Back up device folders" has the setting "Camera, Screenshots" However, when I click that value, and go into the "Organise new backups in subfolders" list, the Screenshots folder is _not_ actually selected as one to be uploaded. If I turn the folder on, then off, OneDrive will temporarily not upload images from my Screenshot folder. But eventually, it decide that again it should do this. How do I make this behaviour stop permanently? P.1.5KViews2likes8CommentsCan 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.73Views0likes1Comment
Events
Recent Blogs
- 2 MIN READThere’s no better way to start the new year than listening, learning, and taking action! OneDrive Consumer Office Hours are back this January, creating space for open conversation around the lat...Jan 18, 2026383Views0likes7Comments
- 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, 2025844Views0likes2Comments