Answer the question
In order to leave comments, you need to log in
VK.Requests.An error about the absence of a parameter arrives, why is this?
This is how I send the request:
token = 'token'
result = requests.get('https://api.vk.com/method/photos.saveMessagesPhoto', params={'acces_token': token,'photo': ur['photo'] ,'server': ur['server'],'hash':ur['hash']}).json()
print(result)
{'error': {'error_code': 5, 'error_msg': 'User authorization failed: no access_token passed.
Answer the question
In order to leave comments, you need to log in
an error in the name of the parameter
and you have'acces_token': token
User authorization failed: no access_token passed.
no access_token passed
no access_token
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question