Replies: 1 comment 3 replies
-
What enex2notion version are you using? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Trying to upload a single, not-so-complicated note and getting this error message:
Traceback (most recent call last):
File "enex2notion_main_.py", line 4, in
File "enex2notion\cli.py", line 47, in main
File "enex2notion\cli.py", line 26, in cli
File "enex2notion\cli_notion.py", line 21, in get_root
File "enex2notion\cli_notion.py", line 31, in get_notion_client
File "notion\client.py", line 113, in init
File "notion\client.py", line 144, in _update_user_info
File "ratelimit\decorators.py", line 113, in wrapper
File "ratelimit\decorators.py", line 80, in wrapper
File "notion\client.py", line 275, in post
File "notion\client.py", line 298, in _post
File "requests\models.py", line 960, in raise_for_status
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: https://www.notion.so/api/v3/loadUserContent
[22392] Failed to execute script 'main' due to unhandled exception!
I've tried with other notes and I get the same message. Also tried logging out and back into Notion to refresh my token. Any idea what might be happening?
Beta Was this translation helpful? Give feedback.
All reactions