<?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: Public link to download file in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/public-link-to-download-file/m-p/78409#M24529</link>
    <description>&lt;P&gt;How would I filter by site and get a list of paths?&lt;/P&gt;</description>
    <pubDate>Wed, 07 Oct 2020 22:46:20 GMT</pubDate>
    <dc:creator>eswbitto</dc:creator>
    <dc:date>2020-10-07T22:46:20Z</dc:date>
    <item>
      <title>Public link to download file</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/public-link-to-download-file/m-p/78406#M24526</link>
      <description>Hello guys,I send files through the API to the site, it's OK.But now some kind of files need a public link to download a file. This link should be a public without login, ie download a file in e-mail, download a file in a website.How can I achieve this?Alfresco version: Community - 5.2.0 (re21f2be5-</description>
      <pubDate>Mon, 19 Feb 2018 18:11:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/public-link-to-download-file/m-p/78406#M24526</guid>
      <dc:creator>maiconramones</dc:creator>
      <dc:date>2018-02-19T18:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: Public link to download file</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/public-link-to-download-file/m-p/78407#M24527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go to the &lt;A href="https://api-explorer.alfresco.com/api-explorer/#/" rel="nofollow noopener noreferrer"&gt;Alfresco API Explorer&lt;/A&gt; and take a look at Shared Links.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Feb 2018 19:02:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/public-link-to-download-file/m-p/78407#M24527</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2018-02-19T19:02:15Z</dc:date>
    </item>
    <item>
      <title>Re: Public link to download file</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/public-link-to-download-file/m-p/78408#M24528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks to Jeff, it was my fault.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;It works perfectly. It would be nice if Alfresco had the option to enable sharing when creating the document and the URL for sharing in json return. This would avoid two calls to an Alfresco API.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thank you again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Feb 2018 23:08:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/public-link-to-download-file/m-p/78408#M24528</guid>
      <dc:creator>maiconramones</dc:creator>
      <dc:date>2018-02-20T23:08:55Z</dc:date>
    </item>
    <item>
      <title>Re: Public link to download file</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/public-link-to-download-file/m-p/78409#M24529</link>
      <description>&lt;P&gt;How would I filter by site and get a list of paths?&lt;/P&gt;</description>
      <pubDate>Wed, 07 Oct 2020 22:46:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/public-link-to-download-file/m-p/78409#M24529</guid>
      <dc:creator>eswbitto</dc:creator>
      <dc:date>2020-10-07T22:46:20Z</dc:date>
    </item>
    <item>
      <title>Re: Public link to download file</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/public-link-to-download-file/m-p/78410#M24530</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You need to create custom webscript where first find all shared node and then fillter by site and return.&lt;/P&gt;&lt;P&gt;Here is webscript example.&lt;/P&gt;&lt;PRE&gt;var def = {
	query: "ASPECT:'qshare:shared'",
	language: "fts-alfresco"
};

var nodes = search.query(def); 

for each(var node in nodes) {
    logger.log(node.nodeRef + " ; " + node.properties["qshare:sharedId"] + " ; " + node.webdavUrl);
}&lt;/PRE&gt;</description>
      <pubDate>Thu, 08 Oct 2020 05:37:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/public-link-to-download-file/m-p/78410#M24530</guid>
      <dc:creator>sp2</dc:creator>
      <dc:date>2020-10-08T05:37:41Z</dc:date>
    </item>
    <item>
      <title>Re: Public link to download file</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/public-link-to-download-file/m-p/78411#M24531</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/67347"&gt;@eswbitto&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'd generally recommend starting your own thread rather than adding to a much older post.&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;</description>
      <pubDate>Thu, 08 Oct 2020 09:48:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/public-link-to-download-file/m-p/78411#M24531</guid>
      <dc:creator>EddieMay</dc:creator>
      <dc:date>2020-10-08T09:48:00Z</dc:date>
    </item>
    <item>
      <title>Re: Public link to download file</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/public-link-to-download-file/m-p/78412#M24532</link>
      <description>&lt;P&gt;I should have thought of that. I'll create a new post. My apologies.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Oct 2020 15:48:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/public-link-to-download-file/m-p/78412#M24532</guid>
      <dc:creator>eswbitto</dc:creator>
      <dc:date>2020-10-08T15:48:02Z</dc:date>
    </item>
  </channel>
</rss>

