<?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 Download api in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/download-api/m-p/57664#M20692</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #505050; font-family: OpenSans, Helvetica, Arial, sans-serif; font-size: 12px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: pre-wrap; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;"&gt;I am currently using V1 upload URL {URL} /alfresco/api/-default-/public/alfresco/versions/1/nodes/-root-/children and it returns nodeId.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #505050; font-family: OpenSans, Helvetica, Arial, sans-serif; font-size: 12px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: pre-wrap; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;"&gt;However, for downloading the document I would need extra information about node such as store_type and store-id.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #505050; font-family: OpenSans, Helvetica, Arial, sans-serif; font-size: 12px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: pre-wrap; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;"&gt;Can I always assume that store-type would always be workspace and the store-id to be SpacesStore? I googled about it, but without success. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #505050; font-family: OpenSans, Helvetica, Arial, sans-serif; font-size: 12px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: pre-wrap; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;"&gt;Thanks in advance&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Dec 2018 09:42:54 GMT</pubDate>
    <dc:creator>tpardabe</dc:creator>
    <dc:date>2018-12-13T09:42:54Z</dc:date>
    <item>
      <title>Download api</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/download-api/m-p/57664#M20692</link>
      <description>I am currently using V1 upload URL {URL} /alfresco/api/-default-/public/alfresco/versions/1/nodes/-root-/children and it returns nodeId.However, for downloading the document I would need extra information about node such as store_type and store-id.Can I always assume that store-type would always be</description>
      <pubDate>Thu, 13 Dec 2018 09:42:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/download-api/m-p/57664#M20692</guid>
      <dc:creator>tpardabe</dc:creator>
      <dc:date>2018-12-13T09:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: Download api</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/download-api/m-p/57665#M20693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know what download URL you are using, but it sure can't be from the v1 ReST API. You do not need store_type or store_id for &lt;A href="https://api-explorer.alfresco.com/api-explorer/#!/nodes/getNodeContent" rel="nofollow noopener noreferrer"&gt;the access to the node content aka "download"&lt;/A&gt;. Only if you were to use the legacy APIs, like the download servlet, would you need to have those extra parameters.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2018 10:33:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/download-api/m-p/57665#M20693</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2018-12-13T10:33:12Z</dc:date>
    </item>
    <item>
      <title>Re: Download api</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/download-api/m-p/57666#M20694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We are currently using GET /alfresco/service/api/node/content{property}/{store_type}/{store_id}/{id}?a={attach?}&lt;/P&gt;&lt;P&gt;For the above URL, can I assume that s&lt;SPAN style="color: #505050; font-family: OpenSans, Helvetica, Arial, sans-serif; font-size: 12px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: pre-wrap; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;"&gt;tore-type would always be workspace and the store-id to be SpacesStore?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2018 12:09:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/download-api/m-p/57666#M20694</guid>
      <dc:creator>tpardabe</dc:creator>
      <dc:date>2018-12-13T12:09:50Z</dc:date>
    </item>
    <item>
      <title>Re: Download api</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/download-api/m-p/57667#M20695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am little confused about the version I am currently using. If I try to use the URL as you specified, how alfresco would know where it saved? Will it get information from the document by id such as store type and store_id, and then get the content of the file? If you know its implementation and explain it here, I would be thankful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2018 12:36:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/download-api/m-p/57667#M20695</guid>
      <dc:creator>tpardabe</dc:creator>
      <dc:date>2018-12-13T12:36:04Z</dc:date>
    </item>
    <item>
      <title>Re: Download api</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/download-api/m-p/57668#M20696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, if you are downloading content from the spaces store, which is most likely, then your assumptions are correct.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2018 23:16:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/download-api/m-p/57668#M20696</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2018-12-13T23:16:48Z</dc:date>
    </item>
  </channel>
</rss>

