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.
Druckbare Version
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.
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.
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
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
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