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

[_] fix: endpoint folder/:uuid/content now returns all the content #366

Closed
wants to merge 1 commit into from

Conversation

apsantiso
Copy link
Collaborator

This is a clone of: #364

The frontend uses the folder/:id endpoint (created in drive-server) to retrieve all content within a folder. This endpoint is utilized in multiple parts of drive-web, making it challenging to deprecate it all at once. Therefore, we are migrating this endpoint.

Issue:
The migrated endpoint currently does not function as expected, returning only 20 files or folders.

Fix:
This PR includes changes to ensure the folder/:folderUuid/content endpoint works as intended, retrieving all the content within a folder without the 20-item limit.

Copy link

sonarcloud bot commented Jul 18, 2024

@apsantiso apsantiso closed this Jul 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant