Skip to content

Commit 618270f

Browse files
Merge pull request SharePoint#6676 from mores/fixIssue6673
Provides a link how to support % and # characters in files and folders.
2 parents db755f7 + d367509 commit 618270f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/sp-add-ins/working-with-folders-and-files-with-rest.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
---
22
title: Working with folders and files with REST
33
description: Perform basic create, read, update, and delete (CRUD) operations on folders and files with the SharePoint REST interface.
4-
ms.date: 1/14/2020
4+
ms.date: 02/05/2021
55
ms.prod: sharepoint
66
localization_priority: Priority
77
---
88

99
# Working with folders and files with REST
1010

11+
> [!NOTE]
12+
> The examples on this page do not support the % and # characters. [Support % and # in files and folders with ResourcePath API](../solution-guidance/supporting-and-in-file-and-folder-with-the-resourcepath-api.md)
13+
1114
> [!TIP]
1215
> The SharePoint Online (and on-premises SharePoint 2016 and later) REST service supports combining multiple requests into a single call to the service by using the OData `$batch` query option. For details and links to code samples, see [Make batch requests with the REST APIs](make-batch-requests-with-the-rest-apis.md).
1316

0 commit comments

Comments
 (0)