You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@chemistry.apache.org by "arash sayareh (JIRA)" <ji...@apache.org> on 2017/05/15 11:27:04 UTC

[jira] [Updated] (CMIS-1032) connect to sharepoint via cmislib

     [ https://issues.apache.org/jira/browse/CMIS-1032?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

arash sayareh updated CMIS-1032:
--------------------------------
    Description: 
 I'm using python cmislib to connect python to my sharepoint repository. when i try to connect to my repository via client software such as WORKBENCH,it connect without any exception, but when i try to connect to this repository i get 403 exception. This is all of my code:  
    from cmislib import CmisClient 
    client = CmisClient('http://ntasharepoint02/_vti_bin/cmis/rest?getRepositoryInfo',                 'user', 'pwd')
    repo = client.defaultRepository  
Help me please !

  was: down vote favorite 	  I'm using python cmislib to connect python to my sharepoint repository. when i try to connect to my repository via client software such as WORKBENCH,it connect without any exception, but when i try to connect to this repository i get 403 exception. This is all of my code:  from cmislib import CmisClient client = CmisClient('http://ntasharepoint02/_vti_bin/cmis/rest?getRepositoryInfo',                 'user', 'pwd') repo = client.defaultRepository  Help me please !


> connect to sharepoint via cmislib
> ---------------------------------
>
>                 Key: CMIS-1032
>                 URL: https://issues.apache.org/jira/browse/CMIS-1032
>             Project: Chemistry
>          Issue Type: Task
>            Reporter: arash sayareh
>
>  I'm using python cmislib to connect python to my sharepoint repository. when i try to connect to my repository via client software such as WORKBENCH,it connect without any exception, but when i try to connect to this repository i get 403 exception. This is all of my code:  
>     from cmislib import CmisClient 
>     client = CmisClient('http://ntasharepoint02/_vti_bin/cmis/rest?getRepositoryInfo',                 'user', 'pwd')
>     repo = client.defaultRepository  
> Help me please !



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)