Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ошибка авторизации #530

Open
Vimbi opened this issue Jan 25, 2023 · 1 comment
Open

Ошибка авторизации #530

Vimbi opened this issue Jan 25, 2023 · 1 comment
Labels
package: @vk-io/authorization Issues related to @vk-io/authorization

Comments

@Vimbi
Copy link

Vimbi commented Jan 25, 2023

Добрый день.
Получаю access_token с помощью Authorization Code Flow, затем подставляю токен в

const { VK } = require('vk-io');
const vk = new VK({
  token: 'XXX'
});

В ответ получаю сообщение: Code №15 - Access denied: no access to call this method.
Получается можно использовать только с помощью access_token полученного через Implicit Flow?

@Vimbi Vimbi added the package: @vk-io/authorization Issues related to @vk-io/authorization label Jan 25, 2023
@RusAnonym
Copy link
Contributor

А какой метод используется?
Исходя из ошибки у токена нет доступа к выполнению метода, и это с библиотекой мало связано
Посмотри, какой набор прав ты запрашиваешь у токена, скорее всего у тебя отсутствует нужный доступ
https://dev.vk.com/reference/access-rights

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
package: @vk-io/authorization Issues related to @vk-io/authorization
Projects
None yet
Development

No branches or pull requests

2 participants