mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-16 19:57:52 +01:00
9 lines
364 B
Markdown
9 lines
364 B
Markdown
|
|
---
|
||
|
|
title: Login to upload attachments
|
||
|
|
description: We require users to be logged in to upload attachments.
|
||
|
|
---
|
||
|
|
|
||
|
|
# Login to upload attachments
|
||
|
|
|
||
|
|
We require users to be logged in to upload attachments. This is because attachments are encrypted using a sub-key derived from your database encryption key. Without a login, we cannot encrypt/upload/sync attachments.
|