-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Download user's directory&files as zip while missing fileid is called by URLlink. #17004
Comments
Similar problem. |
Sorry, missing close. |
If self::getPath($token) has returned a string "" |
Are you on 8.0.3? - If not: Update. |
I guess this ticket is more about error handling for zip files. This might not be solvable as files are streamed into the zip file on the fly, unless we can have some kind of integrity check before that. (ex: can file be decrypted in case of encryption ? is file properly readable ?) |
@LukasReschke Thanks for solving my issue. |
Steps to reproduce
Expected behaviour
Return file not found.
Actual behaviour
get user's all folder and files as Zip.
Server configuration
Operating system: CentOS 6.5
Web server: Apache 2.2
Database: MySQL 5.6.23
PHP version: 5.4.37
ownCloud version: 8.0
The text was updated successfully, but these errors were encountered: