Skip to content

Commit 85edfe1

Browse files
committed
docs: add nested zip file instructions for Notion imports
1 parent dbacd6e commit 85edfe1

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

docs/importers/notion.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,18 @@ Only HTML exports from Notion are supported. Make sure to select HTML as your ex
3030
5. Click **Export**.
3131
6. Notion will generate a ZIP file containing your exported content.
3232

33+
::: warning Nested ZIP files
34+
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.
35+
36+
To check and extract on Mac or Linux, run this in terminal:
37+
38+
```bash
39+
unzip your-notion-export.zip
40+
```
41+
42+
This will extract the contents, including any inner ZIP file. Upload the extracted inner ZIP file to Plane, not the outer one.
43+
:::
44+
3345
## Import Notion content
3446

3547
![Import from Notion](https://media.docs.plane.so/importers/notion/import-notion.webp#hero)

0 commit comments

Comments
 (0)