- 概述
- Adobe Sign
- Alteryx
- Amazon Comprehend
- Amazon Connect
- Amazon Rekognition
- 亚马逊文本提取
- Box
- 认知
- DocuSign
- Google Vision
- Jira
- Marketo
- Microsoft Dynamics
- Microsoft Dynamics (Finance and Operations)
- Microsoft Teams
- Microsoft Translator
- Microsoft Vision
- Oracle 集成云
- Oracle NetSuite
- Salesforce
- SAP BAPI
- ServiceNow
- Slack
- Smartsheet
- SuccessFactors
- Tableau
- Twilio
- Workato
- Workday
传统“集成”活动
简介
To give the Box Scope activity the ability to authenticate and to enable the other activities to successfully send requests to the Box API, you must complete the following steps:
-
创建自定义应用程序。
-
构建项目。
步骤
1. 创建自定义应用程序 (JWT)
要创建 JWT 身份验证自定义应用程序,请按照 Box 文档中的使用 JWT 设置步骤操作。
The following input properties are required in the Box Scope activity:
- Config File Content or Config File Path
要获取“配置文件内容”和“配置文件路径”的值,请按照 Box 文档中的生成密钥对步骤操作。
After downloading the JSON configuration file, you can either save the file to a local folder and enter that location in the Config File Path property, or copy contents to enter it as a String in the Config File Content.
作为快速参考,以下是我们在开发和测试 Box 活动时遵循的步骤。
The steps below are for example purposes only. For the latest setup steps and more detailed information about the configuration settings and, refer to the referenced Box documentation.
-
登录到https://app.box.com/ 。
-
转到开发者控制台。
-
Click Create New App.
-
Select Custom App or Enterprise Integration.
-
Select OAuth 2.0 with JWT (Server Authentication).
-
Enter a name for your app and click Create App.
-
After your app is created, click View Your App (you don't need to copy the developer token).
-
In your app's Configuration settings, under Advanced Features, ensure both Perform Actions as Users and Generate User Access Tokens are enabled.
-
Under Add and Manage Public Keys, click Generate a Public/Private Keypair and save the JSON configuration file locally.
- 此步骤要求应用启用多重身份验证。
-
After downloading the file, note its location as you'll enter this value in the File Path* property of the Box Scope activity.
-
After completing your Configuration settings, go to General and click Submit for Authorization.
-
然后,应用程序管理员(可能就是您)必须按照 Box 发送的电子邮件中的说明授权应用程序。
2. 构建项目
- 创建一个新的自动化项目。
- Open UiPath Studio.
- Under New Project, click Process (this opens a New Blank Process window).
- Enter a project Name, Location, and Description.
- 单击“创建”。
- Install the UiPath.Box.Activities package.
- In the Design ribbon, click Manage Packages (this opens the Manage Packages window).
- Under All Packages, click Connect
- In the Search bar, enter Box.
- Click, install and accept the license for the UiPath.Box.Activities.
- 有关 Uipath Studio 包的更多信息,请参阅 Studio 指南中的管理包。
操作完毕!
现在,您已完成设置,可以开始将 Box 活动添加到项目中。
后续步骤
要了解有关 Box 活动(包括示例属性输入/输出)的更多信息,请参阅活动页面以获取完整的活动列表以及活动详细信息页面的链接。