<?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: How to extract document UUID using WebDAV protocol in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/how-to-extract-document-uuid-using-webdav-protocol/m-p/141402#M37691</link>
    <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;I think I don't understand very well your idea and how are you going to develop it but here it is your anwers:&lt;/P&gt;&lt;P&gt;1. As far I as know: it's not possible.&lt;/P&gt;&lt;P&gt;2. Depend how are you developing your program and which API are you using. For example, in CMIS you can use &lt;A href="http://chemistry.apache.org/java/0.13.0/maven/apidocs/org/apache/chemistry/opencmis/client/api/Document.html" rel="noreferrer nofollow noopener" target="_blank"&gt;CMIS Document object&lt;/A&gt;, you can call &lt;A href="http://chemistry.apache.org/java/0.13.0/maven/apidocs/org/apache/chemistry/opencmis/client/api/FileableCmisObject.html#getPaths%28%29" rel="noreferrer nofollow noopener" target="_blank"&gt;getPaths().&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If you can explain us deeply how are you developing your solution, maybe we can tell you exactly what do you need.&lt;/P&gt;&lt;P&gt;Cheers.&lt;/P&gt;</description>
    <pubDate>Mon, 28 Jun 2021 14:57:08 GMT</pubDate>
    <dc:creator>cristinamr</dc:creator>
    <dc:date>2021-06-28T14:57:08Z</dc:date>
    <item>
      <title>How to extract document UUID using WebDAV protocol</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-extract-document-uuid-using-webdav-protocol/m-p/141401#M37690</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm trying to create a file interface to Alfresco repository using WebDAV interface.&lt;/P&gt;&lt;P&gt;I have managed to list directories or upload files, but I don't know how to perform listing or downloading of individual files because Alfresco uses UUID instead of filename in the URL of individual files (i.e. &lt;EM&gt;https://&amp;lt;host&amp;gt;/share/page/site/&amp;lt;site_name&amp;gt;/document-details?nodeRef=workspace://SpacesStore/1552c1ed-d744-42c2-b8e3-8eb7b7284474&lt;/EM&gt;)&lt;/P&gt;&lt;P&gt;When I upload a file using WebDAV, I don't get any return value (comparing to using CMIS protocol where you get the document UUID). So I have two questions:&lt;/P&gt;&lt;P&gt;- 1. is there a way using WebDAV to obtain the document UUID (by knowing the physical path) ?&lt;/P&gt;&lt;P&gt;- 2. if not, is there a way to reference a file in Alfresco using filename instead of UUID?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jun 2021 12:52:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-extract-document-uuid-using-webdav-protocol/m-p/141401#M37690</guid>
      <dc:creator>the-farmer</dc:creator>
      <dc:date>2021-06-28T12:52:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract document UUID using WebDAV protocol</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-extract-document-uuid-using-webdav-protocol/m-p/141402#M37691</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;I think I don't understand very well your idea and how are you going to develop it but here it is your anwers:&lt;/P&gt;&lt;P&gt;1. As far I as know: it's not possible.&lt;/P&gt;&lt;P&gt;2. Depend how are you developing your program and which API are you using. For example, in CMIS you can use &lt;A href="http://chemistry.apache.org/java/0.13.0/maven/apidocs/org/apache/chemistry/opencmis/client/api/Document.html" rel="noreferrer nofollow noopener" target="_blank"&gt;CMIS Document object&lt;/A&gt;, you can call &lt;A href="http://chemistry.apache.org/java/0.13.0/maven/apidocs/org/apache/chemistry/opencmis/client/api/FileableCmisObject.html#getPaths%28%29" rel="noreferrer nofollow noopener" target="_blank"&gt;getPaths().&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If you can explain us deeply how are you developing your solution, maybe we can tell you exactly what do you need.&lt;/P&gt;&lt;P&gt;Cheers.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jun 2021 14:57:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-extract-document-uuid-using-webdav-protocol/m-p/141402#M37691</guid>
      <dc:creator>cristinamr</dc:creator>
      <dc:date>2021-06-28T14:57:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract document UUID using WebDAV protocol</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-extract-document-uuid-using-webdav-protocol/m-p/141403#M37692</link>
      <description>&lt;P&gt;Hi, thanks for your quick reply.&lt;/P&gt;&lt;P&gt;Actually I was using CMIS interface which seemed to provide everything we need, until we upgraded Alfresco Community Server to version 6.2 and our CMIS interface is not working anymore (I reported the error in this post: &lt;EM&gt;&lt;A href="https://hub.alfresco.com/t5/alfresco-content-services-forum/cmis-1-1-java-api-call-shows-badrequest-error-after-upgrade-to/td-p/307568" target="_blank" rel="nofollow noopener noreferrer"&gt;https://hub.alfresco.com/t5/alfresco-content-services-forum/cmis-1-1-java-api-call-shows-badrequest-error-after-upgrade-to/td-p/307568&lt;/A&gt;&lt;/EM&gt;, but no replies yet).&lt;/P&gt;&lt;P&gt;As an workaround, I noticed our Alfresco server also supports WebDAV protocol so I made some quick tests where I managed to upload files and list directories, but then got stuck again at limitations caused by not being able to retrieve the UUID of individual files or folders.&lt;/P&gt;&lt;P&gt;The ideal scenario for us is to fix the CMIS issue, otherwise I will have to lookup up other APIs but that will take a lot of time.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jun 2021 07:24:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-extract-document-uuid-using-webdav-protocol/m-p/141403#M37692</guid>
      <dc:creator>the-farmer</dc:creator>
      <dc:date>2021-06-29T07:24:14Z</dc:date>
    </item>
  </channel>
</rss>

