HTTP 400 Bad Request when using Notion API database query with start_cursor Parameter in Unity
So I’m trying to request a query from my notion database, but since the default maximum of page_size pagination is 100, I decided to use the next_cursor to get all the data in my database. Logically, I temporarily save all of the response in a list until there’s no more pages left. The code works … Read more