Answer the question
In order to leave comments, you need to log in
How to upload a file to Yandex.disk python?
task: transfer the file to Ya.Disk ..
used this library ..
the actual code, as written in the manual
import yandexwebdav
conf = yandexwebdav.Config({
"user": "user",
"password": "pass"
})
conf.upload(localpath='/photo.jpg', href='/dildo/')
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question