# Common errors - Notion

#### `There are no databases shared via this integration token. Please share at least one database and try again.`

When authorizing Notion, you must search for and select the specific *database* you want to sync and not just the *page* the database lives in.

<figure><img src="/files/m56WRe1SLWBIevD5A31j" alt=""><figcaption><p>Use the search in Notion auth to find the specific database you want to sync</p></figcaption></figure>

A [Notion database](https://www.notion.com/help/what-is-a-database) looks like this in Notion:

<figure><img src="/files/8WjV8u2D6jIFe1ugsKCl" alt=""><figcaption></figcaption></figure>

### “You have not authorized access to a page that can be used as a base for a sync. Please reauthorize the workspace and a page.”

We recently added support for auto-create tables and fields for Notion. With this new feature, Notion now requires users to authorize a Notion page in addition to the usual databases used for syncing. The Notion page you authorized will be the destination for all auto-created tables and fields, should you choose to use this feature.

<figure><img src="/files/B6wuusVbd50lj5SYpQSy" alt=""><figcaption></figcaption></figure>

### Notion limit on number of Options in a field:

While we support syncing option field from other app to Notion, Notion has a limitation on the number of options that are allowed in a single field. This is currently a limitation as we don't support syncing Option fields into a text field as a comma-separated list.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.whalesync.com/resources/support/common-errors-notion.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
