PaulLereverend / NextcloudExtract

Bring extraction to your nextcloud web interface
GNU Affero General Public License v3.0
50 stars 16 forks source link

Can't find zip file #39

Open gyrocn opened 4 years ago

gyrocn commented 4 years ago

I try extra a zip file in extra store,then alter me this."can't find zip file". I try a other a file, in normal store, it's works. but i wan't extra zip file in extra store. Hope it can get fixed soon! :) I use "External storage support" apps on nextcloud 15.0.11.

gyrocn commented 4 years ago

image

PaulLereverend commented 4 years ago

What type of external storage do you use (Samba, local, ftp...) ?

This app only supports local.

ebuhl commented 4 years ago

Hi, I have the same problem with local "Group Folders". In own folder, is of course the group folder not visible, so we get the error. Maybe it is not supported too...? :-(

PaulLereverend commented 4 years ago

Hi, Shared folders (to groups and users) are supported since the latest release. But unfortunately the app "Group folders" is not supported yet. While I work on this, may I suggest you extract the archive on your own folders and then copy the files in the group folder. I will keep you updated.

Maxobus commented 4 years ago

What type of external storage do you use (Samba, local, ftp...) ? This app only supports local.

I have Local storage connected but have the same issue - "Can't find zip file". When trying to unzip in root - it works.

Nexcloud 17.0.3 Stable.

Any ideas?

PaulLereverend commented 4 years ago

@Maxobus what is the path to your zip file ? (from the / directory)

Is there any particular permissions on your folders that could cause this issue ?

Maxobus commented 4 years ago

In "External storage" plugin there are two paths: Real: /NAS/FAMILY/PHOTOS Nextcloud: /NAS/PHOTOS

Permissions are 777 (full access for everyone)

PaulLereverend commented 4 years ago

Is it working if you mount the storage on "/" in nextcloud ?

Maxobus commented 4 years ago

Yes, if zip file is placed in Nextcloud's default "/" (root) - everything is working.

PaulLereverend commented 4 years ago

Actually i meant mounting the external storage in nextcloud "/" and not in "/NAS/"

Maxobus commented 4 years ago

I got some results. If I mount external storage to root "/" or first level, for example "working" it's working. If I create a folder in root, for example "notworking" and then mount external storage to subfolder there - it doesn't work.

Here is a screenshot from External Storages plugin: Screen Shot 2020-02-03 at 15 53 19

I have a "HP.zip" file in "DOWNLOADS". Then I mounted it with two different paths. As a result, first one is working, second - not.

Screen Shot 2020-02-03 at 16 01 00

PaulLereverend commented 4 years ago

It looks like a regression. I'm going to look into it