<?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 How to access the download output? in ArcGIS API for Python Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-python-questions/how-to-access-the-download-output/m-p/865888#M4422</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Needing to download a csv item from AGOL. I have called the item.download function, and it appears to work, placing the zip folder at&amp;nbsp;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;'/tmp/Runway21.zip'.

&lt;SPAN style="font-family: tahoma, arial, helvetica, sans-serif;"&gt;Where is this and how do i access it?

Here is the present code:
&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/491771_pastedImage_2.png" /&gt;
&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/491772_pastedImage_3.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 12 Dec 2021 10:45:52 GMT</pubDate>
    <dc:creator>IandeNeeve1</dc:creator>
    <dc:date>2021-12-12T10:45:52Z</dc:date>
    <item>
      <title>How to access the download output?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/how-to-access-the-download-output/m-p/865888#M4422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Needing to download a csv item from AGOL. I have called the item.download function, and it appears to work, placing the zip folder at&amp;nbsp;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;'/tmp/Runway21.zip'.

&lt;SPAN style="font-family: tahoma, arial, helvetica, sans-serif;"&gt;Where is this and how do i access it?

Here is the present code:
&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/491771_pastedImage_2.png" /&gt;
&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/491772_pastedImage_3.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 10:45:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/how-to-access-the-download-output/m-p/865888#M4422</guid>
      <dc:creator>IandeNeeve1</dc:creator>
      <dc:date>2021-12-12T10:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to access the download output?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/how-to-access-the-download-output/m-p/865889#M4423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.esri.com/migrated-users/250479"&gt;Ian deNeeve&lt;/A&gt;‌, &lt;A href="https://community.esri.com/migrated-users/399355"&gt;Ian deNeeve&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can try doing&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;import tempfile&lt;/P&gt;&lt;P&gt;print tempfile.gettempdir()&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ALTERNATIVELY&lt;/STRONG&gt;&amp;nbsp;if you are unsure why not specify the save_path &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you will know exactly where it is.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE class="" style="color: #000000; background: transparent; border: none; font-weight: bold;"&gt;download&lt;/CODE&gt;&lt;SPAN class=""&gt;(&lt;/SPAN&gt;&lt;EM class=""&gt;save_path=None&lt;/EM&gt;,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM class=""&gt;file_name=None&lt;/EM&gt;&lt;SPAN class=""&gt;)&lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/python/api-reference/arcgis.gis.toc.html#arcgis.gis.Item.download" style="color: #404040; font-weight: normal; text-decoration: none; font-size: 14.4px;" title="Permalink to this definition"&gt;https://developers.arcgis.com/python/api-reference/arcgis.gis.toc.html#arcgis.gis.Item.download&lt;/A&gt;&lt;/P&gt;&lt;P style="font-size: 16px; margin: 0px 0px 12px !important 0px;"&gt;Downloads the data to the specified folder or a temporary folder if a folder is not provided.&lt;/P&gt;&lt;P style="font-size: 16px; margin: 0px 0px 12px !important 0px;"&gt;&lt;/P&gt;&lt;DIV class="" style="margin-bottom: 24px;"&gt;&lt;TABLE style="border: 1px solid #e1e4e5; margin-bottom: 24px;"&gt;&lt;TBODY&gt;&lt;TR class=""&gt;&lt;TD style="background-color: #f3f6f6; border-bottom: 1px solid #e1e4e5; border-left: 0px solid #e1e4e5; font-size: 14.4px; padding: 8px 16px;"&gt;&lt;P style="font-size: 16px;"&gt;&lt;SPAN style="font-weight: bold;"&gt;&lt;STRONG&gt;Argument&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="background-color: #f3f6f6; border-bottom: 1px solid #e1e4e5; border-left: 1px solid #e1e4e5; font-size: 14.4px; padding: 8px 16px;"&gt;&lt;P style="font-size: 16px;"&gt;&lt;SPAN style="font-weight: bold;"&gt;&lt;STRONG&gt;Description&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR class=""&gt;&lt;TD style="background-color: transparent; border-bottom: 1px solid #e1e4e5; border-left: 0px solid #e1e4e5; font-size: 14.4px; padding: 8px 16px;"&gt;&lt;P style="font-size: 16px;"&gt;save_path&lt;/P&gt;&lt;/TD&gt;&lt;TD style="background-color: transparent; border-bottom: 1px solid #e1e4e5; border-left: 1px solid #e1e4e5; font-size: 14.4px; padding: 8px 16px;"&gt;&lt;P style="font-size: 16px;"&gt;Optional string. Folder location to download the file to.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR class=""&gt;&lt;TD style="background-color: #f3f6f6; border-bottom: 0px solid #e1e4e5; border-left: 0px solid #e1e4e5; font-size: 14.4px; padding: 8px 16px;"&gt;&lt;P style="font-size: 16px;"&gt;file_name&lt;/P&gt;&lt;/TD&gt;&lt;TD style="background-color: #f3f6f6; border-bottom: 0px solid #e1e4e5; border-left: 1px solid #e1e4e5; font-size: 14.4px; padding: 8px 16px;"&gt;&lt;P style="font-size: 16px;"&gt;Optional string. The name of the file.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2020 05:51:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/how-to-access-the-download-output/m-p/865889#M4423</guid>
      <dc:creator>VictorTey</dc:creator>
      <dc:date>2020-05-14T05:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to access the download output?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/how-to-access-the-download-output/m-p/865890#M4424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes. Figured out how to specify a path. I was trying various approaches and having no luck. Once i took it from the Online Notebooks environment to specifically Jupyter, as launched from my machine, I was able to specify a path and it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, Victor.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2020 15:17:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/how-to-access-the-download-output/m-p/865890#M4424</guid>
      <dc:creator>IandeNeeve1</dc:creator>
      <dc:date>2020-05-14T15:17:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to access the download output?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/how-to-access-the-download-output/m-p/1059751#M6089</link>
      <description>&lt;P&gt;Ever figure out how to run it online in a jupyter notebook? I'm having the exact same issue.&lt;/P&gt;</description>
      <pubDate>Thu, 20 May 2021 01:22:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/how-to-access-the-download-output/m-p/1059751#M6089</guid>
      <dc:creator>CaseyFrost</dc:creator>
      <dc:date>2021-05-20T01:22:01Z</dc:date>
    </item>
  </channel>
</rss>

