cancel
Showing results for 
Search instead for 
Did you mean: 

dotCMIS using Alfresco Cloud. Possible?

nunoquintas
Champ in-the-making
Champ in-the-making
Well, this is the issue I'm dealing with for a few hours.

I got the access token, and can connect fine throught CMIS Workbench, but using dotCMIS I am unable to log in.

Even setting the parameters in full text desn't seem to work.

I am using the base of the java example, but it seems like the dotCMIS version is lacking a few things.

            parameters(DotCMIS.SessionParameter.BindingType) = BindingType.AtomPub
            parameters("org.apache.chemistry.dotcmis.binding.atompub.url") = "https://api.alfresco.com/cmis/versions/1.0/atom"
            parameters("org.apache.chemistry.dotcmis.binding.auth.http.basic") = "false"
            parameters("org.apache.chemistry.dotcmis.binding.header.0") = "Authorization:Bearer bla bla bla"


Is it possible to do it and I'm doin' it wrong? Or isn't just possible at this time and i'm going the wrong way on this?
1 REPLY 1

dahevos
Champ in-the-making
Champ in-the-making
Currently, authentification in DotCMIS does not work.  UP