<?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: Uploading a file using CMIS API URL in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/uploading-a-file-using-cmis-api-url/m-p/127314#M34608</link>
    <description>&lt;P&gt;You can use&amp;nbsp;&lt;A href="https://api-explorer.alfresco.com/api-explorer/#!/nodes/createNode" target="_self" rel="nofollow noopener noreferrer"&gt;api-explorer&lt;/A&gt;&amp;nbsp; create node api.&lt;/P&gt;</description>
    <pubDate>Fri, 25 Dec 2020 11:21:55 GMT</pubDate>
    <dc:creator>sp2</dc:creator>
    <dc:date>2020-12-25T11:21:55Z</dc:date>
    <item>
      <title>Uploading a file using CMIS API URL</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/uploading-a-file-using-cmis-api-url/m-p/127311#M34605</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I need to upload a file to the basic alfresco repository using a CMIS 1.1 API, the API can be of any binding Atompub or browser binding. Which API URL can be used in order to upload the file?&lt;/P&gt;&lt;P&gt;If any such URL can be used please do provide any references.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Dec 2020 16:14:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/uploading-a-file-using-cmis-api-url/m-p/127311#M34605</guid>
      <dc:creator>Vishruti_Shah</dc:creator>
      <dc:date>2020-12-23T16:14:26Z</dc:date>
    </item>
    <item>
      <title>Re: Uploading a file using CMIS API URL</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/uploading-a-file-using-cmis-api-url/m-p/127312#M34606</link>
      <description>&lt;P&gt;Either browser binding or Atompub binding can do ,but browser binding is recommended.&lt;BR /&gt;Following is code example using apache chemistry cmis api,&lt;/P&gt;&lt;P&gt;Fiirst you need to create a session,then using the session to create folder or document.&lt;/P&gt;&lt;PRE&gt;SessionFactory sessionFactory = SessionFactoryImpl.newInstance();
		Map&amp;lt;String, String&amp;gt; params = new HashMap&amp;lt;String, String&amp;gt;();
		params.put(SessionParameter.USER, "admin");
		params.put(SessionParameter.PASSWORD, "admin");
		params.put(SessionParameter.BROWSER_URL, "http://192.168.11.100:8080/alfresco/api/-default-/public/cmis/versions/1.1/browser");
		params.put(SessionParameter.BINDING_TYPE, BindingType.BROWSER.value());

		List&amp;lt;Repository&amp;gt; repos = sessionFactory.getRepositories(params);
		Session session = repos.get(0).createSession();&lt;/PRE&gt;&lt;P&gt;About how to create folder or document please refer to&amp;nbsp;&lt;A href="https://chemistry.apache.org/java/examples/example-create-update.html" target="_blank" rel="nofollow noopener noreferrer"&gt;https://chemistry.apache.org/java/examples/example-create-update.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Dec 2020 04:35:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/uploading-a-file-using-cmis-api-url/m-p/127312#M34606</guid>
      <dc:creator>kaynezhang</dc:creator>
      <dc:date>2020-12-24T04:35:47Z</dc:date>
    </item>
    <item>
      <title>Re: Uploading a file using CMIS API URL</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/uploading-a-file-using-cmis-api-url/m-p/127313#M34607</link>
      <description>&lt;P&gt;Can we get a direct URL which we can hit via postman because I am not looking for any custom code to be done for the same?&lt;/P&gt;</description>
      <pubDate>Fri, 25 Dec 2020 06:53:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/uploading-a-file-using-cmis-api-url/m-p/127313#M34607</guid>
      <dc:creator>Vishruti_Shah</dc:creator>
      <dc:date>2020-12-25T06:53:18Z</dc:date>
    </item>
    <item>
      <title>Re: Uploading a file using CMIS API URL</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/uploading-a-file-using-cmis-api-url/m-p/127314#M34608</link>
      <description>&lt;P&gt;You can use&amp;nbsp;&lt;A href="https://api-explorer.alfresco.com/api-explorer/#!/nodes/createNode" target="_self" rel="nofollow noopener noreferrer"&gt;api-explorer&lt;/A&gt;&amp;nbsp; create node api.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Dec 2020 11:21:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/uploading-a-file-using-cmis-api-url/m-p/127314#M34608</guid>
      <dc:creator>sp2</dc:creator>
      <dc:date>2020-12-25T11:21:55Z</dc:date>
    </item>
    <item>
      <title>Re: Uploading a file using CMIS API URL</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/uploading-a-file-using-cmis-api-url/m-p/127315#M34609</link>
      <description>&lt;P&gt;Rest APIs works fine but I am looking for CMIS API (either using browser binding method or using atompub method) to insert/upload a file on to the alfresco repository.&lt;/P&gt;&lt;P&gt;Can you please suggest me any of the CMIS API URL for the same? I am not looking for any custom code.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Dec 2020 17:21:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/uploading-a-file-using-cmis-api-url/m-p/127315#M34609</guid>
      <dc:creator>Vishruti_Shah</dc:creator>
      <dc:date>2020-12-25T17:21:03Z</dc:date>
    </item>
    <item>
      <title>Re: Uploading a file using CMIS API URL</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/uploading-a-file-using-cmis-api-url/m-p/127316#M34610</link>
      <description>&lt;P&gt;For browser binding please refer to &lt;A href="http://docs.oasis-open.org/cmis/CMIS/v1.1/os/examples/browser/" target="_blank" rel="nofollow noopener noreferrer"&gt;http://docs.oasis-open.org/cmis/CMIS/v1.1/os/examples/browser/&lt;/A&gt;&lt;BR /&gt;For atom binding please refer to &lt;A href="http://docs.oasis-open.org/cmis/CMIS/v1.1/os/examples/atompub/" target="_blank" rel="nofollow noopener noreferrer"&gt;http://docs.oasis-open.org/cmis/CMIS/v1.1/os/examples/atompub/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 26 Dec 2020 16:13:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/uploading-a-file-using-cmis-api-url/m-p/127316#M34610</guid>
      <dc:creator>kaynezhang</dc:creator>
      <dc:date>2020-12-26T16:13:44Z</dc:date>
    </item>
  </channel>
</rss>

