<?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 set a managed blob using the REST API in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-set-a-managed-blob-using-the-rest-api/m-p/322487#M9488</link>
    <description>&lt;P&gt;The value to send for the blob (&lt;CODE&gt;file:content&lt;/CODE&gt; for example)&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;{
  "entity-type: "document",
  . . .
  "properties": {
    . . .
    "file:content": {
      "providerId": "THE_PROVIDER_ID",
      "key": "THE_BLOBKEY"
    }
  }
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;(see &lt;A href="https://github.com/nuxeo/nuxeo/blob/master/nuxeo-features/nuxeo-automation/nuxeo-automation-core/src/main/java/org/nuxeo/ecm/automation/core/util/JSONManagedBlobDecoder.java"&gt;JSONManagerBlobDecoder&lt;/A&gt;)&lt;/P&gt;
&lt;P&gt;Notice: Worked well during a test Nuxeo/Simflofy/Documentum&lt;/P&gt;</description>
    <pubDate>Fri, 19 Oct 2018 15:42:18 GMT</pubDate>
    <dc:creator>ThibArg_</dc:creator>
    <dc:date>2018-10-19T15:42:18Z</dc:date>
    <item>
      <title>How to set a managed blob using the REST API</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-set-a-managed-blob-using-the-rest-api/m-p/322486#M9487</link>
      <description>&lt;P&gt;What is the way to create a document and set a managed blob on  it using the rest API, on a 10.3 snapshot?  I have a custom blob provider, my client layer knows the id of the blob in the remote provider.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Oct 2018 15:27:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-set-a-managed-blob-using-the-rest-api/m-p/322486#M9487</guid>
      <dc:creator>Alain_ESCAFFRE</dc:creator>
      <dc:date>2018-10-19T15:27:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to set a managed blob using the REST API</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-set-a-managed-blob-using-the-rest-api/m-p/322487#M9488</link>
      <description>&lt;P&gt;The value to send for the blob (&lt;CODE&gt;file:content&lt;/CODE&gt; for example)&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;{
  "entity-type: "document",
  . . .
  "properties": {
    . . .
    "file:content": {
      "providerId": "THE_PROVIDER_ID",
      "key": "THE_BLOBKEY"
    }
  }
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;(see &lt;A href="https://github.com/nuxeo/nuxeo/blob/master/nuxeo-features/nuxeo-automation/nuxeo-automation-core/src/main/java/org/nuxeo/ecm/automation/core/util/JSONManagedBlobDecoder.java"&gt;JSONManagerBlobDecoder&lt;/A&gt;)&lt;/P&gt;
&lt;P&gt;Notice: Worked well during a test Nuxeo/Simflofy/Documentum&lt;/P&gt;</description>
      <pubDate>Fri, 19 Oct 2018 15:42:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-set-a-managed-blob-using-the-rest-api/m-p/322487#M9488</guid>
      <dc:creator>ThibArg_</dc:creator>
      <dc:date>2018-10-19T15:42:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to set a managed blob using the REST API</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-set-a-managed-blob-using-the-rest-api/m-p/322488#M9489</link>
      <description>&lt;P&gt;thank you, that is still for the same use case;)&lt;/P&gt;</description>
      <pubDate>Tue, 23 Oct 2018 08:21:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-set-a-managed-blob-using-the-rest-api/m-p/322488#M9489</guid>
      <dc:creator>Alain_ESCAFFRE</dc:creator>
      <dc:date>2018-10-23T08:21:33Z</dc:date>
    </item>
  </channel>
</rss>

