|
@@ -69,9 +69,8 @@ public class ErrorMessageAdapter {
|
|
|
/*
|
|
|
} else if (result.getCode() == ResultCode.QUOTA_EXCEEDED) {
|
|
|
message = res.getString(R.string.failed_upload_quota_exceeded_text);
|
|
|
-<<<<<<< HEAD
|
|
|
-
|
|
|
*/
|
|
|
+
|
|
|
} else if (result.getCode() == ResultCode.FORBIDDEN) {
|
|
|
message = String.format(res.getString(R.string.forbidden_permissions),
|
|
|
res.getString(R.string.uploader_upload_forbidden_permissions));
|