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

Nested Folder Upload only uploads single file #78

Open
susannemoog opened this issue Apr 3, 2019 · 1 comment
Open

Nested Folder Upload only uploads single file #78

susannemoog opened this issue Apr 3, 2019 · 1 comment

Comments

@susannemoog
Copy link
Contributor

When uploading nested folder structures, only the first file upload in any given nested folder succeeds, the subsequent requests fail with "folder already exists" errors.

Please skip folder creation, if it already exists.

Example files/folders:

folder1
-- folder1-1
---- file 1 [succeeds]
---- file 2 [does not succeed]
-- folder1-2
---- file 1 [succeeds]
---- file 2 [does not succeed]
@susannemoog susannemoog added this to Backlog in DAM Sprint via automation Apr 3, 2019
@susannemoog susannemoog moved this from Backlog to ToDo in DAM Sprint Apr 3, 2019
@juergen-venne
Copy link
Collaborator

I can not reproduce this one. Since upload is done file by file, existing folders are ignored. What is your test-scenario?

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

No branches or pull requests

2 participants