-/* ownCloud Android client application
+/**
+ * ownCloud Android client application
*
* @author masensio
* Copyright (C) 2014 ownCloud Inc.
} else if (isNetworkError(result.getCode())) {
message = getErrorMessage(result, res);
+ } else if (result.getCode() == ResultCode.INVALID_CHARACTER_DETECT_IN_SERVER) {
+ message = res.getString(R.string.filename_forbidden_charaters_from_server);
} else {
message = res.getString(R.string.create_dir_fail_msg);
}