import android.net.Uri;
import android.os.Environment;
import android.os.StatFs;
-import android.util.Log;
import com.owncloud.android.R;
import com.owncloud.android.datamodel.OCFile;
String value = uploadPath + OCFile.PATH_SEPARATOR + (fileName == null ? "" : fileName);
return value;
}
+
}
\ No newline at end of file