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 |