ColombianBootloader

New Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by ColombianBootloader

  1. ColombianBootloader,

     

    Try putting absolute path in "storage_path", when making so - escape the "\" chars with "\\", so in your case that would be something like "C:\\Users\\<username>\\Appdata\\Roaming..."

     

    Let me know if it helps.

    Hey mate, I try your suggestion but no success at all. I really would like to know what I am doing wrong....any more ideas or suggestions? As soon as I do BTsync.exe /config sync.conf it does not generate any files inside the storage path folder

  2. Hi there guys

     

    I have been trying to make my API work, and I have followed what you have said here. However, it is not working for me, so

    I would like to ask you what I am doing wrong!!!

     

    so my "storage path" is  "/Users/<My name>/AppData/Roaming/BitTorrent Sync/BTSync",

     

    and my sync.conf is in the "C:\Users\<My name>\AppData\Roaming\BitTorrent Sync" Directory

     

    BTSync.exe is in  "C:\Program Files (x86)\BitTorrent Sync"

     

    Here is my sync.conf file:

     

    {
      "storage_path": "/Users/<My name>/AppData/Roaming/BitTorrent Sync/BTSync",
      "use_gui": false,
      "webui": {
        "listen": "127.0.0.1:8888",
        "login": "A_Login_XXX",
        "password": "A_Password_XXX",
        "api_key": "My_Key"
    }

     

    I have tried everything, here in this post with no success...