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/[email protected]
        owncloud/[email protected]
        owncloud/[email protected]
        owncloud/[email protected]
        owncloud/[email protected]
        owncloud/[email protected]
        owncloud/[email protected]
        owncloud/[email protected]
        owncloud/[email protected]
        owncloud/ocis-pkg/[email protected]
        owncloud/[email protected]
        owncloud/[email protected]
        owncloud/[email protected]
        owncloud/[email protected]
        owncloud/[email protected]
        owncloud/[email protected]

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/[email protected]
	owncloud/[email protected]
	owncloud/[email protected]
	owncloud/[email protected]
	owncloud/[email protected]
	owncloud/[email protected]
	owncloud/[email protected]
	owncloud/[email protected]
	owncloud/[email protected]
	owncloud/ocis-pkg/[email protected]
	owncloud/[email protected]
	owncloud/[email protected]
	owncloud/[email protected]
	owncloud/[email protected]
	owncloud/[email protected]
	owncloud/[email protected]

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