The sendspace Application Programming Interface (API) allows you to embed sendspace services in your applications, programs, or scripts, regardless of platform and programming language.
All communication with the sendspace API (1.2) assumes a UTF-8 encoding.
Methods
sendspace API (1.2) currently supports the following methods:
Authentication Upload Anonymous Download | Files Folders Address Book |
Display all method explanations
Errors
Code | Name | Description |
1 | API_ERROR_NO_METHOD | No method parameter in request |
2 | API_ERROR_UNKNOWN_METHOD | Unknown method |
3 | API_ERROR_SESSION_KEY_MISSING | Session key parameter missing |
4 | API_ERROR_PARAMETER_MISSING | Method parameter(s) missing |
5 | API_ERROR_BAD_API_VERSION | Unknown or unsupported API version |
6 | API_ERROR_SESSION_BAD | Session expired or not found |
7 | API_ERROR_SESSION_NOT_AUTH | Session not authenticated |
8 | API_ERROR_AUTHENTICATION_FAILURE | Authentication error |
9 | API_ERROR_FILE_NOT_FOUND | File not found |
10 | API_ERROR_FOLDER_NOT_FOUND | Folder not found |
11 | API_ERROR_PERMISSION_DENIED | Permission denied |
12 | API_ERROR_DOWNLOAD_TEMP_ERROR | Download is temporarily unavailable |
13 | API_ERROR_UPLOAD_TEMP_ERROR | Upload is temporarily unavailable |
14 | API_ERROR_FOLDER_NOT_EMPTY | Folder is not empty |
15 | API_ERROR_SYSTEM_MAINTENANCE | System maintenance, try again later |
16 | API_ERROR_INVALID_PARAMETER | One of the parameters is invalid |
17 | API_ERROR_HTTPS_FORBIDDEN | HTTPS is forbidden for current user |
18 | API_ERROR_UNKNOWN_API_KEY | Unknown API key sent |
19 | API_ERROR_PRO_EXPIRED | Pro user, account expired |
20 | API_ERROR_PRO_DISKSPACE_LIMIT | Pro user, reached disk space limit |
21 | API_ERROR_PARAMETER_BAD_VALUE | One of the parameter values is invalid |
22 | API_ERROR_BAD_PASSWORD | A wrong or empty password was given |
23 | API_ERROR_BANDWIDTH_LIMIT | Account bandwidth limit reached |
24 | API_ERROR_INVALID_EMAIL | Email(s) are invalid |
25 | API_ERROR_OUTDATED_VERSION | The application version you are using is too old. Please upgrade it. |
26 | API_ERROR_INVALID_FILE_URL | Not a sendspace download URL (must start with http://www.sendspace.com/ and contain a 6 character link) |
27 | API_ERROR_REGISTRATION_ERROR | * A specific text message will be sent according to the error * |
28 | API_ERROR_CONTACT_EXISTS | Contact already exists |
29 | API_ERROR_CONTACT_NOT_EXISTS | Contact doesn't exist |
30 | API_ERROR_TOO_MANY_SESSIONS | Too many sessions open for your user account. Please close previous sessions. |
31 | API_ERROR_BAD_TARGET_FOLDER | Invalid target folder selected |
32 | API_ERROR_CONTACTS_LIMIT | Reached contacts limit. Please free up unused contacts and try again. |
33 | API_ERROR_FOLDER_IS_PRIVATE | Folder is private. Only the owner can view. |