CMIS support for Sharepoint and OneDrive - sharepoint

I would like to have a quick info whether Microsoft Sharepoint and OneDrive has CMIS support ? If not which will be the best library to integrate Sharepoint and OneDrive using Java ?! Please help

Microsoft SharePoint on premise (2010 & 2013) supports CMIS for searching documents though limited to library level. But I have doubts regarding OneDrive files. Though OneDrive is hosted as SharePoint MySite, these documents are not accessed through SharePoint library.
Follow this link to know about CMIS on SharePoint.
And this link to activate and use CMIS.

Related

SharePoint 2016 and OneDrive On-Premise - move files from OneDrive to SharePoint libraries

Background:-
We have got a SharePoint 2016 On-Premise and we have setup MySites (which has OneDrive as a feature).
What are we after:-
Like in Internet Explorer users can open up Windows Explorer via a Library, we are looking at a similar option on MS Edge. Some articles suggest we can achieve it via OneDrive. Can someone throw some light on this as to how we can get a similar functionality?
Please note that most articles refer to Microsoft 365 and we are not yet there.
Thanks,
Sam
Enable and use IE Mode in Microsoft Edge to make the open with explorer works again in SharePoint server 2016, for detailed steps, please refer to this simialr issue:
https://learn.microsoft.com/en-us/answers/questions/520044/how-will-the-open-with-explorer-function-be-replac.html

migartion sharepoint web application sharepoint 2013 to sharepoint online

actually i tried to migrate lists and document libraries from one site to another site in sharepoint 2013 and migrate sites also from 2010 to sharepoint 2013. But,I want to migrate web application from sharepoint 2013 to sharepoint online.
We are limited to creating Site collections only in SharePoint online. You cannot create/migrate the complete web application to SharePoint online in one go. You would have to migrate either a complete site collection or site level.
I have experience migrating with SharePoint migration tool from Microsoft (which is free software) and it worked well.
However, i would suggest to migrate individual site level as it would be easy to manage. I have tried migrating a site collection which failed after 40% and it was difficult to debug where the error was. I later figured it was the nintex form on a document library that was a culprit.
Good luck with your project!
You may use below methods to create apps
Using SharePoint Apps ( https://learn.microsoft.com/en-us/sharepoint/dev/sp-add-ins/get-started-creating-provider-hosted-sharepoint-add-ins )
Use the latest SPFx framework (https://learn.microsoft.com/en-us/sharepoint/dev/spfx/sharepoint-framework-overview) to create apps.

Which SDK or API should I use to list and upload files into Office 365 sharepoint document libraries

What is the best way now (and in the near future) to list, upload and download files in a document library in Office 365 Sharepoint? I'm looking for .NET SDK's.
There doesn't seem to be much support documentation available that targets this topic.
There is the OneDrive SDK, the Office 365 Sharepoint SDK and the Graph API, but I can't find good examples. I prefer to make use of SDK's rather than than plain REST calls because I want to make use of the ADAL libraries in .NET for authenticating agains Azure Active Directory.
Any advice or pointing in the right direction would be appreciated.
OneDrive SDK for C#.
I've just done SharePoint site item listing and file upload using the OneDrive SDK for Python, and there is a OneDrive SDK for C#, which should cover the same functionality.
Just make sure to correctly use the service discovery, and select the SharePoint RootSite service.
You can read more about my adventures achieving this (including some gotchas) here.

Synchronization Alfresco site document library to Sharepoint location

I have alfresco running from a server
http://10.0.10.199:8080
and sharepoint running from port 80 i.e
http://sharepoint
I want to synchronize everything that is on Alfresco site,
http://10.0.10.199:8080/share/page/site/cnhg/
to a sharepoint site
http://sharepoint.site.org/cnhg
without having to recreate the entire site on sharepoint. I have already configured sharepoint module for Alfresco to allow online Editing using Sharepoint configuration. My alfresco version is 4.2
I think you may be misunderstanding the SharePoint protocol support that ships with Alfresco. The functionality allows you to use Microsoft Office applications to retrieve and store files in Alfresco via the SharePoint protocol. This uses Microsoft's built-in SharePoint integration but with Alfresco on the back-end instead of SharePoint.
There is currently nothing out-of-the-box that will do a sync between a SharePoint back-end and an Alfresco back-end.
There are third-party products and other open source projects that will do that sort of synchronization but nothing in the core product at the current time.

what is the mobile layer for sharepoint?

According to the MSDN documentation, "Currently, the REST service in SharePoint 2013 Preview is read-only.", so I need to identify bi-directional, r/w access to sharepoint databases and its workflow.
MSDN Doc ref: MSDN Build mobile apps in Sharepoint 2012
Uhm... Trying my best here. What part of the MSDN documentation are you referring two. There are regular REST webservices in SharePoint 2013 which you can access almost everything of SharePoint. Right now SharePoint is in beta though, so is the documentation. Try looking for SharePoint 2013, REST and _api and you will find everything you need to know.

Resources