|
@@ -363,7 +363,7 @@ public class UploadFileOperation extends SyncOperation {
|
|
(new File(mFile.getStoragePath())).length() >
|
|
(new File(mFile.getStoragePath())).length() >
|
|
ChunkedUploadRemoteFileOperation.CHUNK_SIZE ) {
|
|
ChunkedUploadRemoteFileOperation.CHUNK_SIZE ) {
|
|
mUploadOperation = new ChunkedUploadRemoteFileOperation(mFile.getStoragePath(),
|
|
mUploadOperation = new ChunkedUploadRemoteFileOperation(mFile.getStoragePath(),
|
|
- mFile.getRemotePath(), mFile.getMimetype(), mFile.getEtagInConflict());
|
|
|
|
|
|
+ mFile.getRemotePath(), mFile.getMimetype(), mFile.getEtagInConflict(), mContext);
|
|
} else {
|
|
} else {
|
|
mUploadOperation = new UploadRemoteFileOperation(mFile.getStoragePath(),
|
|
mUploadOperation = new UploadRemoteFileOperation(mFile.getStoragePath(),
|
|
mFile.getRemotePath(), mFile.getMimetype(), mFile.getEtagInConflict());
|
|
mFile.getRemotePath(), mFile.getMimetype(), mFile.getEtagInConflict());
|