Skip to content

Commit 1527820

Browse files
authored
DDOC-1218: additional renaming fixes (#639)
* DDOC-1218: naming improvements * remove unnecesary screenshot * Even more apps renaming
1 parent 47d70ae commit 1527820

File tree

9 files changed

+16
-46
lines changed

9 files changed

+16
-46
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ alias_paths:
1717
The following is an overview of the different Box Application types you can
1818
create.
1919

20-
<ImageFrame border center>
21-
![Application Types](./images/select-app-type.png)
22-
</ImageFrame>
20+
![Application Types](./images/select-app-type.png)
2321

2422
| Application Type | Authentication Methods |
2523
| ----------------------------- | ------------------------------------------------------------------- |
-523 KB
Binary file not shown.
152 KB
Loading
Binary file not shown.
-124 KB
Binary file not shown.

content/guides/applications/integrations/index.md

Lines changed: 7 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -44,40 +44,17 @@ Your application must meet the following requirements:
4444
* 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

47-
### 1. Log in to the Developer Console
47+
### Steps
4848

49-
Navigate to the [Developer Console][devconsole] and select your application to
50-
submit to the Integrations.
49+
1. Navigate to the [Developer Console][devconsole] and select your application to submit.
50+
2. Select the **Publishing** tab from the top menu.
5151

52-
### 2. Fill in the form
52+
![Integrations panel](./images/publishing-app.png)
5353

54-
Select the **Integrations** tab from the top menu.
55-
56-
<ImageFrame center border shadow>
57-
![Integrations panel](./images/app-center.png)
58-
</ImageFrame>
59-
60-
Click the button to "Submit My App".
61-
62-
<ImageFrame center border shadow width='400'>
63-
![Submit My App button](./images/submit-app.png)
64-
</ImageFrame>
65-
66-
Then, fill in the form with your application's categories, a short and a long
54+
3. Fill in the form with your application's categories, a short and a long
6755
description, screenshots and an app icon.
68-
69-
### 3. Preview the listing
70-
71-
Select the "Preview" button to see a preview of your application listing.
72-
73-
<ImageFrame center border shadow>
74-
![Preview and Submit](./images/submit-and-approve.png)
75-
</ImageFrame>
76-
77-
### 4. Submit for approval
78-
79-
Finally, submit the application for approval by clicking the "Submit for
80-
Approval" button.
56+
4. Click **Preview** to see a preview of your application listing.
57+
5. Finally, submit the application for approval by clicking the **Submit for Approval** button.
8158

8259
<Message>
8360
# Approval completion

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@ Using a Web App Integration, a user can modify, share, or edit content stored in
2222
Box using a third-party application. It can also offer new features to Box users
2323
through [Recommended Web Integrations][recommended-web-integrations], which show up in Box Preview.
2424

25-
<ImageFrame border shadow width='600' center>
2625
![Integration example](./images/recommended-apps-preview.png)
27-
</ImageFrame>
2826

2927
By enabling a Web App Integration, an application can be added to Recommended
3028
Apps, allowing users to use their files in the application. Integrations can be

content/guides/authorization/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ scenarios.
6666
| ------------------------------------------------ | ----------------------------------------------------------------------------------- | --------------------------------------- |
6767
|[OAuth 2.0][standauth] | Enable in **Integrations** > **Platform Apps Manager** > **User Authentication Apps** > Select Platform App > Use **More** menu to enable the app. | Ready for use |
6868
|[Server Authentication (with JWT)][jwt] | Authorize and enable in **Integrations** > **Platform Apps Manager** > **Server Authentication Apps** Select Platform App > Use **More** menu to authorize the app. | Authorize in **Integrations** > **Platform Apps Manager** > **Server Authentication Apps** > Select Platform App > Use **More** menu to authorize the app. |
69-
|[Server Authentication (client credentials)][cc] | Authorize and enable in **Apps** > **Platform Apps Manager** > **Server Authentication Apps** > Select Platform App > Use **More** menu to authorize the app.| Authorize in **Integrations** > **Platform Apps Manager** > **Server Authentication Apps** > Select Platform App > Use **More** menu to enable the app. |
69+
|[Server Authentication (client credentials)][cc] | Authorize and enable in **Integrations** > **Platform Apps Manager** > **Server Authentication Apps** > Select Platform App > Use **More** menu to authorize the app.| Authorize in **Integrations** > **Platform Apps Manager** > **Server Authentication Apps** > Select Platform App > Use **More** menu to enable the app. |
7070
|[App Token Authentication][apptoken] | Authorize and enable in **Integrations** > **Platform Apps Manager** > **Server Authentication Apps** > **Server Authentication Apps** > Select Platform App > Use **More** menu to enable the app. | Ready for use |
7171

7272
**Require manual Admin authorization for Limited Access Apps**:

content/guides/mobile/ios/quick-start/3-configure-box-app.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,8 @@ hide_in_page_nav: true
55

66
# Configure a Box Platform App
77

8-
To start making authenticated API calls to the Box API with the **Box iOS
9-
SDK**, an **Access Token** will be needed. The simplest way to generate a valid
10-
token is to generate a new **Box Platform App** and manually generate a short lived
11-
developer token.
8+
To start making authenticated API calls to the Box API with the **Box iOS SDK**, an **Access Token** will be needed. The simplest way to generate a valid
9+
token is to generate a new **Box Platform App** and manually generate a short lived developer token.
1210

1311
The developer token is generated through the developer console UI and will be
1412
valid for one hour before having to be manually refreshed.
@@ -37,14 +35,13 @@ valid for one hour before having to be manually refreshed.
3735
To create a new Box application that may be used to generate a developer
3836
token, use the following steps.
3937

40-
1. Go to the [Developer Console][devconsole].
38+
1. Go to the [Developer Console][devconsole] > **My Platform Apps**.
4139
2. Select **Create Platform App**.
4240
3. Select **Custom App** as the type of application to create, and click **Next**.
43-
4. Select **OAuth 2.0 with JWT** as the authentication method, and click **Next**.
44-
5. Give your Box app a unique name and click **Create Platform App**.
45-
6. Go to the app's configuration by clicking **View Your Platform App**.
46-
7. Optionally, scroll to the **Required Access Scopes** section of the same screen and select any additional permissions you want to enable for this application.
47-
8. At the top of the page click the button to **Save Changes**.
41+
4. Enter the **App Name**, an optional **Description** and **Purpose** of the App. Confirm with **Next**.
42+
5. Select **User Authentication (OAuth 2.0)** as the authentication method, and click **Create App**
43+
8. Optionally, scroll to the **Application Scopes** section of the same screen and select any additional permissions you want to enable for this application.
44+
9. At the top of the page click the button to **Save Changes**.
4845
</Choice>
4946

5047
<Choice option='ios.app_type' value='use_own' color='blue'>

0 commit comments

Comments
 (0)