Skip to content

Commit c4ca926

Browse files
committed
Merge branch 'main' of github.com:box/developer.box.com into DDOC-1196-renaming
2 parents 3df83bd + 3d39939 commit c4ca926

File tree

39 files changed

+231
-100
lines changed

39 files changed

+231
-100
lines changed

content/guides/applications/app-types/custom-apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ A Custom App is best used when the application:
3737
- Wants to use [OAuth 2.0][oauth2], [JWT][jwt] or [Client Credentials Grant][cc] for authentication.
3838
- Wants to upload and download files
3939
- Wants the freedom to access both their own files, as well as files owned by [managed or external users][users].
40-
- Wants the option to list the application in the Box App Center
40+
- Wants the option to list the application in the Box Integrations
4141
- Wants to provide integration into the Box Web App
4242

4343
## Use cases

content/guides/applications/app-types/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ create.
2323

2424
| Application Type | Authentication Methods |
2525
| ----------------------------- | ------------------------------------------------------------------- |
26-
| [Custom App][custom-apps] | [OAuth 2.0][oauth2], [JWT][jwt], or [Client Credentials Grant][ccg] |
26+
| [Platform App][custom-apps] | [OAuth 2.0][oauth2], [JWT][jwt], or [Client Credentials Grant][ccg] |
2727
| [Limited Access App][laa] | [App Token][apptoken] |
2828
| [Custom Skill][custom-skills] | No selection needed |
2929

content/guides/applications/app-types/select.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ You cannot change this selection later on.
2727
| | |
2828
| -------------------------- | ---------------------------------------------------------------------------- |
2929
| **Authentication methods** | [OAuth 2.0][oauth2], [JWT][jwt], or [Client Credentials Authentication][ccg] |
30-
| **Notable Features** | Webhooks, App Center, and Web App Integrations |
30+
| **Notable Features** | Webhooks, Integrations, and Web App Integrations |
3131

3232
Custom App encompasses most use cases and is the most flexible option.
3333
This application type allows for interaction with our 150+ endpoints.
-257 KB
Binary file not shown.

content/guides/applications/index.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,33 +13,31 @@ alias_paths:
1313

1414
Box Developer Console allows you to create applications
1515
you can then use to integrate with Box.
16-
**My Apps** view displays a list of already created applications
16+
**My Platform Apps** view displays a list of already created applications
1717
and gives you quick access to their configuration details.
1818
This way, you don't need to open
1919
the app each time you want to generate
2020
a Developer Token, copy the Client ID, or generate a report.
2121

22-
![My apps](./images/my-apps-page.png)
23-
2422
## Features
2523

26-
**My Apps** page allows you to:
24+
**My Platform Apps** page allows you to:
2725

2826
* Search through the list of already created apps.
2927
* Filter the apps by **Enablement Status** and **Authentication Type**.
3028
* Create [a new app][select].
3129
* Copy the app's [Client ID][clientcredentials].
3230
* Rename the app and access its details with one click.
33-
* Check application [enablement][enablement] and [authorization][authorization] status. Apps published to App Center display status from App Center.
31+
* Check application [enablement][enablement] and [authorization][authorization] status. Apps published to Integrations display status from Integrations.
3432

3533
The **Options menu** available for every entry allows you to:
3634

3735
* Access the configuration details of your application.
3836
* Generate a [Developer Token][token].
3937
* Add collaborators to your application.
40-
* Run the [App Diagnostics Report][report].
38+
* Run the [Platform App Diagnostics Report][report].
4139

42-
## App Insights
40+
## Platform App Insights
4341

4442
Admins and co-admins can access the Platform Insights
4543
dashboard that provides a comprehensive

content/guides/applications/app-center/images/app-center.png renamed to content/guides/applications/integrations/images/app-center.png

File renamed without changes.

content/guides/applications/app-center/images/submit-and-approve.png renamed to content/guides/applications/integrations/images/submit-and-approve.png

File renamed without changes.

content/guides/applications/app-center/images/submit-app.png renamed to content/guides/applications/integrations/images/submit-app.png

File renamed without changes.

content/guides/applications/app-center/index.md renamed to content/guides/applications/integrations/index.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ alias_paths:
1212
- /guides/applications/app-gallery/
1313
---
1414

15-
# App Center
15+
# Integrations
1616

17-
The [Box App Center][app-center] is the first place for Box users to find out
17+
The [Box Integrations][app-center] is the first place for Box users to find out
1818
about applications that they can use in combination with Box. If your
1919
application is suited to be used by other enterprises, listing your service in
20-
the App Center can be a great way to find new users.
21-
App center groups apps into sections so that you can
20+
the Integrations can be a great way to find new users.
21+
Integrations groups apps into sections so that you can
2222
quickly find featured, most popular, or recently added apps.
2323

2424
<ImageFrame shadow center>
25-
![App Center](./images/app-center.png)
25+
![Integrations](./images/app-center.png)
2626
</ImageFrame>
2727

2828
## Developing and app or becoming a Box Partner
@@ -41,20 +41,20 @@ Center][app-center].
4141
Your application must meet the following requirements:
4242

4343
* The application is in a finished state and ready for production usage.
44-
* The application leverages OAuth 2.0 authentication, as the App Center does not support any other authentication methods.
44+
* The application leverages OAuth 2.0 authentication, as the Integrations does not support any other authentication methods.
4545
* You are a developer with access to the application in the [Developer Console][devconsole].
4646

4747
### 1. Log in to the Developer Console
4848

4949
Navigate to the [Developer Console][devconsole] and select your application to
50-
submit to the App Center.
50+
submit to the Integrations.
5151

5252
### 2. Fill in the form
5353

54-
Select the **App Center** tab from the top menu.
54+
Select the **Integrations** tab from the top menu.
5555

5656
<ImageFrame center border shadow>
57-
![App Center panel](./images/app-center.png)
57+
![Integrations panel](./images/app-center.png)
5858
</ImageFrame>
5959

6060
Click the button to "Submit My App".
@@ -93,7 +93,7 @@ Approval" button.
9393

9494
Once approved and published, an application can be unpublished from the same
9595
control panel. Navigate to the [Developer Console][devconsole] and select
96-
your application. Then, select the "App Center" panel from the left-hand
96+
your application. Then, select the "Integrations" panel from the left-hand
9797
sidebar. The app can be unpublished from this page.
9898

9999
[app-center]: https://app.box.com/services

content/guides/applications/web-app-integrations/configure.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ related_endpoints: []
44
related_guides:
55
- authentication/oauth2/oauth2-setup
66
- authentication/tokens
7-
- applications/app-center
7+
- applications/integrations
88
required_guides: []
99
related_resources: []
1010
alias_paths: []
@@ -47,7 +47,7 @@ To configure the integration, follow the guidance below for each value.
4747
| Field | Description |
4848
|--------------------------- |----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
4949
| Integration name | The name of your integration, which users see in the Box Web App when they select the **More Options** > **Integrations** menu on a file or folder. |
50-
| Description | The description of the integration displayed in the Box App Center. |
50+
| Description | The description of the integration displayed in the Box Integrations. |
5151
| Supported file extensions | The integration will only appear as an option in the **More Options** > **Integrations** menu for the selected file extensions. |
5252
| Permissions requirement | Determines what permissions level users need to see the integration. **Download permissions are required** allows users to download the file - they will not be able to update it. **Full permissions are required** allows users to download and update the file. |
5353
| Integration scopes | Specifies the scope of your integration - either the file/folder from which integration is invoked, or its parent folder. |
@@ -95,8 +95,8 @@ The following parameter values are available.
9595
### Integration Status
9696

9797
- **Development**: The integration is visible and available only to application collaborators listed under the **General Settings** tab. This option is best used when the application is still in development and undergoing testing.
98-
- **Online**: The integration is visible and available to all Box users. This option is best used when development is complete and the application is ready to publish in the App Center.
99-
- **Maintenance**: The integration is visible and available only to application collaborators listed under the **General Settings** tab. This option is best used after the integration is published in the App Center, but needs to perform maintenance updates or troubleshoot issues. Use this option to temporarily take the integration offline for everyone except the application's collaborators.
98+
- **Online**: The integration is visible and available to all Box users. This option is best used when development is complete and the application is ready to publish in the Integrations.
99+
- **Maintenance**: The integration is visible and available only to application collaborators listed under the **General Settings** tab. This option is best used after the integration is published in the Integrations, but needs to perform maintenance updates or troubleshoot issues. Use this option to temporarily take the integration offline for everyone except the application's collaborators.
100100

101101
## Example Use Cases of Box Integrations
102102

@@ -139,7 +139,7 @@ note that the URL must be publicly accessible on the internet.
139139
## Making Integration Publicly Available
140140

141141
To make a Box integration publicly available it needs to be listed in the App
142-
Center. Follow the [App Center][app-center] guide for more details.
142+
Center. Follow the [Integrations][integrations] guide for more details.
143143

144144
[ca]: g://applications/app-types/custom-apps
145145
[pu]: g://applications/web-app-integrations/types
@@ -149,4 +149,4 @@ Center. Follow the [App Center][app-center] guide for more details.
149149
[custom-oauth2]: g://authentication/oauth2/oauth2-setup
150150
[devconsole]: https://app.box.com/developers/console
151151
[devaccount]: https://account.box.com/signup/n/developer
152-
[app-center]: g://applications/app-center
152+
[integrations]: g://applications/integrations

0 commit comments

Comments
 (0)