Reset Password
Check your e-mail for further instructions.
Reset
Name
changeuploadlink
Auth
yes
Description
Modify upload link identified by uploadlinkid.
Options that, could be changed include:
URL
https://api.pcloud.com/changeuploadlink
Required
Field | Description |
uploadlinkid | int id of the upload link |
Optional
Field | Description |
expire | datetime set expiration date of the link |
deleteexpire | int if set, link's expiration date is removed |
maxspace | int alter the maximum available space (in bytes) of the link |
maxfiles | int alter the maximum available files of the link |
Set maxspace or maxfiles to 0 to remove the given limit.
Code | Description |
1000 | Log in required. |
1013 | Date/time format not understood. |
1036 | Please provide 'uploadlinkid'. |
2000 | Log in failed. |
2040 | Given 'uploadlinkid' not found. |
4000 | Too many login tries from this IP address. |
5000 | Internal error. Try again later. |