Skip to content

Commit

Permalink
further formatting adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
superojla committed Dec 4, 2024
1 parent e2fcd70 commit f3dfc00
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit f3dfc00

Please sign in to comment.