1<?xml version="1.0" encoding="ascii"?> 2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 3 "DTD/xhtml1-transitional.dtd"> 4<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 5<head> 6 <title>googleapiclient.errors.MediaUploadSizeError</title> 7 <link rel="stylesheet" href="epydoc.css" type="text/css" /> 8 <script type="text/javascript" src="epydoc.js"></script> 9</head> 10 11<body bgcolor="white" text="black" link="blue" vlink="#204080" 12 alink="#204080"> 13<!-- ==================== NAVIGATION BAR ==================== --> 14<table class="navbar" border="0" width="100%" cellpadding="0" 15 bgcolor="#a0c0ff" cellspacing="0"> 16 <tr valign="middle"> 17 <!-- Home link --> 18 <th> <a 19 href="googleapiclient-module.html">Home</a> </th> 20 21 <!-- Tree link --> 22 <th> <a 23 href="module-tree.html">Trees</a> </th> 24 25 <!-- Index link --> 26 <th> <a 27 href="identifier-index.html">Indices</a> </th> 28 29 <!-- Help link --> 30 <th> <a 31 href="help.html">Help</a> </th> 32 33 <th class="navbar" width="100%"></th> 34 </tr> 35</table> 36<table width="100%" cellpadding="0" cellspacing="0"> 37 <tr valign="top"> 38 <td width="100%"> 39 <span class="breadcrumbs"> 40 <a href="googleapiclient-module.html">Package googleapiclient</a> :: 41 <a href="googleapiclient.errors-module.html">Module errors</a> :: 42 Class MediaUploadSizeError 43 </span> 44 </td> 45 <td> 46 <table cellpadding="0" cellspacing="0"> 47 <!-- hide/show private --> 48 <tr><td align="right"><span class="options">[<a href="javascript:void(0);" class="privatelink" 49 onclick="toggle_private();">hide private</a>]</span></td></tr> 50 <tr><td align="right"><span class="options" 51 >[<a href="frames.html" target="_top">frames</a 52 >] | <a href="googleapiclient.errors.MediaUploadSizeError-class.html" 53 target="_top">no frames</a>]</span></td></tr> 54 </table> 55 </td> 56 </tr> 57</table> 58<!-- ==================== CLASS DESCRIPTION ==================== --> 59<h1 class="epydoc">Class MediaUploadSizeError</h1><p class="nomargin-top"><span class="codelink"><a href="googleapiclient.errors-pysrc.html#MediaUploadSizeError">source code</a></span></p> 60<pre class="base-tree"> 61 object --+ 62 | 63exceptions.BaseException --+ 64 | 65 exceptions.Exception --+ 66 | 67 <a href="googleapiclient.errors.Error-class.html">Error</a> --+ 68 | 69 <strong class="uidshort">MediaUploadSizeError</strong> 70</pre> 71 72<hr /> 73<p>Media is larger than the method can accept.</p> 74 75<!-- ==================== INSTANCE METHODS ==================== --> 76<a name="section-InstanceMethods"></a> 77<table class="summary" border="1" cellpadding="3" 78 cellspacing="0" width="100%" bgcolor="white"> 79<tr bgcolor="#70b0f0" class="table-header"> 80 <td colspan="2" class="table-header"> 81 <table border="0" cellpadding="0" cellspacing="0" width="100%"> 82 <tr valign="top"> 83 <td align="left"><span class="table-header">Instance Methods</span></td> 84 <td align="right" valign="top" 85 ><span class="options">[<a href="#section-InstanceMethods" 86 class="privatelink" onclick="toggle_private();" 87 >hide private</a>]</span></td> 88 </tr> 89 </table> 90 </td> 91</tr> 92 <tr> 93 <td colspan="2" class="summary"> 94 <p class="indent-wrapped-lines"><b>Inherited from <code>exceptions.Exception</code></b>: 95 <code>__init__</code>, 96 <code>__new__</code> 97 </p> 98 <p class="indent-wrapped-lines"><b>Inherited from <code>exceptions.BaseException</code></b>: 99 <code>__delattr__</code>, 100 <code>__getattribute__</code>, 101 <code>__getitem__</code>, 102 <code>__getslice__</code>, 103 <code>__reduce__</code>, 104 <code>__repr__</code>, 105 <code>__setattr__</code>, 106 <code>__setstate__</code>, 107 <code>__str__</code>, 108 <code>__unicode__</code> 109 </p> 110 <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>: 111 <code>__format__</code>, 112 <code>__hash__</code>, 113 <code>__reduce_ex__</code>, 114 <code>__sizeof__</code>, 115 <code>__subclasshook__</code> 116 </p> 117 </td> 118 </tr> 119</table> 120<!-- ==================== PROPERTIES ==================== --> 121<a name="section-Properties"></a> 122<table class="summary" border="1" cellpadding="3" 123 cellspacing="0" width="100%" bgcolor="white"> 124<tr bgcolor="#70b0f0" class="table-header"> 125 <td colspan="2" class="table-header"> 126 <table border="0" cellpadding="0" cellspacing="0" width="100%"> 127 <tr valign="top"> 128 <td align="left"><span class="table-header">Properties</span></td> 129 <td align="right" valign="top" 130 ><span class="options">[<a href="#section-Properties" 131 class="privatelink" onclick="toggle_private();" 132 >hide private</a>]</span></td> 133 </tr> 134 </table> 135 </td> 136</tr> 137 <tr> 138 <td colspan="2" class="summary"> 139 <p class="indent-wrapped-lines"><b>Inherited from <code>exceptions.BaseException</code></b>: 140 <code>args</code>, 141 <code>message</code> 142 </p> 143 <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>: 144 <code>__class__</code> 145 </p> 146 </td> 147 </tr> 148</table> 149<!-- ==================== NAVIGATION BAR ==================== --> 150<table class="navbar" border="0" width="100%" cellpadding="0" 151 bgcolor="#a0c0ff" cellspacing="0"> 152 <tr valign="middle"> 153 <!-- Home link --> 154 <th> <a 155 href="googleapiclient-module.html">Home</a> </th> 156 157 <!-- Tree link --> 158 <th> <a 159 href="module-tree.html">Trees</a> </th> 160 161 <!-- Index link --> 162 <th> <a 163 href="identifier-index.html">Indices</a> </th> 164 165 <!-- Help link --> 166 <th> <a 167 href="help.html">Help</a> </th> 168 169 <th class="navbar" width="100%"></th> 170 </tr> 171</table> 172<table border="0" cellpadding="0" cellspacing="0" width="100%%"> 173 <tr> 174 <td align="left" class="footer"> 175 Generated by Epydoc 3.0.1 on Fri Oct 2 20:46:22 2020 176 </td> 177 <td align="right" class="footer"> 178 <a target="mainFrame" href="http://epydoc.sourceforge.net" 179 >http://epydoc.sourceforge.net</a> 180 </td> 181 </tr> 182</table> 183 184<script type="text/javascript"> 185 <!-- 186 // Private objects are initially displayed (because if 187 // javascript is turned off then we want them to be 188 // visible); but by default, we want to hide them. So hide 189 // them unless we have a cookie that says to show them. 190 checkCookie(); 191 // --> 192</script> 193</body> 194</html> 195