You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is when running the test tests/acceptance/features/apiSharePublicLink1/createPublicLinkShare.feature:107 where apparently the "/PARENT" folder is missing in the skeleton.
For error handling, there are two places where this should be checked:
Check for target folder existence and writability before initiating the TUS upload from the OCDAV layer
In case the upload is in progress and the folder disappears before the completion, we need an additional check, or catch that rename error, and translate it to a 404 (or whatever is suitable for the TUS protocol)
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 10 days if no further activity occurs. Thank you for your contributions.
Uploading a file to a non-existing folder using Webdav API must return 404 instead of 500.
Errors in log:
This is when running the test tests/acceptance/features/apiSharePublicLink1/createPublicLinkShare.feature:107 where apparently the "/PARENT" folder is missing in the skeleton.
For error handling, there are two places where this should be checked:
The text was updated successfully, but these errors were encountered: