Reset Password
Check your e-mail for further instructions.
Reset
Name
listuploadlinks
Auth
yes
Description
Lists all upload links in uploadlinks.
URL
https://api.pcloud.com/listuploadlinks
Output
For each link lists:
Field | Description |
uploadlinkid | int can be used to modify/delete this link |
link | string full link to a page where files can be uploaded |
string an email address that also can be used to upload files to this link | |
code | string link's code that can be used to upload files |
comment | string comment of the upload link |
files | int number of uploaded files |
space | int total space occupied by uploaded files in bytes |
metadata | metadata target folder's metadata |
created | datetime when the link was created |
last modified | datetime when the link was last modified |
Field | Description |
expire | datetime date/time at which the link will stop working. |
maxspace | int limit maximum total size (in bytes) |
maxfiles | int otal number of files that can be uploaded |
Example
{ "result": 0, "uploadlinks": [ { "space": 23640, "files": 23, "mail": "somewhere@u.pcloud.com", "maxspace": 524288000, "created": "Fri, 04 Oct 2013 16:26:41 +0000", "code": "linkCode", "maxfiles": 100, "comment": "Upload link comment", "link": "https://my.pcloud.com/#page=puplink&code=linkCode", "uploadlinkid": UploadLinkID, "modified": "Fri, 04 Oct 2013 16:26:41 +0000", "metadata": { "isfolder": true, "folderid": folderid, "thumb": false, "icon": "folder", "created": "Wed, 18 Sep 2013 10:18:14 +0000", "ismine": true, "isshared": true, "parentfolderid": 0, "name": "Simple Upload Place", "modified": "Wed, 18 Sep 2013 10:25:57 +0000", "id": "id" } } ] }
Code | Description |
1000 | Log in required. |
2000 | Log in failed. |
4000 | Too many login tries from this IP address. |