lastorel / pytion

Unofficial Python client for official Notion API
GNU General Public License v3.0
44 stars 3 forks source link

How do I share the notion database with the integration I have created? #51

Closed egeres closed 1 year ago

egeres commented 1 year ago

It seems that it used to be possible to share the notion database by clicking "share" and then "invite" to then select your integration. Seeing this video I see a listed option to share the notion database with an integration was available before, but I can't find it nowadays. Am I missing something?

image

(I'm stuck here because I'm getting the error The resource does not exist or the resource has not been shared with owner of the bearer token.0 when calling no.databases.get, but it seems to me the root of the problem is my integration not having permissions to see/edit the DB, otherwise, let me know!)

lastorel commented 1 year ago

Add your new integration 'manager' to your pages or databases by going to the page's menu (three dots), at the bottom of the menu clicking on Add connections and then searching for you new Intigration. (c)

egeres commented 1 year ago

🙃 I missed the name of my integration while scrolling (many times) and was confused by the documentation regarding this, thank you so much for the help and all the work you're putting into the library!!