<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Webex Bot uploading file exceed file size limit in Webex for Developers</title>
    <link>https://community.cisco.com/t5/webex-for-developers/webex-bot-uploading-file-exceed-file-size-limit/m-p/4641331#M1143</link>
    <description>&lt;P&gt;Thanks, good to know the limitation was documented, if there were no way to bypass the limitation, I'll seek for another solution.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 30 Jun 2022 06:52:03 GMT</pubDate>
    <dc:creator>guangyya</dc:creator>
    <dc:date>2022-06-30T06:52:03Z</dc:date>
    <item>
      <title>Webex Bot uploading file exceed file size limit</title>
      <link>https://community.cisco.com/t5/webex-for-developers/webex-bot-uploading-file-exceed-file-size-limit/m-p/4641246#M1141</link>
      <description>&lt;P&gt;Hi team, I was testing upload files from a bot account to a space, the file contents are some of our testing builds (msi, apk), and when I upload it in script, it tells me that the file is too large. I understand this limitation is designed to protect us from mis-usage and avoid large traffic. My question is: do we have other solutions to send a file at size of (200MB to 400MB), or how can I escalate my Bot account so that I can pass the file size check.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;{"message":"Maximum upload size of 104857600 bytes exceeded; nested exception is org.apache.commons.fileupload.FileUploadBase$SizeLimitExceededException: the request was rejected because its size (287019384) exceeds the configured maximum (104857600)","errors":[{"description":"Maximum upload size of 104857600 bytes exceeded; nested exception is org.apache.commons.fileupload.FileUploadBase$SizeLimitExceededException: the request was rejected because its size (287019384) exceeds the configured maximum (104857600)"}],"trackingId":"ROUTER_62BCFC87-18DC-01BB-1C74-0AFE49B11C74"}&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jun 2022 01:34:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/webex-bot-uploading-file-exceed-file-size-limit/m-p/4641246#M1141</guid>
      <dc:creator>guangyya</dc:creator>
      <dc:date>2022-06-30T01:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: Webex Bot uploading file exceed file size limit</title>
      <link>https://community.cisco.com/t5/webex-for-developers/webex-bot-uploading-file-exceed-file-size-limit/m-p/4641301#M1142</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Message attachments are limited to 100MB each a&lt;/SPAN&gt;s you're already aware, so AFAIK there is no other possible solution to send large file attachment. Moreover, as per&amp;nbsp;the list of supported file types and extensions (as given below), I'm not sure if you'll be able to upload&amp;nbsp;&lt;SPAN&gt;msi, apk file&lt;/SPAN&gt;:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Microsoft Word (doc, docx)&lt;/LI&gt;
&lt;LI&gt;Microsoft Excel (xls, xlsx)&lt;/LI&gt;
&lt;LI&gt;Microsoft PowerPoint (ppt, pptx)&lt;/LI&gt;
&lt;LI&gt;Adobe Portable Document Format (pdf)&lt;/LI&gt;
&lt;LI&gt;JPEG (jpg, jpeg)&lt;/LI&gt;
&lt;LI&gt;Windows Bitmap (bmp)&lt;/LI&gt;
&lt;LI&gt;Graphics Interchange Format (gif)&lt;/LI&gt;
&lt;LI&gt;Portable Network Graphics (png)&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN&gt;When you say - "how can I escalate my Bot account so that I can pass the file size check.&amp;nbsp;&lt;/SPAN&gt;", do you mean how to check file size programmatically? If yes, then here is an example to do it in python:&amp;nbsp;&lt;A href="https://www.geeksforgeeks.org/how-to-get-file-size-in-python/" target="_blank"&gt;https://www.geeksforgeeks.org/how-to-get-file-size-in-python/&lt;/A&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;you&lt;/SPAN&gt; &lt;SPAN&gt;probably&lt;/SPAN&gt; &lt;SPAN&gt;can&lt;/SPAN&gt; &lt;SPAN&gt;look&lt;/SPAN&gt; &lt;SPAN&gt;for&lt;/SPAN&gt; &lt;SPAN&gt;alternatives&lt;/SPAN&gt; &lt;SPAN&gt;as&lt;/SPAN&gt; &lt;SPAN&gt;per&lt;/SPAN&gt; &lt;SPAN&gt;the&lt;/SPAN&gt; &lt;SPAN&gt;language&lt;/SPAN&gt; &lt;SPAN&gt;of&lt;/SPAN&gt; &lt;SPAN&gt;your&lt;/SPAN&gt; &lt;SPAN&gt;choice.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jun 2022 06:10:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/webex-bot-uploading-file-exceed-file-size-limit/m-p/4641301#M1142</guid>
      <dc:creator>Rudrakshi</dc:creator>
      <dc:date>2022-06-30T06:10:57Z</dc:date>
    </item>
    <item>
      <title>Re: Webex Bot uploading file exceed file size limit</title>
      <link>https://community.cisco.com/t5/webex-for-developers/webex-bot-uploading-file-exceed-file-size-limit/m-p/4641331#M1143</link>
      <description>&lt;P&gt;Thanks, good to know the limitation was documented, if there were no way to bypass the limitation, I'll seek for another solution.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jun 2022 06:52:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/webex-bot-uploading-file-exceed-file-size-limit/m-p/4641331#M1143</guid>
      <dc:creator>guangyya</dc:creator>
      <dc:date>2022-06-30T06:52:03Z</dc:date>
    </item>
    <item>
      <title>Re: Webex Bot uploading file exceed file size limit</title>
      <link>https://community.cisco.com/t5/webex-for-developers/webex-bot-uploading-file-exceed-file-size-limit/m-p/4656965#M1228</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I had the same problem due to this limitation, if you have full control of the data you are sending (like a csv, excel) you can split the files or send a link and it them in a cloud storage&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;A not so technical solution &amp;nbsp;to a technical limitation&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2022 17:18:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/webex-bot-uploading-file-exceed-file-size-limit/m-p/4656965#M1228</guid>
      <dc:creator>mparra.fusionet</dc:creator>
      <dc:date>2022-07-25T17:18:58Z</dc:date>
    </item>
  </channel>
</rss>

