-
Notifications
You must be signed in to change notification settings - Fork 1
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
Lega commander 100 files limit bug #188
Comments
From the initial look, I don't think the problem is entirely on the lega-commander. We need to check the response from TSD side to see the shape of the response and what exactly we are getting. Probably gives a better understanding as to what we receive and make adjustments accordingly. |
I reviewed the documentation (link) and confirmed that setting |
Excellent! I guess we also need a graceful way of handling a lot of files, sorting them etc, may already be a different card for this. So nice we've found the reason/measure to get all the information, then we need to use that tool to implement both the "does a file exist already in the inbox" check and the task of "nicely and userfriendly display all the files to a user" :) |
I have submitted this an issue https://github.com/unioslo/tsd-file-api/issues/253 |
LC only lists the 100 first files and ignores the rest. Also affects the "check if file already exists" test.
Could be a limitation that we only get 100 entries returned "by default?" from TSD File API?
NB: The current implementation allows the user to upload the same file twice, overwriting the first uploaded file, if user has more than 100 files in inbox.
The text was updated successfully, but these errors were encountered: