Skip to content

Commit a338e38

Browse files
committed
new system to give access to integration
1 parent 4cee900 commit a338e38

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -80,18 +80,19 @@ The importer needs to access your Notion account and it needs to know the root U
8080
To get a Notion authentication token:
8181

8282
1. Go to your [Notion integrations](https://www.notion.so/my-integrations)
83-
1. Click _"Create new integration"_
84-
1. Enter any name, e.g. `gkeep2notion`. As per Integration type, choose _Internal integration_. In the _Capabilities_ make sure this integration can Read, Update, and Insert content.
85-
1. After creating the integration copy the _"Internal Integration Token"_ value to the `token` in your `config.ini`.
83+
2. Click _"Create new integration"_
84+
3. Enter any name, e.g. `gkeep2notion`. As per Integration type, choose _Internal integration_. In the _Capabilities_ make sure this integration can Read, Update, and Insert content.
85+
4. After creating the integration copy the _"Internal Integration Token"_ value to the `token` in your `config.ini`.
8686

8787
### Configuring the root_url
8888

8989
This script imports all the content under a certain page in Notion that has to exist already. It is recommended to create a special page for the imported content, and then migrate it to your regular Notion structure from there.
9090

9191
1. Create a new page in Notion e.g. _"Google Keep import"_
92-
1. Click on the _"Share"_ button and search for your integration in the input. Click _"Invite"_ to make this page accessible to the app
93-
1. Copy the URL of the page in the address bar or use _"Copy link"_ in the context menu of the navigation bar
94-
1. Paste that link to `root_url` in the _config.ini_.
92+
2. Click on `•••` button on top right of the page and select _"Add Connections"_ (at the bottom) from the menu.
93+
3. Search for your integration name and select it. You should press _"Confirm"_ on the dialog that will appear. This will make the page accessible to your integration.
94+
4. Copy the URL of the page in the address bar or use _"Copy link"_ in the context menu of the navigation bar
95+
5. Paste that link to `root_url` in the _config.ini_.
9596

9697
## Usage
9798

0 commit comments

Comments
 (0)