OneDrive Admin Checklist: web upload fails in one browser for Android users
🔍 WiseChecker

OneDrive Admin Checklist: web upload fails in one browser for Android users

When Android users report that uploading files to OneDrive via a web browser fails only in one specific browser while other browsers work, the cause is almost always a browser-specific configuration or compatibility issue. This scenario is distinct from a tenant-wide OneDrive outage or a device-level storage problem. This article provides a structured checklist for IT admins to diagnose and resolve web upload failures that affect only one browser on Android devices.

Key Takeaways: Diagnosing Browser-Specific OneDrive Upload Failures on Android

  • Browser cache and site data clearing: Corrupted cached scripts for OneDrive can block uploads; clearing them is the first fix to try.
  • Browser permissions for storage: Android browsers must have the Storage permission enabled to allow file uploads from the device.
  • Third-party browser extensions or ad blockers: Extensions that modify web content can interfere with OneDrive’s upload JavaScript, causing silent failures.

ADVERTISEMENT

Why OneDrive Web Upload Fails in Only One Browser on Android

OneDrive web uploads rely on the browser’s ability to execute JavaScript, access the device file system through the HTML5 File API, and maintain a stable HTTPS session. When the failure is isolated to a single browser, the root cause is not a server-side issue or a user account problem.

The most common technical causes are:

Corrupted Browser Cache or Site Data

OneDrive stores cached JavaScript and CSS files in the browser to speed up page loading. If these cached files become corrupted after a OneDrive update or a browser update, the upload functionality may break. Other pages still load because they use different scripts.

Missing Storage Permission

Android browsers require the Storage permission to access files on the device. If this permission was denied or revoked for the specific browser, the browser cannot pass a file to OneDrive even though the browser itself works for browsing.

Ad Blockers or Content Scripts

Many Android browsers support extensions such as ad blockers, script blockers, or password managers. These extensions can block or modify the JavaScript that OneDrive uses to initiate and track file uploads. The result is a hung upload, a stalled progress bar, or an immediate failure with no error message.

Admin Checklist: Identify and Fix the Browser-Specific Upload Failure

Follow this checklist in order. Each step isolates a possible cause. Test the upload in the affected browser after each step before moving to the next.

  1. Confirm the failure is browser-specific
    Ask the user to open OneDrive in a different browser on the same Android device. Use Chrome, Firefox, Samsung Internet, or Edge. If the upload works in another browser, proceed. If it fails in all browsers, the issue is not browser-specific and requires a different checklist focused on account status, network, or device storage.
  2. Clear browser cache and site data for OneDrive
    In the affected browser, navigate to Settings or Site Settings. Find Storage or Privacy and select Clear cache and Clear site data. Target only the onedrive.live.com or portal.office.com domain if the browser supports per-site data clearing. After clearing, reload OneDrive and attempt the upload.
  3. Verify the Storage permission for the browser
    On the Android device, go to Settings > Apps > [Browser Name] > Permissions. Ensure Storage or Files and media is set to Allow. If it is set to Deny, change it to Allow, then reopen the browser and try the upload again.
  4. Disable all browser extensions
    Open the browser’s extension or add-ons manager. Disable every extension, especially ad blockers, script blockers, and privacy tools. Restart the browser and test the upload. If the upload works, re-enable extensions one at a time to identify the conflicting extension.
  5. Test in Incognito or Private mode
    Open a private browsing tab in the affected browser. Private mode disables most extensions and uses a fresh session. If the upload works in private mode, the cause is likely an extension or cached data that was not fully cleared in step 2.
  6. Update the browser to the latest version
    Go to the Google Play Store, search for the browser, and tap Update if available. Outdated browsers may lack support for the latest OneDrive web components. After updating, clear the cache again and test.
  7. Check the browser’s desktop mode setting
    Some Android browsers have a Request Desktop Site option. If enabled, OneDrive may load the desktop version, which can behave differently on mobile. Disable desktop mode in the browser menu and reload OneDrive.
  8. Review OneDrive tenant upload restrictions
    As an admin, sign in to the Microsoft 365 admin center. Go to Settings > Org settings > OneDrive. Under Sync and upload, verify that Block file upload is not set for the user’s security group. This is a rare cause for a single-browser issue, but it should be checked if all other steps fail.

ADVERTISEMENT

If OneDrive Still Fails After the Checklist

The upload fails in all browsers after clearing cache

If the problem spreads to all browsers after the cache clearing step, the user may have reached the OneDrive storage quota. Check the user’s OneDrive storage usage in the Microsoft 365 admin center under Users > Active users > [User] > OneDrive. If the account is over quota, the user must delete files or increase the storage limit.

The user cannot find the Storage permission for the browser

Some Android browsers do not request the Storage permission until the first file upload is attempted. Ask the user to open the browser, navigate to a site that supports file uploads such as OneDrive, tap the upload button, and then grant the permission when prompted. If the permission prompt never appears, the user should reinstall the browser.

The upload fails only with large files

OneDrive web uploads have a default file size limit of 250 MB per file when using a browser. Larger files require the OneDrive sync app. The admin can increase this limit in the SharePoint admin center under Settings > OneDrive > Upload limit, but the maximum is 250 GB. However, browser-based uploads above 250 MB are unreliable. Instruct the user to install the OneDrive app for Android for files larger than 250 MB.

OneDrive Web Upload vs Android App Upload: Key Differences

Item Web Browser Upload Android OneDrive App Upload
Maximum file size 250 MB default, configurable up to 250 GB 250 GB
File type restrictions Respects tenant block lists set in admin center Respects tenant block lists set in admin center
Dependency on browser Requires browser cache, permissions, and extensions to be correct No browser dependency
Offline upload Not supported Supported
Background upload Not supported Supported when app is open

For users who frequently upload large files or need offline capability, the OneDrive Android app is the more reliable option. The web upload method is best for quick, small file transfers in shared or temporary devices.

After completing the checklist, the admin should document the specific browser version and the step that resolved the issue. This information helps in creating a FAQ or known-issues list for the organization. For persistent failures that are not resolved by any checklist step, collect the browser’s developer console logs and open a support ticket with Microsoft.

As a proactive measure, configure a Conditional Access policy in Microsoft Entra ID that requires the OneDrive app for Android for all file uploads. This policy bypasses browser-based upload issues entirely and ensures a consistent upload experience across the organization.

ADVERTISEMENT