containerEdit - TanukiAI/FileCryptcc GitHub Wiki
FileCrypt.containerEdit(apikey,name,mirrors,container_id,password=None,captcha=None,allow_cnl=None,allow_dlc=None,allow_links=None,groupid=None)
This function allows you to edit an filecrypt.cc protected folder. Once you submit mirror_1 all links are permanently removed from this folder and will be replaced with the once submitted. If you would like to replace just a mirror please use our info api to get informations about links inside this folder to build your request.
Arguments:
apikey : Your ApiKey from FileCrypt
mirrors: mirrors in a tripple listed list. This way you can determine the mirrors and the backups.
container_id: the container_id as string
[
[
[
"mirror_0_link1",
"mirror_0_link2"
],
[
"mirror_0_backup1_link1",
"mirror_0_backup1_link2"
]
],
[
[
"mirror_1_link1",
"mirror_1_link2"
],
[
"mirror_1_backup1_link1",
"mirror_1_backup1_link2"
],
[
"mirror_1_backup2_link1",
"mirror_1_backup2_link2"
]
]
]
all strings in the first and second list (where the other lists should be) will be skipped
name(optional): name of your folder
password(optional): password of your folder
captcha(optional): enable captcha? Allowed Values: 0,1
allow_cnl(optional): enable cnl? Allowed Values: 0,1
allow_dlc(optional): enable dlc? Allowed Values: 0,1
allow_links(optional): enable links? Allowed Values: 0,1
groupid(optional): group ID of your target group