<?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: alfresco api alternatives for python os.walk in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-api-alternatives-for-python-os-walk/m-p/126571#M34448</link>
    <description>&lt;P&gt;For search API use query with path and type, for example:&lt;/P&gt;&lt;PRE&gt;(PATH:'/app:company_home/st:sites/cm:yoursite/cm:documentLibrary//*') AND (+TYPE:'cm:content') AND (&amp;lt;your query for documents&amp;gt;)&lt;/PRE&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Fri, 30 Dec 2022 12:41:06 GMT</pubDate>
    <dc:creator>fedorow</dc:creator>
    <dc:date>2022-12-30T12:41:06Z</dc:date>
    <item>
      <title>alfresco api alternatives for python os.walk</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-api-alternatives-for-python-os-walk/m-p/126567#M34444</link>
      <description>&lt;P&gt;I'd like to find all files from specific directory using python.&lt;/P&gt;&lt;P&gt;I've checked Alfresco Core API, first I found my desired folder with&amp;nbsp;/queries/nodes, then I tried to check it's contents with&amp;nbsp;/nodes/{nodeId}/children. But it returns all stored folders in that directory.&lt;/P&gt;&lt;P&gt;Any alternatives to :&lt;/P&gt;&lt;PRE&gt;for root, dirs, files in&amp;nbsp;os.walk("/"):
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; for d in dirs:
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if specific_folder in d:
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; for f in files:&lt;/PRE&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 08 Dec 2022 11:02:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-api-alternatives-for-python-os-walk/m-p/126567#M34444</guid>
      <dc:creator>Bro</dc:creator>
      <dc:date>2022-12-08T11:02:40Z</dc:date>
    </item>
    <item>
      <title>Re: alfresco api alternatives for python os.walk</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-api-alternatives-for-python-os-walk/m-p/126568#M34445</link>
      <description>&lt;P&gt;Not sure to understand your requirement, but you may try using CMIS protocol:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://chemistry.apache.org/python/cmislib.html" target="_blank" rel="nofollow noopener noreferrer"&gt;https://chemistry.apache.org/python/cmislib.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Dec 2022 09:32:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-api-alternatives-for-python-os-walk/m-p/126568#M34445</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2022-12-12T09:32:59Z</dc:date>
    </item>
    <item>
      <title>Re: alfresco api alternatives for python os.walk</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-api-alternatives-for-python-os-walk/m-p/126569#M34446</link>
      <description>&lt;P&gt;cmislib is&amp;nbsp;unauthorized. I can only use Alfresco core api or search api.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Dec 2022 12:58:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-api-alternatives-for-python-os-walk/m-p/126569#M34446</guid>
      <dc:creator>Bro</dc:creator>
      <dc:date>2022-12-21T12:58:26Z</dc:date>
    </item>
    <item>
      <title>Re: alfresco api alternatives for python os.walk</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-api-alternatives-for-python-os-walk/m-p/126570#M34447</link>
      <description>&lt;P&gt;I want just to download all files from specific folders.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Dec 2022 13:00:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-api-alternatives-for-python-os-walk/m-p/126570#M34447</guid>
      <dc:creator>Bro</dc:creator>
      <dc:date>2022-12-21T13:00:47Z</dc:date>
    </item>
    <item>
      <title>Re: alfresco api alternatives for python os.walk</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-api-alternatives-for-python-os-walk/m-p/126571#M34448</link>
      <description>&lt;P&gt;For search API use query with path and type, for example:&lt;/P&gt;&lt;PRE&gt;(PATH:'/app:company_home/st:sites/cm:yoursite/cm:documentLibrary//*') AND (+TYPE:'cm:content') AND (&amp;lt;your query for documents&amp;gt;)&lt;/PRE&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 30 Dec 2022 12:41:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-api-alternatives-for-python-os-walk/m-p/126571#M34448</guid>
      <dc:creator>fedorow</dc:creator>
      <dc:date>2022-12-30T12:41:06Z</dc:date>
    </item>
  </channel>
</rss>

