You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actually, this repo does not seem updated, but this one uses the same core and is updated.
I ran some tests of the client and it works as expected
from csv2notion_neo.notion.client import NotionClient
# Obtain the `token_v2` value by inspecting your browser cookies on a logged-in (non-guest) session on Notion.so
client = NotionClient(
token_v2="<token_v2>",
workspace="<workspace_name>")
I have serious doubts that this is even an active project anymore, but in case:
The text was updated successfully, but these errors were encountered: