There was an error while loading. Please reload this page.
1 parent 2c2fa4b commit db9c55fCopy full SHA for db9c55f
notion-backup.js
@@ -21,7 +21,7 @@ let axios = require('axios')
21
}
22
;
23
24
-if (!NOTION_TOKEN || !NOTION_SPACE_ID) {
+if (!NOTION_TOKEN || !NOTION_FILE_TOKEN || !NOTION_SPACE_ID) {
25
die(`Need to have NOTION_TOKEN, NOTION_FILE_TOKEN and NOTION_SPACE_ID defined in the environment.
26
See https://github.com/darobin/notion-backup/blob/main/README.md for
27
a manual on how to get that information.`);
0 commit comments