| Index: google_apis/drive/drive_api_error_codes.h
|
| diff --git a/google_apis/drive/drive_api_error_codes.h b/google_apis/drive/drive_api_error_codes.h
|
| index eafcc11ab984434813233d80cf8c03e05b21f003..10aa901d15a5fa5b47154aca4daf13ff4a6df1a0 100644
|
| --- a/google_apis/drive/drive_api_error_codes.h
|
| +++ b/google_apis/drive/drive_api_error_codes.h
|
| @@ -36,6 +36,7 @@ enum DriveApiErrorCode {
|
| DRIVE_NO_CONNECTION = -104,
|
| DRIVE_NOT_READY = -105,
|
| DRIVE_NO_SPACE = -106,
|
| + DRIVE_RESPONSE_TOO_LARGE = -107
|
| };
|
|
|
| // Returns a string representation of DriveApiErrorCode.
|
|
|