If you’re new to Unstructured, read this note first.
Before you can create a source connector, you must first sign in to your Unstructured account:
After you sign in, the Unstructured user interface (UI) appears, which you use to create your source connector.
After you create the source connector, add it along with a destination connector to a workflow. Then run the worklow as a job. To learn how, try out the hands-on UI quickstart or watch the 4-minute video tutorial.
You can also create source connectors with the Unstructured API. Learn how.
If you need help, reach out to the community on Slack, or contact us directly.
You are now ready to start creating a source connector! Keep reading to learn how.
Ingest your files into Unstructured from Box.
The requirements are as follows.
Access to the Developer Console from your Box enterprise account or Box developer account.
A Box Custom App in your Box account, set up to use Server Authentication (with JWT). See Setup with JWT.
The appropriate application scopes and advanced features set up for the Box Custom App, as follows:
Authorization by a Box Admin in your Box account for the Box Custom App. See App Authorization.
Access by your Box account’s source or target folder to your Box Custom App, as follows:
AutomationUser_<your-app-service-id>_<a-random-string@boxdevedition.com
).box://<path/to/folder/in/account>
.The private key configuration JSON file for the Box Custom App, or a string that contains this file’s contents.
To download this file, in the Box Custom App, on the Configuration tab, under Add and Manage Public Keys, click Generate a Public/Private Keypair. Store the downloaded private key configuration JSON file in a secure location.
To ensure maximum compatibility across Unstructured service offerings, you should give the private key configuration JSON file information to Unstructured as
a single-line string that contains the contents of the downloaded private key configuration JSON file (and not the file itself).
To print this single-line string, suitable for copying, you can run one of the following commands from your Terminal or Command Prompt.
In this command, replace <path-to-downloaded-key-file>
with the path to the private key configuration JSON file that you downloaded by following the preceding instructions.
For macOS or Linux:
For Windows:
To create the source connector:
Fill in the following fields:
box://<path/to/folder/in/account>
.If you’re new to Unstructured, read this note first.
Before you can create a source connector, you must first sign in to your Unstructured account:
After you sign in, the Unstructured user interface (UI) appears, which you use to create your source connector.
After you create the source connector, add it along with a destination connector to a workflow. Then run the worklow as a job. To learn how, try out the hands-on UI quickstart or watch the 4-minute video tutorial.
You can also create source connectors with the Unstructured API. Learn how.
If you need help, reach out to the community on Slack, or contact us directly.
You are now ready to start creating a source connector! Keep reading to learn how.
Ingest your files into Unstructured from Box.
The requirements are as follows.
Access to the Developer Console from your Box enterprise account or Box developer account.
A Box Custom App in your Box account, set up to use Server Authentication (with JWT). See Setup with JWT.
The appropriate application scopes and advanced features set up for the Box Custom App, as follows:
Authorization by a Box Admin in your Box account for the Box Custom App. See App Authorization.
Access by your Box account’s source or target folder to your Box Custom App, as follows:
AutomationUser_<your-app-service-id>_<a-random-string@boxdevedition.com
).box://<path/to/folder/in/account>
.The private key configuration JSON file for the Box Custom App, or a string that contains this file’s contents.
To download this file, in the Box Custom App, on the Configuration tab, under Add and Manage Public Keys, click Generate a Public/Private Keypair. Store the downloaded private key configuration JSON file in a secure location.
To ensure maximum compatibility across Unstructured service offerings, you should give the private key configuration JSON file information to Unstructured as
a single-line string that contains the contents of the downloaded private key configuration JSON file (and not the file itself).
To print this single-line string, suitable for copying, you can run one of the following commands from your Terminal or Command Prompt.
In this command, replace <path-to-downloaded-key-file>
with the path to the private key configuration JSON file that you downloaded by following the preceding instructions.
For macOS or Linux:
For Windows:
To create the source connector:
Fill in the following fields:
box://<path/to/folder/in/account>
.