Media is larger than the method can accept.
| 135 | |
| 136 | |
| 137 | class MediaUploadSizeError(Error): |
| 138 | """Media is larger than the method can accept.""" |
| 139 | |
| 140 | pass |
| 141 | |
| 142 | |
| 143 | class ResumableUploadError(HttpError): |
no outgoing calls
no test coverage detected
searching dependent graphs…