Skip to content
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

[QA] shared file is visible, but cannot be accessed #582

Closed
jnweiger opened this issue Sep 15, 2020 · 7 comments
Closed

[QA] shared file is visible, but cannot be accessed #582

jnweiger opened this issue Sep 15, 2020 · 7 comments
Labels

Comments

@jnweiger
Copy link
Contributor

Tested with

Version details ocis-1.0.0-rc1
OCIS_VERSION:         v1.0.0-rc1
ocis --version:       ocis version 199267c^M
git log:              commit 199267c13e916aa8de027a81dbf6733af820369f (HEAD, tag: refs/tags/v1.0.0-rc1)
eos --version:        EOS 4.6.5 (2019)^M
xrootd -v:            v4.11.0^M
bin/ocis contains:
        owncloud/ocis-accounts@v0.4.2-0.20200901074457-6a27781a2741
        owncloud/ocis-glauth@v0.5.1-0.20200731165959-1081de7c60f1
        owncloud/ocis-graph-explorer@v0.0.0-20200210111049-017eeb40dc0c
        owncloud/ocis-graph@v0.0.0-20200318175820-9a5a6e029db7
        owncloud/ocis-hello@v0.1.0-alpha1.0.20200828085053-37fcf3c8f853
        owncloud/ocis-konnectd@v0.3.2
        owncloud/ocis-migration@v0.2.0
        owncloud/ocis-ocs@v0.3.1
        owncloud/ocis-phoenix@v0.13.0
        owncloud/ocis-pkg/v2@v2.4.1-0.20200828095914-d3b859484b2b
        owncloud/ocis-proxy@v0.7.1-0.20200904132806-fcceec602fcb
        owncloud/ocis-reva@v0.13.0
        owncloud/ocis-settings@v0.3.2-0.20200902094647-35dc3aeaba78
        owncloud/ocis-store@v0.1.1
        owncloud/ocis-thumbnails@v0.3.0
        owncloud/ocis-webdav@v0.1.1

Reproducer

  • use two differnet browser session. log in marie and einstein simultaneously.
  • marie uploads a photo.
  • marie shares the photo with einstein
  • einstein visits 'shared with me' and accepts the photo
  • einstein visits his "Shares" folder, and sees the photo.
  • einstein attempts media viewer. it fails.
  • einstein attempts download, nothing happens.
  • einstein attempts to copy the photo elsewhere, an error appears.
    image

Expected behaviour: einsteins should have at least read access.

@jnweiger jnweiger added the qa label Sep 15, 2020
@jnweiger
Copy link
Contributor Author

jnweiger commented Sep 15, 2020

Retested with

Version details ocis-master
OCIS_VERSION:         master
ocis --version:       ocis version 3f8fb10
git log:              commit 3f8fb10990c37377a0e102492922ffd4807571d6 (HEAD -> refs/heads/master, refs/remotes/origin/master, refs/remotes/origin/HEAD)
eos --version:        EOS 4.6.5 (2019)
xrootd -v:            v4.11.0
bin/ocis contains:
	owncloud/ocis-accounts@v0.4.2-0.20200911161616-e55b8ae2f440
	owncloud/ocis-glauth@v0.5.1-0.20200909064150-0735ec933777
	owncloud/ocis-graph-explorer@v0.0.0-20200210111049-017eeb40dc0c
	owncloud/ocis-graph@v0.0.0-20200318175820-9a5a6e029db7
	owncloud/ocis-hello@v0.1.0-alpha1.0.20200828085053-37fcf3c8f853
	owncloud/ocis-konnectd@v0.3.2
	owncloud/ocis-migration@v0.2.0
	owncloud/ocis-ocs@v0.3.1
	owncloud/ocis-phoenix@v0.13.1-0.20200910090722-8e3ed0e966a5
	owncloud/ocis-pkg/v2@v2.4.1-0.20200902134813-1e87c6173ada
	owncloud/ocis-proxy@v0.7.1-0.20200907105449-201b9a652685
	owncloud/ocis-reva@v0.14.0
	owncloud/ocis-settings@v0.3.2-0.20200903035407-ad5de8264f91
	owncloud/ocis-store@v0.1.1
	owncloud/ocis-thumbnails@v0.3.0
	owncloud/ocis-webdav@v0.1.1

Unchanged. Receiver cannot view.

@jnweiger
Copy link
Contributor Author

Desktop client also fails to access the received files

image

@phil-davis
Copy link
Contributor

These kind of things are all likely the same problem as issue owncloud/product#208

The failing API test scenario does this sequence:

  • Alice shares a file with Brian
  • Brian accepts the share
  • Brian tries to download the file

The download in that scenario gets a 404 and the body content is therefore empty.

Fixing that will likely fix a lot of sharing stuff. It is being worked on in cs3org/reva#1170

@jnweiger
Copy link
Contributor Author

@butonic This was marked a release blocker in RC1, any updates here? Related to owncloud/product#208 ?

@exalate-issue-sync
Copy link

Michael Barz commented: Single File shares in EOS.

@micbar
Copy link
Contributor

micbar commented Dec 7, 2020

Duplicate of cs3org/reva#1170

@micbar micbar marked this as a duplicate of cs3org/reva#1170 Dec 7, 2020
@micbar micbar closed this as completed Dec 7, 2020
@micbar
Copy link
Contributor

micbar commented Dec 7, 2020

Known limitiation on EOS, other storage drivers work fine

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants