Answer the question
In order to leave comments, you need to log in
What could be the error in getting a list of audio recordings from VK?
Hello!
I can't get access to audio recordings in VK in any way. I am using python lib . In the errors that have occurred, they stubbornly convince me that there are not enough rights. Or, all the same, the jamb in the library itself.
....
access_token = 8
vkapi = vk.API(vk_app_id, login, password)
vkapi.access_token = access_token
....
Traceback (most recent call last):
File "Main.py", line 27, in <module>
audios = vkapi.audio.get()
File "/home/bat/apps/python/vkplayer/src/vk/api.py", line 214, in __call__
return self._api_session(self._method_name, **method_kwargs)
File "/home/bat/apps/python/vkplayer/src/vk/api.py", line 160, in __call__
raise VkAPIMethodError(errors[0])
vk.api.VkAPIMethodError: 7. Permission to perform this action is denied.
Answer the question
In order to leave comments, you need to log in
access_token = 8
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question