<?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: Update MMPK on Portal through Python API in ArcGIS API for Python Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-python-questions/update-mmpk-on-portal-through-python-api/m-p/781842#M1235</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Josh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the syntax for setting the input map to create a mobile map package?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example using the python console in pro mine would be as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;arcpy.management.CreateMobileMapPackage("Map Title", r"J:\path\PackageName.mmpk", None, None, "DEFAULT", "SELECT", "Title", "Summary", '&amp;lt;DIV STYLE="text-align:Left;font-size:12pt"&amp;gt;&amp;lt;P&amp;gt;&amp;lt;SPAN&amp;gt;Sewer Network&amp;lt;/SPAN&amp;gt;&amp;lt;/P&amp;gt;&amp;lt;/DIV&amp;gt;', "Sewers", None, None, "STANDARD")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The code sample in the help article you provided for a stand alone script is as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt;arcpy.management.CreateMobileMapPackage( [&lt;/SPAN&gt;&lt;SPAN class="" style="color: #c41a16;"&gt;r"C:\data\Basemap1.mapx"&lt;/SPAN&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt;, &lt;/SPAN&gt;&lt;SPAN class="" style="color: #c41a16;"&gt;r"C:\data\Map1.mapx"&lt;/SPAN&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt;], outputfile, &lt;/SPAN&gt;&lt;SPAN class="" style="color: #aa0d91;"&gt;None&lt;/SPAN&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt;, &lt;/SPAN&gt;&lt;SPAN class="" style="color: #c41a16;"&gt;r"\\share\layers\AreaOfInterest.lyrx"&lt;/SPAN&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt;, &lt;/SPAN&gt;&lt;SPAN class="" style="color: #c41a16;"&gt;"DEFAULT"&lt;/SPAN&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt;, &lt;/SPAN&gt;&lt;SPAN class="" style="color: #c41a16;"&gt;"CLIP"&lt;/SPAN&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt;, &lt;/SPAN&gt;&lt;SPAN class="" style="color: #c41a16;"&gt;"Title"&lt;/SPAN&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt;, &lt;/SPAN&gt;&lt;SPAN class="" style="color: #c41a16;"&gt;"Summary"&lt;/SPAN&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt;, &lt;/SPAN&gt;&lt;SPAN class="" style="color: #c41a16;"&gt;"description"&lt;/SPAN&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt;, &lt;/SPAN&gt;&lt;SPAN class="" style="color: #c41a16;"&gt;"Tag"&lt;/SPAN&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt;, &lt;/SPAN&gt;&lt;SPAN class="" style="color: #c41a16;"&gt;"Credits"&lt;/SPAN&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt;, &lt;/SPAN&gt;&lt;SPAN class="" style="color: #c41a16;"&gt;"Use"&lt;/SPAN&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt;, &lt;/SPAN&gt;&lt;SPAN class="" style="color: #c41a16;"&gt;"STANDARD"&lt;/SPAN&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt;, &lt;/SPAN&gt;&lt;SPAN class="" style="color: #c41a16;"&gt;"ENABLE_MAP_EXPIRATION"&lt;/SPAN&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt;, &lt;/SPAN&gt;&lt;SPAN class="" style="color: #c41a16;"&gt;"DONOT_ALLOW_TO_OPEN"&lt;/SPAN&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt;, expiration_date, &lt;/SPAN&gt;&lt;SPAN class="" style="color: #c41a16;"&gt;"This map is expired. Contact the map publisher for an updated map."&lt;/SPAN&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt;but the input is a map file, how do i set the input to be a map within a project? Or do i have to save the map as a map file first?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt;Any help would be much appreciated.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Jan 2020 14:48:14 GMT</pubDate>
    <dc:creator>CiaranHiggins1</dc:creator>
    <dc:date>2020-01-14T14:48:14Z</dc:date>
    <item>
      <title>Update MMPK on Portal through Python API</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/update-mmpk-on-portal-through-python-api/m-p/781837#M1230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a way to update an already uploaded MMPK in Portal through the Python API? In Portal, I have the option to update an already existing MMPK, but I would like to automate that in some way, and I am assuming the Python API would be the best option (but am open to any way to automate that). I've looked through the documentation and I haven't been able to find anything yet that can do this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 May 2019 15:44:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/update-mmpk-on-portal-through-python-api/m-p/781837#M1230</guid>
      <dc:creator>RyanUthoff</dc:creator>
      <dc:date>2019-05-17T15:44:19Z</dc:date>
    </item>
    <item>
      <title>Re: Update MMPK on Portal through Python API</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/update-mmpk-on-portal-through-python-api/m-p/781838#M1231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had this same issue and finally found what I needed in the API documentation. Here are the&amp;nbsp;basics:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;from arcgis.gis import GIS&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;gis = GIS(your_portal_url, your_username, your_password)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;mmpk = gis.content.search("title:The Title of&amp;nbsp;Your MMPK In Your Portal")&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; mmpk[0].update(data=r"c:\Your_Directory_Path\Your_Map_Package.mmpk")&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that gis.content.search returns a list, so you'll want to make sure your search only returns one item.&lt;/P&gt;&lt;P&gt;The documentation says that item_properties is a required argument for Item.update, but&amp;nbsp;I found that it works&amp;nbsp;with only the&amp;nbsp;data argument, like I have above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ref:&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/python/api-reference/arcgis.gis.toc.html#arcgis.gis.Item.update" title="https://developers.arcgis.com/python/api-reference/arcgis.gis.toc.html#arcgis.gis.Item.update"&gt;arcgis.gis module — arcgis 1.6.2 documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;Edited to add:&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;I update the .mmpk itself by using&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="border: 0px; font-weight: inherit;"&gt;arcpy.management.CreateMobileMapPackage&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;then get it into Portal using the above process.&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/tool-reference/data-management/create-mobile-map-package.htm" title="https://pro.arcgis.com/en/pro-app/tool-reference/data-management/create-mobile-map-package.htm"&gt;Create Mobile Map Package—Data Management toolbox | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Oct 2019 15:53:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/update-mmpk-on-portal-through-python-api/m-p/781838#M1231</guid>
      <dc:creator>JoshAndreas</dc:creator>
      <dc:date>2019-10-03T15:53:33Z</dc:date>
    </item>
    <item>
      <title>Re: Update MMPK on Portal through Python API</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/update-mmpk-on-portal-through-python-api/m-p/781839#M1232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried your&amp;nbsp;&lt;SPAN style="display: inline !important; float: none; background-color: #ffffff; color: #3d3d3d; font-family: 'courier new',courier,monospace; font-size: 100%; font-style: inherit; font-variant: normal; font-weight: inherit; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;mmpk[0].update(data=r"c:\Your_Directory_Path\Your_Map_Package.mmpk") &lt;/SPAN&gt;script for standalone ArcGIS Online MMPK (we don't have Portal) from Jupyter Notebook, and I received the following error message:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-emoji image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/461103_PyError.jpg" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, maybe I do need to specify item properties?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Oct 2019 18:52:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/update-mmpk-on-portal-through-python-api/m-p/781839#M1232</guid>
      <dc:creator>MarietteShin</dc:creator>
      <dc:date>2019-10-03T18:52:26Z</dc:date>
    </item>
    <item>
      <title>Re: Update MMPK on Portal through Python API</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/update-mmpk-on-portal-through-python-api/m-p/781840#M1233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Add&amp;nbsp;the &lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;&lt;STRONG&gt;data=&lt;/STRONG&gt;&lt;/SPAN&gt; key in front of the path to your MMPK. Data is the second argument for this function, so you have to specify that the path string belongs to the data argument otherwise it thinks you're giving it the first argument, which is&amp;nbsp;&lt;SPAN&gt;item_property.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So in this case, it thinks the path string you've given is an item_property... and&amp;nbsp;since it's a string instead of a dictionary, you're getting&amp;nbsp;an error since 'pop' can't be used on a string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;(All that said, I'll freely admit that item_property might actually be required for ArcGIS Online,&amp;nbsp;since I've only done it without in Portal... but that's not what's happening yet)&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Oct 2019 19:32:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/update-mmpk-on-portal-through-python-api/m-p/781840#M1233</guid>
      <dc:creator>JoshAndreas</dc:creator>
      <dc:date>2019-10-03T19:32:45Z</dc:date>
    </item>
    <item>
      <title>Re: Update MMPK on Portal through Python API</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/update-mmpk-on-portal-through-python-api/m-p/781841#M1234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Josh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks. I made your suggested addition in the script, and it ran without error. It appears that the MMPK was overwritten on ArcGIS Online, but I have not yet opened it up. The good news is that there were no error messages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Oct 2019 13:15:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/update-mmpk-on-portal-through-python-api/m-p/781841#M1234</guid>
      <dc:creator>MarietteShin</dc:creator>
      <dc:date>2019-10-04T13:15:51Z</dc:date>
    </item>
    <item>
      <title>Re: Update MMPK on Portal through Python API</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/update-mmpk-on-portal-through-python-api/m-p/781842#M1235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Josh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the syntax for setting the input map to create a mobile map package?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example using the python console in pro mine would be as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;arcpy.management.CreateMobileMapPackage("Map Title", r"J:\path\PackageName.mmpk", None, None, "DEFAULT", "SELECT", "Title", "Summary", '&amp;lt;DIV STYLE="text-align:Left;font-size:12pt"&amp;gt;&amp;lt;P&amp;gt;&amp;lt;SPAN&amp;gt;Sewer Network&amp;lt;/SPAN&amp;gt;&amp;lt;/P&amp;gt;&amp;lt;/DIV&amp;gt;', "Sewers", None, None, "STANDARD")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The code sample in the help article you provided for a stand alone script is as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt;arcpy.management.CreateMobileMapPackage( [&lt;/SPAN&gt;&lt;SPAN class="" style="color: #c41a16;"&gt;r"C:\data\Basemap1.mapx"&lt;/SPAN&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt;, &lt;/SPAN&gt;&lt;SPAN class="" style="color: #c41a16;"&gt;r"C:\data\Map1.mapx"&lt;/SPAN&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt;], outputfile, &lt;/SPAN&gt;&lt;SPAN class="" style="color: #aa0d91;"&gt;None&lt;/SPAN&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt;, &lt;/SPAN&gt;&lt;SPAN class="" style="color: #c41a16;"&gt;r"\\share\layers\AreaOfInterest.lyrx"&lt;/SPAN&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt;, &lt;/SPAN&gt;&lt;SPAN class="" style="color: #c41a16;"&gt;"DEFAULT"&lt;/SPAN&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt;, &lt;/SPAN&gt;&lt;SPAN class="" style="color: #c41a16;"&gt;"CLIP"&lt;/SPAN&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt;, &lt;/SPAN&gt;&lt;SPAN class="" style="color: #c41a16;"&gt;"Title"&lt;/SPAN&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt;, &lt;/SPAN&gt;&lt;SPAN class="" style="color: #c41a16;"&gt;"Summary"&lt;/SPAN&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt;, &lt;/SPAN&gt;&lt;SPAN class="" style="color: #c41a16;"&gt;"description"&lt;/SPAN&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt;, &lt;/SPAN&gt;&lt;SPAN class="" style="color: #c41a16;"&gt;"Tag"&lt;/SPAN&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt;, &lt;/SPAN&gt;&lt;SPAN class="" style="color: #c41a16;"&gt;"Credits"&lt;/SPAN&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt;, &lt;/SPAN&gt;&lt;SPAN class="" style="color: #c41a16;"&gt;"Use"&lt;/SPAN&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt;, &lt;/SPAN&gt;&lt;SPAN class="" style="color: #c41a16;"&gt;"STANDARD"&lt;/SPAN&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt;, &lt;/SPAN&gt;&lt;SPAN class="" style="color: #c41a16;"&gt;"ENABLE_MAP_EXPIRATION"&lt;/SPAN&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt;, &lt;/SPAN&gt;&lt;SPAN class="" style="color: #c41a16;"&gt;"DONOT_ALLOW_TO_OPEN"&lt;/SPAN&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt;, expiration_date, &lt;/SPAN&gt;&lt;SPAN class="" style="color: #c41a16;"&gt;"This map is expired. Contact the map publisher for an updated map."&lt;/SPAN&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt;but the input is a map file, how do i set the input to be a map within a project? Or do i have to save the map as a map file first?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt;Any help would be much appreciated.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jan 2020 14:48:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/update-mmpk-on-portal-through-python-api/m-p/781842#M1235</guid>
      <dc:creator>CiaranHiggins1</dc:creator>
      <dc:date>2020-01-14T14:48:14Z</dc:date>
    </item>
    <item>
      <title>Re: Update MMPK on Portal through Python API</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/update-mmpk-on-portal-through-python-api/m-p/781843#M1236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Josh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a limit to the file size that can be used following this process?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a mobile map package approx 1gb which times out following your script. I had tested the process with a smaller mobile map package of a sample area 30mb which worked perfectly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help greatly appreacted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2020 10:32:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/update-mmpk-on-portal-through-python-api/m-p/781843#M1236</guid>
      <dc:creator>CiaranHiggins1</dc:creator>
      <dc:date>2020-02-13T10:32:10Z</dc:date>
    </item>
    <item>
      <title>Re: Update MMPK on Portal through Python API</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/update-mmpk-on-portal-through-python-api/m-p/1333556#M9073</link>
      <description>&lt;P&gt;It appears there's a 2GB limit for an uploaded mmpk file.&lt;/P&gt;&lt;P&gt;After I've used above process to upload a 4GB file I got the following error:&lt;/P&gt;&lt;P&gt;OverflowError: string longer than 2147483647 bytes&lt;/P&gt;&lt;P&gt;Is there any way around that?&lt;/P&gt;</description>
      <pubDate>Thu, 28 Sep 2023 19:50:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/update-mmpk-on-portal-through-python-api/m-p/1333556#M9073</guid>
      <dc:creator>AlexM</dc:creator>
      <dc:date>2023-09-28T19:50:52Z</dc:date>
    </item>
  </channel>
</rss>

