<?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: Add 2k+ pdf's to specific folder in my content in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/add-2k-pdf-s-to-specific-folder-in-my-content/m-p/1048387#M60827</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/354805"&gt;@Lake_Worth_BeachAdmin&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I want to publish 30 pdfs to Arcgis Online, I use the same code but i want to modifiy the propreties like this :&amp;nbsp;&lt;/P&gt;&lt;P&gt;Name of one of my pdfs : Map_community_A3_TEST_61001&amp;nbsp;&lt;/P&gt;&lt;P&gt;Template :&amp;nbsp;&amp;nbsp;([DOCUMENT_TYPE]_[OBJECT]_[FORMAT]_[NAME]_[CODE])&lt;/P&gt;&lt;P&gt;I want to modifiy&amp;nbsp;&lt;EM&gt;pdf_propreties from&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;pdf_propreties = {'type':'PDF', 'description':'PDF upload for map viewer','title':pdf_name, 'tags':'OPENDATA', 'access':'Public'}&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;To :&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;pdf_propreties = {'type':'PDF', 'description':'DOCUMENT_TYPE, FORMAT, NAME','title':NAME, 'tags':'DOCUMENT_TYPE, FORMAT, NAME, CODE', 'access':'Public'}&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Do u think there's a way to do it ?&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Thank you &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 17 Apr 2021 00:54:21 GMT</pubDate>
    <dc:creator>inolaroch</dc:creator>
    <dc:date>2021-04-17T00:54:21Z</dc:date>
    <item>
      <title>Add 2k+ pdf's to specific folder in my content</title>
      <link>https://community.esri.com/t5/python-questions/add-2k-pdf-s-to-specific-folder-in-my-content/m-p/194571#M14930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need a method to upload roughly 2,000 PDF's into a specific folder in my content (and share to public)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All PDF's will be inside the same directory on a network drive.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I assume python can handle this but not sure, I see I can upload a geodata (shapefile, layer, map etc.) but not positive about images/PDF's.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2018 17:39:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/add-2k-pdf-s-to-specific-folder-in-my-content/m-p/194571#M14930</guid>
      <dc:creator>Lake_Worth_BeachAdmin</dc:creator>
      <dc:date>2018-05-14T17:39:32Z</dc:date>
    </item>
    <item>
      <title>Re: Add 2k+ pdf's to specific folder in my content</title>
      <link>https://community.esri.com/t5/python-questions/add-2k-pdf-s-to-specific-folder-in-my-content/m-p/194572#M14931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The easiest way to upload files is the &lt;A href="http://docs.python-requests.org/en/master/" rel="nofollow noopener noreferrer" target="_blank"&gt;requests module&lt;/A&gt;:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://docs.python-requests.org/en/master/user/quickstart/#post-a-multipart-encoded-file" rel="nofollow noopener noreferrer" target="_blank"&gt;Post a multi-part encoded file&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's far easier than the urllib2 modules:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://stackoverflow.com/questions/27050399/make-an-http-post-request-to-upload-a-file-using-python-urllib-urllib2" title="https://stackoverflow.com/questions/27050399/make-an-http-post-request-to-upload-a-file-using-python-urllib-urllib2" rel="nofollow noopener noreferrer" target="_blank"&gt;Make an http POST request to upload a file using python urllib/urllib2 - Stack Overflow&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I typically do is run through the operation through your browser first and monitor the network traffic. After that, recreate the request in Python.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Something like this would likely work:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;addItemURL &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;&lt;SPAN&gt;'&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2F" target="_blank"&gt;https://&lt;/A&gt;&lt;SPAN&gt;&amp;lt;portal&amp;gt;.&amp;lt;domain&amp;gt;.com/portal/sharing/rest/content/users/&amp;lt;user&amp;gt;/addItem'&lt;/SPAN&gt;&lt;/SPAN&gt;
item &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'&amp;lt;path to item&amp;gt;'&lt;/SPAN&gt;
uploadFile &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; open&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;item&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"rb"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
theFile &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'file'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;uploadFile&lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;
data &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; dict&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;token&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;lt;&lt;/SPAN&gt;token&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;type&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="comment token"&gt;#not sure about what parameters are used for uploading a PDF. My suggestion above will come in handy here)&lt;/SPAN&gt;
r &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; requests&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;post&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;addItemURL&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; params&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;data&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; files&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;theFile&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; verify&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="token boolean"&gt;False&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;‍‍‍‍‍‍‍‍‍‍‍‍ &lt;SPAN class="comment token"&gt;#verify=False ignores certificate errors&lt;/SPAN&gt;
addItemResponse &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; json&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;loads&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;r&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;text&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
&lt;SPAN class="keyword token"&gt;print&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;addItemResponse&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Once you upload an individual item, just loop through your directory using os.walk or os.listdir.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://docs.python.org/2/library/os.html" title="https://docs.python.org/2/library/os.html" rel="nofollow noopener noreferrer" target="_blank"&gt;15.1. os — Miscellaneous operating system interfaces — Python 2.7.15 documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 09:45:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/add-2k-pdf-s-to-specific-folder-in-my-content/m-p/194572#M14931</guid>
      <dc:creator>JonathanQuinn</dc:creator>
      <dc:date>2021-12-11T09:45:13Z</dc:date>
    </item>
    <item>
      <title>Re: Add 2k+ pdf's to specific folder in my content</title>
      <link>https://community.esri.com/t5/python-questions/add-2k-pdf-s-to-specific-folder-in-my-content/m-p/194573#M14932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was able to do this utilizing the Python API, the code is below for anyone else who may need this in the future&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;import arcgis&lt;BR /&gt;from arcgis.gis import *&lt;BR /&gt;import os&lt;BR /&gt;import glob&lt;BR /&gt;import time&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gis = GIS(None, "username", "password")&lt;BR /&gt;contentManager = arcgis.gis.ContentManager(gis)&lt;BR /&gt;contentManager.create_folder('Folder Name',None)&lt;BR /&gt;pdf_list = glob.glob(r'C:\path\to\folder\*.pdf')&lt;BR /&gt;additem = arcgis.gis.ContentManager(gis)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;for pdf in pdf_list:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; file_name = os.path.basename(pdf)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; pdf_properties = {'type':'PDF','title':file_name.split(".")[0],'tags':'pdf, arcgis,', 'access':'Public'}&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; additem.add(pdf_properties,pdf,folder='Historic PDFs')&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; time.sleep(1)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;item_search = gis.content.search(query='', item_type='PDF')&lt;BR /&gt;item_search&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;for item in item_search:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; item.share(everyone=True)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; time.sleep(1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I had to use the&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;time.sleep(1)&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;otherwise updating the share properties would skip some of the files, I am guessing the calls were being sent to fast for the server to pick up.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 May 2018 13:23:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/add-2k-pdf-s-to-specific-folder-in-my-content/m-p/194573#M14932</guid>
      <dc:creator>Lake_Worth_BeachAdmin</dc:creator>
      <dc:date>2018-05-17T13:23:59Z</dc:date>
    </item>
    <item>
      <title>Re: Add 2k+ pdf's to specific folder in my content</title>
      <link>https://community.esri.com/t5/python-questions/add-2k-pdf-s-to-specific-folder-in-my-content/m-p/194574#M14933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This appears to be just for AGO, do you know how I could modify the gis=GIS() connector string for ArcGIS Enterprise Portal?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2018 19:01:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/add-2k-pdf-s-to-specific-folder-in-my-content/m-p/194574#M14933</guid>
      <dc:creator>RyanHefley</dc:creator>
      <dc:date>2018-10-11T19:01:44Z</dc:date>
    </item>
    <item>
      <title>Re: Add 2k+ pdf's to specific folder in my content</title>
      <link>https://community.esri.com/t5/python-questions/add-2k-pdf-s-to-specific-folder-in-my-content/m-p/194575#M14934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See &lt;A class="link-titled" href="https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.toc.html#gis" title="https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.toc.html#gis"&gt;arcgis.gis module - GIS — arcgis 1.5.0 documentation&lt;/A&gt;:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;TABLE border="1" style="box-sizing: border-box; border-collapse: collapse; border-spacing: 0px; margin-bottom: 24px; empty-cells: show; border: 1px solid #e1e4e5; color: #404040; font-family: Lato, proxima-nova, 'Helvetica Neue', Arial, sans-serif; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #fcfcfc; text-decoration-style: initial; text-decoration-color: initial;"&gt;&lt;TBODY style="box-sizing: border-box;" valign="top"&gt;&lt;TR class="" style="box-sizing: border-box;"&gt;&lt;TD style="box-sizing: border-box; vertical-align: middle; white-space: normal !important; font-size: 14.4px; margin: 0px; overflow: visible; padding: 8px 16px; background-color: #f3f6f6; border-bottom: 1px solid #e1e4e5; border-left: 0px solid #e1e4e5;"&gt;&lt;STRONG style="box-sizing: border-box; font-weight: bold;"&gt;Argument&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD style="box-sizing: border-box; vertical-align: middle; white-space: normal !important; font-size: 14.4px; margin: 0px; overflow: visible; padding: 8px 16px; background-color: #f3f6f6; border-bottom: 1px solid #e1e4e5; border-left: 1px solid #e1e4e5;"&gt;&lt;STRONG style="box-sizing: border-box; font-weight: bold;"&gt;Description&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR class="" style="box-sizing: border-box;"&gt;&lt;TD style="box-sizing: border-box; vertical-align: middle; white-space: normal !important; font-size: 14.4px; margin: 0px; overflow: visible; padding: 8px 16px; background-color: transparent; border-bottom: 1px solid #e1e4e5; border-left: 0px solid #e1e4e5;"&gt;url&lt;/TD&gt;&lt;TD style="box-sizing: border-box; vertical-align: middle; white-space: normal !important; font-size: 14.4px; margin: 0px; overflow: visible; padding: 8px 16px; background-color: transparent; border-bottom: 1px solid #e1e4e5; border-left: 1px solid #e1e4e5;"&gt;Optional string. If URL is None, then the URL will be ArcGIS Online. This should be a web address to either a local Portal or to ArcGIS Online in the form: &amp;lt;scheme&amp;gt;://&amp;lt;fully_qualified_domain_name&amp;gt;/&amp;lt;web_adaptor&amp;gt; (Portal Example)&lt;A class="" href="https://gis.example.com/portal" style="box-sizing: border-box; color: #9b59b6; text-decoration: none; cursor: pointer;"&gt;https://gis.example.com/portal&lt;/A&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2018 19:18:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/add-2k-pdf-s-to-specific-folder-in-my-content/m-p/194575#M14934</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2018-10-11T19:18:00Z</dc:date>
    </item>
    <item>
      <title>Re: Add 2k+ pdf's to specific folder in my content</title>
      <link>https://community.esri.com/t5/python-questions/add-2k-pdf-s-to-specific-folder-in-my-content/m-p/194576#M14935</link>
      <description>&lt;P&gt;Very useful information… I am trying to do the same but instead of uploading, I am trying to update the PDF files that are inside a specific folder. Can someone point me to the right direction?&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2021 18:53:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/add-2k-pdf-s-to-specific-folder-in-my-content/m-p/194576#M14935</guid>
      <dc:creator>ErnestoCarreras2</dc:creator>
      <dc:date>2021-01-21T18:53:55Z</dc:date>
    </item>
    <item>
      <title>Re: Add 2k+ pdf's to specific folder in my content</title>
      <link>https://community.esri.com/t5/python-questions/add-2k-pdf-s-to-specific-folder-in-my-content/m-p/1048387#M60827</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/354805"&gt;@Lake_Worth_BeachAdmin&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I want to publish 30 pdfs to Arcgis Online, I use the same code but i want to modifiy the propreties like this :&amp;nbsp;&lt;/P&gt;&lt;P&gt;Name of one of my pdfs : Map_community_A3_TEST_61001&amp;nbsp;&lt;/P&gt;&lt;P&gt;Template :&amp;nbsp;&amp;nbsp;([DOCUMENT_TYPE]_[OBJECT]_[FORMAT]_[NAME]_[CODE])&lt;/P&gt;&lt;P&gt;I want to modifiy&amp;nbsp;&lt;EM&gt;pdf_propreties from&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;pdf_propreties = {'type':'PDF', 'description':'PDF upload for map viewer','title':pdf_name, 'tags':'OPENDATA', 'access':'Public'}&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;To :&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;pdf_propreties = {'type':'PDF', 'description':'DOCUMENT_TYPE, FORMAT, NAME','title':NAME, 'tags':'DOCUMENT_TYPE, FORMAT, NAME, CODE', 'access':'Public'}&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Do u think there's a way to do it ?&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Thank you &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 17 Apr 2021 00:54:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/add-2k-pdf-s-to-specific-folder-in-my-content/m-p/1048387#M60827</guid>
      <dc:creator>inolaroch</dc:creator>
      <dc:date>2021-04-17T00:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: Add 2k+ pdf's to specific folder in my content</title>
      <link>https://community.esri.com/t5/python-questions/add-2k-pdf-s-to-specific-folder-in-my-content/m-p/1086212#M61954</link>
      <description>&lt;P&gt;Thanks for posting - this will be helpful!&lt;/P&gt;</description>
      <pubDate>Thu, 05 Aug 2021 16:01:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/add-2k-pdf-s-to-specific-folder-in-my-content/m-p/1086212#M61954</guid>
      <dc:creator>BruceBacia1</dc:creator>
      <dc:date>2021-08-05T16:01:54Z</dc:date>
    </item>
  </channel>
</rss>

