From f3dfc0053d1351b3fbff843baece701ea2faee16 Mon Sep 17 00:00:00 2001 From: Justyna Sztyper Date: Wed, 4 Dec 2024 14:43:10 +0100 Subject: [PATCH] further formatting adjustments --- .../guides/api-calls/permissions-and-errors/common-errors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/guides/api-calls/permissions-and-errors/common-errors.md b/content/guides/api-calls/permissions-and-errors/common-errors.md index ecfddd8b8..1990f7ca9 100644 --- a/content/guides/api-calls/permissions-and-errors/common-errors.md +++ b/content/guides/api-calls/permissions-and-errors/common-errors.md @@ -107,7 +107,7 @@ for solution to common errors encountered when working with the Box APIs. | | | | **Error** | `item_name_invalid` | | **Message**| Item name invalid | -| **Solution** | Verify that the file's name is valid. Box only supports file or folder names that are 255 characters or less. File names containing non-printable characters, names containing the characters `/`, `\`, `<`, `>`, `:`, `|`, `?`, `*`, `—`, names with leading or trailing spaces, and the special names “.” and “..” are also unsupported. | +| **Solution** | Verify that the file's name is valid. Box only supports file or folder names that are 255 characters or less. File names containing non-printable characters, names containing the characters `/`, `\`, `<`, `>`, `:`, `|`, `?`, `*`, `-`, names with leading or trailing spaces, and the special names “.” and “..” are also unsupported. | | | | | **Error** | `item_name_too_long` | | **Message** | Item name too long |