Share Links
A Bundle is the API/SDK term for the feature called Share Links in the web interface. The API provides the full set of actions related to Share Links, including sending them via E-Mail.
Please note that we very closely monitor the E-Mailing feature and any abuse will result in disabling of your site.
List Share Links
XML Element
<filescom:list-share-links />
Authorization Requirement
Available to all authenticated keys or sessions.
Show Share Link
XML Element
<filescom:show-share-link />
Authorization Requirement
Available to all authenticated keys or sessions.
| Parameter | Description |
|---|---|
| id Long Required | Bundle ID. |
Create Share Link
XML Element
<filescom:create-share-link />
Authorization Requirement
Available to all authenticated keys or sessions.
| Parameter | Description |
|---|---|
| paths List<String> Required | A list of paths to include in this bundle. |
| password String | Password for this bundle. |
| expiresAt String | Bundle expiration date/time |
| maxUses Long | Maximum number of times bundle can be accessed |
| description String | Public description |
| note String | Bundle internal note |
| permissions String | Permissions that apply to Folders in this Share Link. Possible values: read, write, read_write, full, none, preview_only |
| requireRegistration boolean | Show a registration page that captures the downloader's name and email address? |
Update Share Link
XML Element
<filescom:update-share-link />
Authorization Requirement
Available to all authenticated keys or sessions.
| Parameter | Description |
|---|---|
| id Long Required | Bundle ID. |
| expiresAt String | Bundle expiration date/time |
| permissions String | Permissions that apply to Folders in this Share Link. Possible values: read, write, read_write, full, none, preview_only |
Delete Share Link
XML Element
<filescom:delete-share-link />
Authorization Requirement
Available to all authenticated keys or sessions.
| Parameter | Description |
|---|---|
| id Long Required | Bundle ID. |