Open szaimen opened 2 years ago
From the PR:
The thing is that I have actually create permissions in the folder I was trying to create the zip archive in. But the root folder itself is read only on my instance which probably triggered the issue although it should work in the directory I am in... (see nextcloud/server#25787 where something like this happened to)
Seems to have been poked at a bit more here:
https://github.com/nextcloud/server/pull/26396
And here:
https://github.com/nextcloud/cms_pico/pull/167
Which seems like a whole it of redundant and extra work just because newFile checks the root/base.
This would seem a clean solution:
https://github.com/nextcloud/server/pull/26396#issuecomment-822231348
I don't think any changes like this were made but I'll have to return to this later when I have more time:
Just tried the app and I got the following issue:
It has most likely the same reason why https://github.com/nextcloud/server/issues/25787 happened.