-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
InstantUpload - continuous retry but file exists on server #554
Comments
Sorry, you will have to remove the data of the app in the device, and then refresh again. Go to 'Device settings' / 'Applications' / 'ownCloud' / 'Clear data'. The accounts information and downladed files will not be removed, but the local cache with the tree(s) of files will, so you will need to refresh the app after that (just enter in the app again). The autorecovery of uploads needs a very deep review. |
Hi there, I think I'm experiencing the same failures, or similar. [APP] [SERVER] Seems that every new attempt to upload an image from app to the server, app launches a HEAD petition like this. If it got 200/OK, interprets that this file exists and try to create a new version of the same file. Problem in my server is that always got 200/ok, even if file does not exist in my server. Here I paste an example: [...] "HEAD /remote.php/webdav/InstantUpload/IMG_20140821_182519%20(39708).jpg HTTP/1.1" 200 0 "-" "Android-ownCloud" |
@nlaplante , would be great if you could check your server logs and see if there is something there similar to the logs from @modstone . Thanks! |
This issue should be solved with my contribution in branch https://github.com/owncloud/android/tree/reliable_uploads |
@nlaplante @modstone still valid? |
Working fine on owncloud Android app 2.0.1 and server 8.2.6 |
I have a problem with one photo which always gets "Upload failed". It retries continuously. But, looking at the server, the file is there, and many other duplicates.
Let's call the file PANO_123.JPG. On the server, I have multiple copies of the file:
So, the upload is indeed successful, but for some reason the client marks it as failed and it retries later.
I have to clean the InstantUpload folder on my owncloud to prevent taking too much disk space.
The text was updated successfully, but these errors were encountered: