From fc50c6aef852a1b37fa49d405e24f5ede9d50a9c Mon Sep 17 00:00:00 2001 From: Jonathan-Can Kleiner Date: Thu, 9 Feb 2023 19:12:21 +0100 Subject: [PATCH] adjust documentation --- README.md | 4 +--- documentation/setup.md | 5 +++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 24a1d80..d2eb124 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,7 @@ > `token_v2`. > > To solve this new limitation, you need to copy the value of the `token_v2` cookie manually (see [How do I find -> all these values?](./documentation/setup.md) for more info). This means if you -> log out from that account then your token won't be valid anymore. You will have to log in and fetch the token -> again. +> all these values?](./documentation/setup.md) for more info). Automatically backup your Notion workspace to Google Drive, Dropbox, pCloud, Nextcloud or to your local machine. diff --git a/documentation/setup.md b/documentation/setup.md index a8b2b04..d24fbb6 100644 --- a/documentation/setup.md +++ b/documentation/setup.md @@ -9,8 +9,9 @@ ![testImage](../images/notion-search-request.png) 5. Go to **cookies tab** of that same requests and find the `token_v2` cookie. Paste it in your `.env` file as the value - for `NOTION_TOKEN_V2`. Note that this token is expires after a year but if you log out manually then this token - won't be valid anymore! Which means you will have to log in again and extract the value of a new `token_v2` cookie. + for `NOTION_TOKEN_V2`. This token (expires after one year and) is valid as long as you don't log out over the + web-UI. Meaning that you can use it in this tool as long as you don't log out. If you do log out (or if the token + expires after one year) then you need to log in again and fetch a new `token_v2` value. ### Dropbox