urgent
8 TopicsUnable to view and access the Recording on MS Teams
I am writing to report an urgent issue regarding a very important meeting recording hosted by our team. The recording is critical for our ongoing work. However, we are unable to access it. When attempting to retrieve the recording, we are presented with the option to “Request Access”, but upon clicking, it results in a File Error 404. This error persists across multiple attempts and devices. Details: Platform: Microsoft Teams Issue: Unable to access a hosted meeting recording Error: File Error 404 after clicking “Request Access” Link to the recording - https://iitkgpacin.sharepoint.com/sites/PlacementBootcamp2025Communiqu/Shared%20Documents/General/Recordings/Software%20Profile%20%207%20PM%20%20Placement%20Bootcamp-20250906_191414-Meeting%20Recording.mp4?web=1&referrer=Teams.TEAMS-ELECTRON&referrerScenario=MeetingChicletGetLink.view This shows file error 404 This recording is essential for our operations, and we kindly request your immediate assistance in restoring access or providing an alternative way to retrieve it.16Views0likes1CommentMicrosoft Graph API Sharepoint Search
I have written an some python to send a request to the graph API to search a OneDrive for files containing keywords. def get_results(keywords, drive_id, next_url=None, total_results=[]): search_query = ' AND '.join(keywords) top = 500 # Set the desired number of results to retrieve select_properties = "id,name,createdDateTime" # Example properties to select if not next_url: base_search_url = f"https://graph.microsoft.com/v1.0/drives/{drive_id}/root/search(q=\'{search_query}\')" top_search = f"$top={top}" search_url = f"{base_search_url}?{top_search}" else: search_url = next_url headers = { 'Authorization': 'Bearer {}'.format(access_token), 'Content-Type': 'application/json' } response = requests.get(search_url, headers=headers) search_results = response.json() total_results += search_results.get('value', []) if '@odata.nextLink' in search_results: next_url = search_results['@odata.nextLink'] get_results(keywords, drive_id, next_url, total_results) return total_results However, when I run this, the result is that I get around 7k results, but I know for a fact there should be around 10k results. When I search the files in the OneDrive using body: keyword1 AND keyword2 I get all files returned, but with this method using the skip tokens, some files are not returned. On top of this, I also get duplicates, so if the 7k files, only 6k are unique. I'm not sure what I've done wrong with this method, I'm wondering if I could get some assistance on this. Thanks 🙂950Views0likes1CommentCan not update past Windows 11 Insider Preview 26058.1000
I cannot update to Windows 11 Insider Preview 26058.1000. I have installed a fresh install several times (reset PC) reinstalled via USB) and have attempted several times to update. It time it hangs during the restart phase. I restart the PC it attempts to continue installation than roll back. All of my drivers, bios are UpToDate. AMD Ryzen 9 5900X Nvidia 3070 super 32Gig 3200x ram gigabyte X570 Gaming X Mobo Windows installed on Samsun M.2 Drive1.2KViews0likes1CommentFault code when trying to copy files 0x8007016A
I have a computer that is broken, so I've removed the hard drive to copy all the data from one hard drive to another. However, I'm getting this error message, and I don't know how to proceed to solve the problem and gives me access to open my files again?. 0x8007016A975Views0likes1CommentURGENT: Edge Canary just crashes at least 2 min after opening
Since at least Friday and continuing in the version that the browser updated to as of making this post (119.0.2150.0), Edge Canary is prone to crash no matter what after opening for a period of at least two minutes. I believe this issue is affecting all Canary users and could also appear on Dev; in any case, this is a serious issue that hinders those who use these browser channels frequently and needs immediate action.5KViews10likes33Comments[urgent] Recover entire system from Windows.old
The original issue came about when I plugged in a hard-drive formatted for a NAS bay as my second PC hard-drive. Suddenly, my computer insisted that Windows 10 was corrupted, even after removing the drive from the system. I spent a long time trying to recover it with a USB bootable media, but Windows said it could not do anything to fix the system and needed to do a clean install. I now have Windows.old, which to my knowledge is completely uncorrupted and just needs a nudge in the right direction, and it is staring me in the face as this ticking timebomb that I need to figure out before it gets automatically deleted. I don't have any specific files I need to recover, I just don't have the time to reinstall all of the programs and all of the user data and custom stuff I've built up. I've searched everywhere but can't find an answer, so I would be so, so, so, so appreciative of any help. Is there any way that I can just completely recover the entire system from the windows.old folder in a situation like this? I am happy to pay up to $100 in licenses for stuff, I just want to get back to running my online business knowing that it's all set up and secure as I had it.4.1KViews1like6CommentsIssue with Teams Mobile Notification
Anyone else facing this issue with Microsoft Teams notification. I'm getting the notification banner on my notification panel.But there's no sound. All the notification options are turned on for both teams and phone settings.Phone is not on silent mode. Tried clearing cache, restarting, uninstalling and reinstalling. I saw on other forums that many others are also facing the issue, but couldn't find any solution. I'm facing the issue on my work profile. I tried contacting the work tech support, they said its an issue with the app. Call notification is working fine, issue is for chat and activities. Any help regarding this would be so helpful. Thanks in advance1.2KViews2likes1Comment