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

Accessing shared resource can be done using either mount share id or virtual share id. #7423

Closed
PrajwolAmatya opened this issue Oct 6, 2023 · 2 comments

Comments

@PrajwolAmatya
Copy link
Contributor

In spaces dav version, when sending API request, the endpoint can either use mount share id as https://localhost:9200/remote.php/dav/spaces/<mount-share-id> or we can use virtual share id as https://localhost:9200/remote.php/dav/spaces/<virtual-share-id>/<resource-name>. In both cases, we can access the shared resources.

We have multiple scenarios where we need to access the shared resources. In those scenarios, what should we prefer mount-share-id or virtual share id, for test cases or should we test for both mount share id or virtual share id?

Related:

CC @individual-it @phil-davis @ScharfViktor @micbar @saw-jan

@ScharfViktor
Copy link
Contributor

web uses https://localhost:9200/remote.php/dav/spaces/<mount-share-id>

look here
Screenshot 2023-10-10 at 11 05 46

let have test for that IMHO

or add new path to our collection of path

@PrajwolAmatya
Copy link
Contributor Author

With the discussion of this issue, we used the mount-shared-id to access the shared resources. The test has been covered in the PR #7234. So, closing this issue as completed.

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

No branches or pull requests

2 participants