notion-dotnet / notion-sdk-net

A Notion SDK for .Net
MIT License
181 stars 44 forks source link

Cannot deserialize the database with button properties #416

Open kosaku-hayashi opened 1 month ago

kosaku-hayashi commented 1 month ago

Querying a database containing "button properties" that are new to Notion will fail with the following exception. Need an appropriate property class that can accept button properties.

Newtonsoft.Json.JsonSerializationException: 'Error converting value "button" to type 'Notion.Client.PropertyValueType'. Path 'type', line 1, position 4445.'

kosaku-hayashi commented 1 month ago

I will address this issue.