---
title: "Resetting the SPO file handler cache"
canonical_url: "https://www.nutrient.io/guides/document-editor/troubleshooting/resetting-muhimbi-cache/"
md_url: "https://www.nutrient.io/guides/document-editor/troubleshooting/resetting-muhimbi-cache.md"
last_updated: "2026-05-30T02:20:01.225Z"
description: "Solutions for common issues and errors in Nutrient Document Editor SDK with debugging tips and workarounds."
---

# Resetting the SPO file handler cache

File handlers are cached in two ways: locally in the browser, and on the server. These caches have a timeout of 24 hours, meaning it can take up to 48 hours for updates to a file handler manifest to appear for users. Nevertheless, you can follow the instructions below to expedite the process.

To reset the cache:

1. Open the browser window and navigate to OneDrive. Submit the request below to refresh the server-side cache for OneDrive:

   `https://{tenant}-my.sharepoint.com/_api/v2.0/drive/apps?ForceRefresh=1`

2. Submit the request below to refresh the server-side cache for SharePoint as Administrator:

   `https://{tenant}.sharepoint.com/_api/v2.0/drive/apps?adminForceRefresh=1`

3. Clear the browser’s local data.

To clear the session cache for a specific application in Chrome, follow these steps:

1. Open Chrome and click the three dots in the upper-right corner of the window. Click **More Tools** and then **Developer Tools**. Alternatively, you can press Control-Shift-I (on Windows/Linux) or Command-Option-I (on Mac) on your keyboard.

2. In the Developer tools panel, click the **Application** tab.

3. In the left-hand panel, under **Storage**, expand **Local Storage**. Find your SharePoint site, right-click, and choose **Clear** to remove the stored data.

4. Under **Storage**, expand **Session Storage**. Find your SharePoint site, right-click, and choose **Clear** to remove the stored data.

---

## Related pages

- [Creating Pnp Powershell App Registration](/guides/document-editor/troubleshooting/creating-pnp-powershell-app-registration.md)
- [Installing PDF Editor for SharePoint Online](/guides/document-editor/troubleshooting/installing-pdf-editor-for-sharepoint-online.md)
- [Something went wrong, or resource object not found](/guides/document-editor/troubleshooting/something-went-wrong-or-resource-object-not-found.md)
- [PDF viewer stuck on loading](/guides/document-editor/troubleshooting/pdf-viewer-stuck-on-loading.md)
- [Uninstalling Nutrient Document Editor for SharePoint, Teams, and OneDrive](/guides/document-editor/troubleshooting/uninstalling-pdf-editor.md)

