-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix of download_directory_as_zip function for NC31 (#304)
In 31 Nextcloud, the old method of downloading folders has simply been removed. The changes are very useful, downloading a folder through webdav has become more pleasant, and now we can download it in `tar` format, something like this: ```python nc.files.download_directory_as_zip("test_empty_dir_in_dir", "2.tar", format="x-tar") ``` Default usage doesn't changed, so **no something breaking** for nc_py_api usage. Signed-off-by: Alexander Piskun <[email protected]>
- Loading branch information
Showing
3 changed files
with
18 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters