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}') `