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] [Sharing NG] API Test: Extend Test Coverage for sharing resources via Secure View #9334

Closed
11 tasks done
S-Panta opened this issue Jun 7, 2024 · 2 comments
Closed
11 tasks done
Assignees
Labels

Comments

@S-Panta
Copy link
Contributor

S-Panta commented Jun 7, 2024

@S-Panta
Copy link
Contributor Author

S-Panta commented Jun 21, 2024

Various Scenerios for copying file on Secure Viewer role

Source Destination Status Code
`/Shares/testfile.txt /Shares 412
/Shares/test/testfile.txt /Shares/new/testfile.txt (here the folder new isn't available in the share drive) 409
/Shares/test/testfile.txt (shared with viewer/editor role) /Shares/new/testfile.txt (folder shared via secure role) 403 forbidden
/Shares/test/testfile.txt (shared with secure role) /Shares/new/testfile.txt (folder shared via editor role) 500 Internal server error
/Shares/test/testfile.txt (shared with secure role) /Shares/new/testfile.txt (folder shared via viewer role) 403 forbidden
/Shares/test/testfile.txt (shared with secure role) /Shares/new/testfile.txt (folder shared via secure role) 403 forbidden
/Shares/test/testfile.txt /testfile.txt 500 Internal server error

@S-Panta
Copy link
Contributor Author

S-Panta commented Aug 13, 2024

All tests for secure view are done on this issue. #9369 will be tracked in #8428

@S-Panta S-Panta closed this as completed Aug 13, 2024
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

2 participants