Skip to content

Commit 94f3d75

Browse files
committed
1000615: CI failures
1 parent 2409a31 commit 94f3d75

7 files changed

Lines changed: 7 additions & 8 deletions

File tree

Document-Processing/Word/Word-Processor/asp-net-core/opening-documents/azure-blob-storage.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,5 @@ In the client-side, the document is returned from the web service is opening usi
107107
{% include code-snippet/document-editor/asp-net-core/document-editor-container/open-azure-blob/document-editor.cs %}
108108
{% endhighlight %}
109109
{% endtabs %}
110-
{% endif %}
111110

112111
N> The **Azure.Storage.Blobs** NuGet package must be installed in your application to use the previous code example.

Document-Processing/Word/Word-Processor/asp-net-core/saving-documents/aws-s3-bucket.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ N> Replace **Your Access Key from AWS S3**, **Your Secret Key from AWS S3**, and
118118

119119
**Step 3:** Modify the Index.cshtml File in the Document Editor sample
120120

121-
In the client-side, to export the document into blob the document using [`saveAsBlob`](../../api/document-editor/#saveAsBlob) and sent to server-side for saving in AWS S3 Bucket.
121+
In the client-side, to export the document into blob the document using `saveAsBlob` and sent to server-side for saving in AWS S3 Bucket.
122122

123123

124124
{% tabs %}

Document-Processing/Word/Word-Processor/asp-net-mvc/saving-documents/aws-s3-bucket.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: post
3-
title: Save document to AWS S3 in ASP.NET MVC Document editor control | Syncfusion
3+
title: Save document to AWS S3 in ASP.NET MVC Document editor | Syncfusion
44
description: Learn about how to Save document to AWS S3 in ASP.NET MVC Document editor of Syncfusion Essential JS 2 and more details.
55
platform: document-processing
66
control: Save document to AWS S3

Document-Processing/Word/Word-Processor/asp-net-mvc/saving-documents/azure-blob-storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: post
3-
title: Save document to Azure Blob Storage in ASP.NET MVC Document editor control | Syncfusion
3+
title: Save to Azure Blob Storage in ASP.NET MVC Document editor | Syncfusion
44
description: Learn about how to Save document to Azure Blob Storage in ASP.NET MVC Document editor control of Syncfusion Essential JS 2 and more details.
55
platform: document-processing
66
control: Save document to Azure Blob Storage

Document-Processing/Word/Word-Processor/asp-net-mvc/saving-documents/box-cloud-file-storage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: post
3-
title: Save document to Box cloud file storage in ASP.NET MVC Document editor control | Syncfusion
3+
title: Save to Box cloud file storage in ASP.NET MVC Document editor | Syncfusion
44
description: Learn about how to Save document to Box cloud file storage in ASP.NET MVC Document editor control of Syncfusion Essential JS 2 and more details.
55
platform: document-processing
66
control: Save document to Box cloud file storage
@@ -14,7 +14,7 @@ To save a document to Box cloud file storage, you can follow the steps below
1414

1515
**Step 1:** Set up a Box developer account and create a Box application
1616

17-
To access Box storage programmatically, you'll need a developer account with Box. Go to the [Box Developer Console](https://developer.box.com/), sign in or create a new account, and then create a new Box application. This application will provide you with the necessary credentials Client ID and Client Secret to authenticate and access Box APIs. Before accessing files, you need to authenticate your application to access your Box account. Box API supports `OAuth 2.0 authentication` for this purpose.
17+
To access Box storage programmatically, you'll need a developer account with Box. Go to the [Box Developer Console](https://developer.box.com/guides), sign in or create a new account, and then create a new Box application. This application will provide you with the necessary credentials Client ID and Client Secret to authenticate and access Box APIs. Before accessing files, you need to authenticate your application to access your Box account. Box API supports `OAuth 2.0 authentication` for this purpose.
1818

1919

2020
**Step 2:** Create a Simple Document Editor Sample in ASP.NET MVC

Document-Processing/Word/Word-Processor/asp-net-mvc/saving-documents/dropbox-cloud-file-storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: post
3-
title: Save document to Dropbox cloud file storage in ASP.NET MVC Document editor control | Syncfusion
3+
title: Save to Dropbox cloud file storage in Document editor | Syncfusion
44
description: Learn about how to Save document to Dropbox cloud file storage in ASP.NET MVC Document editor control of Syncfusion Essential JS 2 and more details.
55
platform: document-processing
66
control: Save document to Dropbox cloud file storage

Document-Processing/Word/Word-Processor/asp-net-mvc/saving-documents/one-drive.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ private string GetValue(IFormCollection data, string key)
133133

134134
```
135135

136-
N> Replace **Your_Tenant_ID**, **Your_Application_ID**, and **Your_Folder_Name_To_Access_The_Files_In_Onedrive** with your actual tenant ID, application ID, and folder name.
136+
N> Replace **Your_Tenant_ID**, **Your_Application_ID**, and **Your_Folder_Name_To_Access_The_Files_In_OneDrive** with your actual tenant ID, application ID, and folder name.
137137

138138
**Step 4:** Modify the Index.cshtml File in the Document Editor sample
139139

0 commit comments

Comments
 (0)