<?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 Error when I try to bind a local directory with Nuxeo with Nuxeo Drive in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/error-when-i-try-to-bind-a-local-directory-with-nuxeo-with-nuxeo/m-p/315525#M2526</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I try to create on my Windows a local synchronization with Nuxeo using Nuxeo Drive command line and I have the following error :&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;C:\Users\bjalon&amp;gt;ndrive bind-server bjalon &lt;A href="http://my.nuxeo.server.fr/nuxeo" target="test_blank"&gt;http://my.nuxeo.server.fr/nuxeo&lt;/A&gt; --local-folder "C:\Users\bjalon\Test"
Password:
2014-01-24 11:52:01,121 3056 1544 INFO     nxdrive.controller Binding 'C:\Users\bjalon\Test' to 'http://my.nuxeo.server.fr/nuxeo/' with account 'bjalon'
2014-01-24 11:52:01,398 3056 1544 ERROR    nxdrive.commandline Error executing 'bind_server': 'folder'
Traceback (most recent call last):
  File "nuxeo-drive-client\nxdrive\commandline.py", line 331, in handle
  File "nuxeo-drive-client\nxdrive\commandline.py", line 394, in bind_server
  File "nuxeo-drive-client\nxdrive\controller.py", line 477, in bind_server
  File "nuxeo-drive-client\nxdrive\client\remote_file_system_client.py", line 68, in get_filesystem_root_info
  File "nuxeo-drive-client\nxdrive\client\remote_file_system_client.py", line 168, in file_to_info
KeyError: 'folder'
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;What is the trouble ?&lt;/P&gt;</description>
    <pubDate>Fri, 24 Jan 2014 11:59:26 GMT</pubDate>
    <dc:creator>Benjamin_Jalon1</dc:creator>
    <dc:date>2014-01-24T11:59:26Z</dc:date>
    <item>
      <title>Error when I try to bind a local directory with Nuxeo with Nuxeo Drive</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/error-when-i-try-to-bind-a-local-directory-with-nuxeo-with-nuxeo/m-p/315525#M2526</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I try to create on my Windows a local synchronization with Nuxeo using Nuxeo Drive command line and I have the following error :&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;C:\Users\bjalon&amp;gt;ndrive bind-server bjalon &lt;A href="http://my.nuxeo.server.fr/nuxeo" target="test_blank"&gt;http://my.nuxeo.server.fr/nuxeo&lt;/A&gt; --local-folder "C:\Users\bjalon\Test"
Password:
2014-01-24 11:52:01,121 3056 1544 INFO     nxdrive.controller Binding 'C:\Users\bjalon\Test' to 'http://my.nuxeo.server.fr/nuxeo/' with account 'bjalon'
2014-01-24 11:52:01,398 3056 1544 ERROR    nxdrive.commandline Error executing 'bind_server': 'folder'
Traceback (most recent call last):
  File "nuxeo-drive-client\nxdrive\commandline.py", line 331, in handle
  File "nuxeo-drive-client\nxdrive\commandline.py", line 394, in bind_server
  File "nuxeo-drive-client\nxdrive\controller.py", line 477, in bind_server
  File "nuxeo-drive-client\nxdrive\client\remote_file_system_client.py", line 68, in get_filesystem_root_info
  File "nuxeo-drive-client\nxdrive\client\remote_file_system_client.py", line 168, in file_to_info
KeyError: 'folder'
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;What is the trouble ?&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jan 2014 11:59:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/error-when-i-try-to-bind-a-local-directory-with-nuxeo-with-nuxeo/m-p/315525#M2526</guid>
      <dc:creator>Benjamin_Jalon1</dc:creator>
      <dc:date>2014-01-24T11:59:26Z</dc:date>
    </item>
    <item>
      <title>Re: Error when I try to bind a local directory with Nuxeo with Nuxeo Drive</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/error-when-i-try-to-bind-a-local-directory-with-nuxeo-with-nuxeo/m-p/315526#M2527</link>
      <description>&lt;P&gt;Hi me,&lt;/P&gt;
&lt;P&gt;In fact your didn't check well your server as there is a redirection to https. So just replace the http to https. And you will have this beautiful result :&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;C:\Users\bjalon&amp;gt;ndrive bind-server bjalon &lt;A href="https://my.nuxeo.server.fr/nuxeo" target="test_blank"&gt;https://my.nuxeo.server.fr/nuxeo&lt;/A&gt; --local-folder "C:\Users\bjalon\Test"
Password:
2014-01-24 11:54:58,288 1984 3060 INFO     nxdrive.controller Binding 'C:\Users\bjalon\Test' to 'https://my.nuxeo.server.fr/nuxeo/' with account 'bjalon'
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Thanks to myself &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jan 2014 12:01:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/error-when-i-try-to-bind-a-local-directory-with-nuxeo-with-nuxeo/m-p/315526#M2527</guid>
      <dc:creator>Benjamin_Jalon1</dc:creator>
      <dc:date>2014-01-24T12:01:17Z</dc:date>
    </item>
  </channel>
</rss>

