Update pikpakapi/__init__.py
Browse files- pikpakapi/__init__.py +1 -1
pikpakapi/__init__.py
CHANGED
@@ -1114,7 +1114,7 @@ class PikPakApi:
|
|
1114 |
"pass_code_token": pass_code_token,
|
1115 |
"file_ids": file_ids,
|
1116 |
"folder_type": "NORMAL",
|
1117 |
-
"specify_parent_id" :
|
1118 |
"parent_id" : "",
|
1119 |
}
|
1120 |
captcha_result = await self.captcha_init(f"GET:/drive/v1/share/restore")
|
|
|
1114 |
"pass_code_token": pass_code_token,
|
1115 |
"file_ids": file_ids,
|
1116 |
"folder_type": "NORMAL",
|
1117 |
+
"specify_parent_id" : True,
|
1118 |
"parent_id" : "",
|
1119 |
}
|
1120 |
captcha_result = await self.captcha_init(f"GET:/drive/v1/share/restore")
|