Skip to content

Uploading to notion fails if a field is over 2000 characters despite notion having no such limit #31

@RED-does-things

Description

@RED-does-things

When uploading to a notion database a TEXT field that is over 2000 characters the upload fails and the following error is given. Note both the flush functions are also not working.

could not flush the insert buffer. Run SELECT flush_buffers(tableName) to retry the query. Or run SELECT clear_buffers(tableName) to clear the buffers (data loss). Err: could not insert the rows in the plugin
body failed validation: body.properties.myField.rich_text[0].text.content.length should be ≤ 2000, instead was 2500.

notion fields may be typed in for more than 2000 characters so I am not sure where this limit is coming from.

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingenhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions