Reset Password
Check your e-mail for further instructions.
Reset
Name
savezipprogress.
Auth
yes
Description
Get the progress in process of zipping file in the user's filesystem.
The process is started with the method savezip. On every zipped file the progress is updated. The process could be marked as ready, once when files equals totalfiles in the result.
Expects as parameter progresshash - key passed to savezip with the intention to observe the progress.
Please, use different progresshash for every call of savezip.
URL
https://api.pcloud.com/savezipprogress.
Optional
Parameter | Description |
progresshash | string the key to boserve the zipping process. |
Output
If there exists such zipping process, then the method returns:
Field | Description |
files | int count of the already zipped files. |
totalfiles | int total count of files to be zipped. |
bytes | int size of the already zipped files. |
totalfiles | int total size of the files to be zipped. |
Example
{ "result": 0, "files": 34, "totalfiles": 129, "bytes": 263473, "totalbytes": 54750979 }
Code | Description |
1000 | Log in required. |
1901 | Zip not found |
2000 | Log in failed. |
4000 | Too many login tries from this IP address. |
5000 | Internal error. Try again later. |