Item name | Required/Optional | Use of variables | Description | Remarks |
---|---|---|---|---|
Name | Required | Not available | Enter the name on the script canvas. | |
Input data | Optional | Not available | Select a component on the script canvas. |
Item name | Required/Optional | Use of variables | Description | Remarks |
---|---|---|---|---|
Destination | Required | Not available | Select Global Resources.
![]()
|
|
Owner | Required | Available | Enter the email address that the folder owner uses to log in. | |
Specification method for Box content | Required | Not available | Select a method to specify Box content.
|
|
Folder path | Required | Available | Enter the folder path on Box. |
|
Folder ID | Required | Available | Enter the folder ID on Box. |
|
Metadata template name | Required | Available | Select or enter the name of the metadata template used for search. |
Item name | Description | Remarks |
---|---|---|
Update the list of metadata template names | Retrieve metadata templates from the specified destination, and set them in [Metadata template name]. |
|
Item name | Required/Optional | Use of variables | Description | Remarks |
---|---|---|---|---|
Metadata field list | Optional | - | Metadata fields in the metadata template specified in [Metadata template name] are displayed. | |
Metadata field list/Display name | Optional | Not available | The display names of metadata fields are displayed. | |
Metadata field list/Key | Optional | Not available | The keys of metadata fields are displayed. | |
Metadata field list/Type | Optional | Not available | The types of metadata fields are displayed. | |
Query | Optional | Available | Enter a query used for a content search. |
|
Query argument | Optional | - | The query arguments specified in [Query] are set. |
|
Query argument/Query argument name | Required | Not available | The name of the query argument is set. |
|
Query argument/Type | Required | Not available | Specify the type of the query argument. |
|
Sort settings | Optional | - | Specify the sort order for search results based on the metadata template specified in [Metadata template name].
Each column can be operated with the following buttons:
|
|
Sort settings/Metadata field name | Required | Not available | Select the metadata fields to sort. |
|
Sort settings/Order | Required | Not available | Select the sort order.
|
Item name | Description | Remarks |
---|---|---|
Update the list of metadata fields | Retrieve metadata fields from the specified metadata template and display them in [Metadata field list]. Also, update the [Metadata field name] list. |
|
Item name | Required/Optional | Use of variables | Description | Remarks |
---|---|---|---|---|
Comment | Optional | Not available | You can write a short description of this adapter. The description will be applied to the specifications. |
<?xml version="1.0" encoding="UTF-8" ?> <table> <row> <column>box_content_id</column> <column>box_content_type</column> </row> <row> : </row> </table>
Element name | Label | Description | Remarks |
---|---|---|---|
row | Repeated for the number of contents searched for. | ||
column | box_content_id | The ID is output. | |
box_content_type | The type is output.
|
Component variable name | Description | Remarks |
---|---|---|
count | The number of retrieved contents is stored. |
|
file_count | The number of retrieved files is stored. |
|
folder_count | The number of retrieved folders is stored. |
|
message_category | When an error occurs, the category of the message code corresponding to the occurred error is stored. |
|
message_code | When an error occurs, the code of the message code corresponding to the occurred error is stored. |
|
message_level | When an error occurs, the severity of the message code corresponding to the occurred error is stored. |
|
error_type | When an error occurs, the type of the occurred error is stored. |
|
error_message | When an error occurs, the message of the occurred error is stored. |
|
error_trace | When an error occurs, the trace information of the occurred error is stored. |
|
Exception Name | Cause | Solution |
---|---|---|
ResourceNotFoundException Resource definition is not found. Name:[] |
[Destination] is not specified. | Specify a value for [Destination]. |
ResourceNotFoundException Resource definition is not found. Name:[<Name of global resources>] |
Resource definition selected in [Destination] is not found. | Check the global resource specified in [Destination]. |
InvalidPropertyConfigurationException Required item <property name> is not entered. |
[<Property name>] is not entered. | Enter a value in [<property name>]. |
InvalidPropertyConfigurationException A forbidden value for Box was entered in the Owner field. |
The user specified in [Owner] does not exist. | Specify an existing owner in Box for [Owner]. |
InvalidPropertyConfigurationException Enter a valid folder path in the Folder path field. |
[Folder path] is invalid. | Check the following.
|
InvalidPropertyConfigurationException Enter a valid ID in the Folder ID field. |
[Folder ID] is invalid. | Check the following.
|
InvalidPropertyConfigurationException Enter a valid metadata template name in the Metadata template name field. |
[Metadata template name] is invalid. | Specify an existing metadata template name in Box for [Metadata template name]. |
InvalidPropertyConfigurationException The type of the query argument <query argument name> is not entered. |
[Type] of [Query argument] is not entered. | Enter a value in [Type] of [Query argument]. |
InvalidPropertyConfigurationException The metadata field that is not defined in the metadata template is used in the sort settings. Metadata field name: <metadata field name> |
The metadata field selected for [Metadata field name] in [Sort settings] is not defined in the metadata template specified for [Metadata template name]. | Execute [Update the list of metadata fields] and then select [Metadata field name] again. |
QueryArgumentNotSpecifiedException The query argument <query argument name> is not entered. |
A value for the query argument is not set. | Set a value for the query argument. |
BoxClientException | Box has returned an error. | For details on messages, refer to the document portal for Box developer (https://developer.box.com/). |