MCPcopy Index your code
hub / github.com/googleapis/google-api-python-client / MediaUploadSizeError

Class MediaUploadSizeError

googleapiclient/errors.py:137–140  ·  view source on GitHub ↗

Media is larger than the method can accept.

Source from the content-addressed store, hash-verified

135
136
137class MediaUploadSizeError(Error):
138 """Media is larger than the method can accept."""
139
140 pass
141
142
143class ResumableUploadError(HttpError):

Callers 1

methodFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…