
sup3rior
Members-
Content Count
25 -
Joined
-
Last visited
About sup3rior
-
Rank
Member
-
Hi Helen, If I understand you correctly, issuing a get_secrets call without specifying a secret will cause the software to generate a set of keys? So I could essentially start by running a get_secrets call, and the parse the keys given onto a add_folder command? Best regards, Anders
-
Hi Helen, My call looks exactly like this (have only changed servername, port and data path for public posting): http://server.domain.com:port/api?method=add_folder&dir=C:\\folderpath\\data&force=1It doesn't matter whether the folder pre-exists on disk or not, it still fails. If I input a key to an existing folder (one that is created on another machine) and append that key to the command with &secret= it creates the folder on that machine, again without regard to whether the folder pre-exists on disk (if not, it is created when I run the command) EDIT: saw I left out the erro
-
User Account Control (Uac) Prompt, Limited User
sup3rior replied to cursor's topic in Sync Troubleshooting
For those not well versed in the hex to decimal conversion, for 1.4.111 the value should read 0104006f -
Hi Helen, Thank you for your answer. Unfortunately, it didn't resolve the issue. Testing a bit reveals that the command works if I enter a key that is already in use. Best regards, Anders
-
Bittorrent Sync 1.4.x On Windows Phone
sup3rior replied to nickluck's topic in Sync General Discussion
I haven't looked into that, since the filesystem isn't something I work with on the Windows phones, sorry... -
Anyone?
-
Bittorrent Sync 1.4.x On Windows Phone
sup3rior replied to nickluck's topic in Sync General Discussion
You can add 1.4 folders to that software as well, I've done that on my phone... -
Hi, I think we're talking about different things here I've enabled the API using the config file, as shown in the very first post of this thread. I can issue different get commands (like get_folder) succesfully, so that shouldn't be an issue. The problem is issuing an add_folder command that fails. Regards, Anders
-
Hi, As I interpret the add_folder method from the api documentation, this isn't needed, but from your question it would seem that it is? The add_folder documentation states: http://[address]:[port]/api?method=add_folder&dir=(folderPath)[&secret=(secret)&selective_sync=1]I dont see where to put in the API key? Best regards, Anders
-
The documentation states that "Sync API does not support 2.0 folders and one can only operate with classic 1.4 key-based folders" http://sync-help.bittorrent.com/customer/portal/articles/1570812-sync-api-introduction Is this feature planned? Best regards, Anders
-
As for my original question, specifying the function I wanted to call solved it. I however, have a different issue now... When calling the add_folder method, I get an error stating: { "error": 205, "message": "SE_SM_NO_IDENTITY" } - power-googling hasn't helped me in identifying the cause of this... The http call I make look like this: http://server.domain.com:port/api?method=add_folder&dir=C:\folderpath\data&force=1Should state that I use the 2.0 client... Best regards, Anders
-
Great, thanks... Are all these options documented somewhere? Best regards, Anders
-
Hi, I'll do that. Another question that I can't seem to find an answer to, is if it's possible to set the listening port for syncing folders (not the WebUI) in the config file or do I have to do this using the Set Preferences method? Best regards, Anders
-
Hi, Trying to set up the webui in btsync for testing, and have created the config file (shown below). Whenever I try to open the webui, I get an "invalid request". Have seen on other threads to clear my browser cache (including cookies) as they might interfer, but no luck there. { // path to folder where Sync will store its internal data, // folder must exist on disk "storage_path" : "c:/Users/alj.group/SyncAPI", // run Sync in GUI-less mode "use_gui" : false, "webui" : { // IP address and port to access HTTP API "listen" : "0.0.0.0:8989", // login and pass
-
Sync Client Shows Files Need To Be Downloaded
sup3rior replied to sup3rior's topic in Sync Troubleshooting
I gave it a try with re-connecting the folder, didn't fix the issue... So I'm gonna drop some logs from the clients in question...