From 85edfe12895b587e059666831ae4c55d2aee2e79 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Thu, 23 Apr 2026 13:18:05 +0000 Subject: [PATCH] docs: add nested zip file instructions for Notion imports --- docs/importers/notion.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/importers/notion.md b/docs/importers/notion.md index 42ef2ac..e40ba04 100644 --- a/docs/importers/notion.md +++ b/docs/importers/notion.md @@ -30,6 +30,18 @@ Only HTML exports from Notion are supported. Make sure to select HTML as your ex 5. Click **Export**. 6. Notion will generate a ZIP file containing your exported content. +::: warning Nested ZIP files +Some Notion exports contain a nested ZIP file inside the main export ZIP. If your export has this structure, you'll need to extract the inner ZIP file before uploading to Plane. + +To check and extract on Mac or Linux, run this in terminal: + +```bash +unzip your-notion-export.zip +``` + +This will extract the contents, including any inner ZIP file. Upload the extracted inner ZIP file to Plane, not the outer one. +::: + ## Import Notion content ![Import from Notion](https://media.docs.plane.so/importers/notion/import-notion.webp#hero)