owncloud / pyocclient

ownCloud client library for Python
MIT License
294 stars 114 forks source link

HTTPS hosted owncloud - files are sync but with 0kb size #279

Open lancernik opened 1 year ago

lancernik commented 1 year ago

Filenames sync with owncloud, but their size on the server is 0 kb

for i in File.objects.all(): oc.put_file('/', f'{i.file.path}')