Relative Content

Tag Archive for databaseapigoogle-sheetsnotion-apirb-appscript

How to get more than 100 entries on Google AppScript from Notion

I’m working on a Google Apps Script project where I’m integrating with the Notion API to fetch data from a Notion database. The script works well in fetching all the columns of the database, but I’m encountering an issue where it only retrieves the last 100 entries, whereas I need to fetch more data (all entries) from the database.