Field teams using OneDrive for Business through a web browser sometimes find that file uploads fail in one specific browser while working fine in another. This issue often stems from browser-specific settings, cached credentials, or security policies that interfere with the upload process. This guide explains the common causes and provides step-by-step fixes to restore reliable web uploads for your field team.
Key Takeaways: Fix OneDrive Web Upload Failures in One Browser
- Browser cache and cookies clear: Clearing cached data for onedrive.live.com resolves many upload failures caused by stale tokens or corrupted session data.
- Third-party cookie blocking: Disabling cross-site tracking or blocking third-party cookies prevents OneDrive from authenticating file uploads properly.
- Browser extensions and security software: Ad blockers, privacy extensions, and corporate security tools often block the upload scripts or multipart form data that OneDrive requires.
Why OneDrive Web Upload Fails in One Browser
OneDrive for Business relies on JavaScript and browser APIs to handle file uploads through the web interface. When a specific browser fails to upload files, the root cause is almost always a browser-specific setting or state that blocks these interactions. The most common technical reasons are:
- Corrupted browser cache or cookies: OneDrive uses session cookies and cached authentication tokens to maintain the upload session. If these become outdated or corrupted, the upload request is rejected or silently fails.
- Third-party cookie restrictions: OneDrive uploads require cross-domain requests to Microsoft authentication servers. Browsers that block third-party cookies or enable strict tracking prevention can interrupt this flow.
- Conflicting browser extensions: Extensions like ad blockers, privacy tools, or security suites often inject scripts or block network requests that interfere with OneDrive’s upload mechanism.
- Corporate security policies: Group Policy or mobile device management settings may disable specific browser features needed for file uploads, such as the File API or multipart form data submission.
Because the issue appears in only one browser, the problem is not with the OneDrive service itself. The fix involves resetting that browser’s state or adjusting its settings.
Steps to Fix OneDrive Web Upload Failures in a Single Browser
Follow these steps in the order listed. Test the upload after each step to see if the issue is resolved.
Step 1: Clear Browser Cache and Cookies for OneDrive
- Open the affected browser and go to OneDrive
Navigate to the OneDrive for Business web portal where uploads fail. - Open browser developer tools by pressing F12
This gives you access to the Application tab where you can clear site data. - Click the Application tab then Storage
Look for the Clear site data button. Click it to remove all cached data for onedrive.live.com. - Alternatively, clear browser history for all time
Go to browser settings > Privacy and security > Clear browsing data. Select Cached images and files and Cookies and other site data. Set the time range to All time. Click Clear data.
Step 2: Disable Third-Party Cookie Blocking
- Open browser settings
Click the three-dot menu (Edge, Chrome) or the gear icon (Firefox) and select Settings. - Navigate to Privacy and security
In Chrome and Edge, click Privacy and security > Cookies and other site data. In Firefox, click Privacy and security > Cookies and Site Data. - Select Allow all cookies or Block third-party cookies in Incognito only
If the current setting is Block third-party cookies or Block all cookies, change it to Allow all cookies or the less restrictive option. Then reload OneDrive and try uploading.
Step 3: Disable Browser Extensions Temporarily
- Open the extensions or add-ons manager
In Chrome and Edge, type edge://extensions or chrome://extensions in the address bar. In Firefox, type about:addons. - Disable all extensions by toggling each switch off
Focus on ad blockers, privacy tools, and security extensions first. - Restart the browser and test the upload
If uploads work, re-enable extensions one by one to identify the culprit. Leave the conflicting extension disabled or check its settings for OneDrive exceptions.
Step 4: Reset Browser Settings to Default
- Open browser settings and search for Reset
In Chrome and Edge, go to Settings > Reset settings. In Firefox, go to Help > Troubleshooting Information > Refresh Firefox. - Click Restore settings to their original defaults
This removes extensions, cookies, and site data but keeps bookmarks and passwords. - Restart the browser and sign in to OneDrive again
Test the upload. If it works, the issue was caused by a corrupted browser profile or misconfigured setting.
Step 5: Check for Corporate Security Policies
- Contact your IT administrator
Ask if any browser-based security policies are applied through Group Policy or MDM that could block uploads. - Test using a different browser profile
Create a new local user account on the device and test the upload in the same browser. If it works, a managed policy is likely the cause.
If OneDrive Still Has Issues After the Main Fix
If the upload continues to fail after following the steps above, the problem may be related to browser version compatibility or a deeper network issue.
OneDrive upload fails only in Microsoft Edge
Edge sometimes has stricter tracking prevention settings. Open Edge settings > Privacy, search, and services. Set Tracking prevention to Basic. Also ensure the edge://settings/content/cookies setting allows cookies from other sites.
OneDrive upload fails only in Google Chrome
Chrome’s Enhanced Safe Browsing mode can block file uploads. Go to chrome://settings/security and set Safe Browsing to Standard protection. Also disable any experimental flags by typing chrome://flags and clicking Reset all.
OneDrive upload fails only in Firefox
Firefox’s Enhanced Tracking Protection often blocks OneDrive uploads. Click the shield icon next to the address bar and turn off Enhanced Tracking Protection for the OneDrive site. Also check that the privacy.resistFingerprinting preference in about:config is set to false.
Browser Compatibility for OneDrive Web Uploads: Comparison
| Item | Chrome | Edge | Firefox |
|---|---|---|---|
| Third-party cookie handling | Blocks third-party cookies by default since Chrome 80 | Blocks third-party cookies by default in strict mode | Blocks third-party cookies in standard and strict modes |
| Tracking prevention impact | Enhanced Safe Browsing can block upload scripts | Tracking prevention at Balanced or Strict can block uploads | Enhanced Tracking Protection blocks cross-site requests by default |
| Extension interference risk | High due to ad blockers and privacy extensions | Moderate; many enterprise policies add blocking extensions | High with uBlock Origin and similar tools |
| Recommended fix for field teams | Disable Enhanced Safe Browsing and allow all cookies | Set Tracking prevention to Basic and allow cookies | Disable Enhanced Tracking Protection for onedrive.live.com |
If your field team uses a browser not listed here, such as Safari or Opera, apply the same principles: clear cache, allow third-party cookies, disable extensions, and reset settings.
After applying the fixes above, your field team should be able to upload files to OneDrive for Business from the previously failing browser. To prevent future issues, instruct team members to keep their browser updated and to avoid installing unnecessary extensions. For advanced management, IT can deploy a browser policy that whitelists onedrive.live.com and all subdomains for cookies and scripts, ensuring uploads work regardless of the browser used.