# How to Fix Account & Permission Errors

Account mismatch or permission issues during Naver Shopping Live broadcasts can prevent you from going live. These errors occur when the currently logged-in account is not linked to the Naver Smart Store channel or does not have broadcast permission.

***

### 1.Login Failed

{% hint style="danger" %}
Error Message: You attached a product from another store, or you do not have output permission. (Error code: 30001)
{% endhint %}

**Cause**

There is an account permission issue, or the product list contains products from another store.

**Solution**

1. Confirm that the logged-in account matches the Naver Smart Store account and has broadcast permission.
2. Check the product list on the Live Info page and remove any products that belong to another store.
3. If the issue persists after completing the steps above, contact NAVER Shopping LIVE support.

***

### 2. API Response Failure

<table><thead><tr><th width="121">Error Code</th><th>Error Message</th></tr></thead><tbody><tr><td>30002</td><td>You can no longer broadcast to this channel as you do not have permission. Please check the NAVER Shopping LIVE.</td></tr><tr><td>30005</td><td>You can no longer broadcast to this channel as you do not have permission. Please check the NAVER Shopping LIVE.</td></tr><tr><td>30006</td><td>You can no longer broadcast to this channel as you do not have permission. Please check the NAVER Shopping LIVE.</td></tr><tr><td>30007</td><td>You can no longer broadcast to this channel as you do not have permission. Please check the NAVER Shopping LIVE.</td></tr><tr><td>30009</td><td>You can no longer broadcast to this channel as you do not have permission. Please check the NAVER Shopping LIVE.</td></tr></tbody></table>

**Cause**

The currently logged-in account does not match the Naver Smart Store account, and broadcast permission cannot be verified.

**Solution**

1. Confirm that the currently logged-in account is the one linked to the Naver Smart Store channel.
2. Log in again with the correct linked account and verify permissions.
3. If the issue persists after completing the steps above, contact NAVER Shopping LIVE support.

<br>

[Desktop](/desktop/overview.md), [Guides](/desktop/guides.md), [Error Solution](/desktop/guides/error-solution.md), [Naver Shopping Error](/desktop/guides/error-solution/naver-shopping-error.md)


---

# 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://guide.prismlive.com/desktop/guides/error-solution/naver-shopping-error/how-to-fix-account-and-permission-errors.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.
