PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : [API] Add folder password in Create/Edit/Info API call



PirateMKV
31.07.2018, 21:23
Hi, as i can see from the documentation here https://filecrypt.cc/docs/index.htm there is no way to set a folder password using the API, could it be added?

Regards.

GipsyDanger
01.08.2018, 08:56
Hello,

sorry this is an issue within our documentation which will be fixed very soon, the parameter is called "folderpass" and can be used within create & edit.

regards.

PirateMKV
01.08.2018, 11:34
Thank you very much. May I ask you another question?
Could it be possible to receive the following parameters from "Container - Status" API?

captcha
allow_cnl
allow_dlc
allow_links

Thanks in advance

GipsyDanger
01.08.2018, 12:18
Hello,

statusV2 returns now an options dictionary, like this:

options : {
"captcha" : 1,
"allow_cnl" : 1,
"allow_dlc" : 1,
"allow_links" : 1,
"password" : 1
}


where 1 = YES and 0 = NO

PirateMKV
01.08.2018, 14:28
Wow, you're the best. Thanks.

- - - - - - - - - - Beitrag nachträglich erweitert - - - - - - - - - -

I'm here again, I want to report some errors in the json response example of some api functions (Create, Edit, Status).
The "container" key is not an array of object, but just a simple object. So there should be only a single blacket in the json instead of "[{".

regards