ezhov-evgeny/webdav-client-python-3

AttributeError: 'Client' object has no attribute 'publish'

topoleov opened this issue · 0 comments

When I doing everything like sayed in readme, i get an error:

options = {
     ...
 }
 client = Client(options)
 # ... uploading a file
 ...
 link = client.publish(remote_path)

it raise error:
AttributeError: 'Client' object has no attribute 'publish'