jckleiner / notion-backup

Automatic Notion workspace backup to Google Drive, Dropbox, pCloud, Nextcloud or to your local machine.
86 stars 33 forks source link

Add option to export comments and fix "Invalid input" error #12

Closed orellazri closed 9 months ago

orellazri commented 11 months ago

When exporting a space with Notion's enqueueTaskAPI, a new field named shouldExportComments is now required to be present in the request payload.

This PR adds this field with the option to be customized via an environment variable.

Also fixes https://github.com/jckleiner/notion-backup/issues/11