Increase Max Notion Content Length
Status: Closed · Asked by vannemic on · 0 views
Today I got an email from Pabbly with this error:
"message": "body failed validation: body.properties.OTHER NOTES:.rich_text[0].text.content.length should be ≤ `2000`, instead was `2024`."
I think there should not be a limit on the content length for notion text blocks. If this could be a quick fix, it would be much appreciated!
Hey @vannemic
The text content has a length of 2024 characters, but the maximum allowed length is 2000 characters.
Also, the limitation is from the Notion itself as they have mentioned the same in their API documentation.
https://developers.notion.com/reference/request-limits

Hi. Great! Thank you for clearing that up! Hopefully they will raise it as more people use their API. Thanks again!