David González Verdugo

Results 50 comments of David González Verdugo

> i would like to work on this issue, can I start? @harshitbansal05 thank you for being interested in this issue but let's start with #2071 and #2080 first and...

> I would like to work on this. @sd1998 We are thinking about changing our network library for the next release, so I would prefer not to start with this...

@PVince81 just a question about the last step with chunked uploads: > MOVE http://localhost/owncloud/remote.php/dav/uploads/$userId/$transferId/.file to Destination: remote.php/dav/files/$userId/target/path/finalfile.dat How long does the server take to build the file once all the...

@PVince81 how have you handled [this scenario](https://github.com/owncloud/android/pull/2236#issuecomment-417652094) in core? Is it possible to know the content of `remote.php/dav/uploads/` via PROPFIND? If so, which webdav properties could we request?

> in the web UI we use a transfer id based on the final file path and time stamp: https://github.com/owncloud/core/blob/v10.0.9/apps/files/js/file-upload.js#L45 It makes sense, I will follow that path, thanks!

With the next scenario: 1. **User A** shares a folder with **user B**, with no edit permissions 2. **User B** uploads a file to the shared folder @PVince81 how do...

@PVince81 I have already opened an issue (https://github.com/owncloud/core/issues/33416) and noticed that web UI shows the error `You don't have permission to upload or create files here` even before starting the...

@PVince81 I managed to reproduce it in the same browser as well, as you can see in the [gif attached](https://user-images.githubusercontent.com/15261363/47989243-bb0a9b80-e0e4-11e8-970f-f27936bded41.gif) in the core issue I created, I was just curious...

This will need to wait a bit more due to architectural changes that are being carried out in the Android app. It makes totally sense to start with chunked upload...

@tommys-place @fjf2002 have you touched the server to make your code explained in comments above works? Thanks