You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/guides/applications/index.md
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,33 +13,31 @@ alias_paths:
13
13
14
14
Box Developer Console allows you to create applications
15
15
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
17
17
and gives you quick access to their configuration details.
18
18
This way, you don't need to open
19
19
the app each time you want to generate
20
20
a Developer Token, copy the Client ID, or generate a report.
21
21
22
-

23
-
24
22
## Features
25
23
26
-
**My Apps** page allows you to:
24
+
**My Platform Apps** page allows you to:
27
25
28
26
* Search through the list of already created apps.
29
27
* Filter the apps by **Enablement Status** and **Authentication Type**.
30
28
* Create [a new app][select].
31
29
* Copy the app's [Client ID][clientcredentials].
32
30
* 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.
34
32
35
33
The **Options menu** available for every entry allows you to:
36
34
37
35
* Access the configuration details of your application.
38
36
* Generate a [Developer Token][token].
39
37
* Add collaborators to your application.
40
-
* Run the [App Diagnostics Report][report].
38
+
* Run the [Platform App Diagnostics Report][report].
41
39
42
-
## App Insights
40
+
## Platform App Insights
43
41
44
42
Admins and co-admins can access the Platform Insights
| 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. |
51
51
| Supported file extensions | The integration will only appear as an option in the **More Options** > **Integrations** menu for the selected file extensions. |
52
52
| 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. |
53
53
| 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.
95
95
### Integration Status
96
96
97
97
-**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.
100
100
101
101
## Example Use Cases of Box Integrations
102
102
@@ -139,7 +139,7 @@ note that the URL must be publicly accessible on the internet.
139
139
## Making Integration Publicly Available
140
140
141
141
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.
143
143
144
144
[ca]: g://applications/app-types/custom-apps
145
145
[pu]: g://applications/web-app-integrations/types
@@ -149,4 +149,4 @@ Center. Follow the [App Center][app-center] guide for more details.
0 commit comments