Optionaloptions: RequestOptionsRetrieves metadata for a specific file or directory inside a box
Optionaloptions: RequestOptionsLists files and directories in a box. You can specify the directory path and depth, and optionally a working directory. The response includes metadata such as type, size, permissions, and last modified time.
Optionaloptions: RequestOptionsReads the contents of a file inside the box and returns it as a string. Supports
absolute or relative paths, with workingDir as the base for relative paths.
Optionaloptions: RequestOptionsDeletes a file or a directory. If target path doesn't exist, the delete will fail.
Optionaloptions: RequestOptionsRenames a file or a directory. If the target newPath already exists, the rename will fail.
Optionaloptions: RequestOptionsCreates or overwrites a file. Creates necessary directories in the path if they don't exist. If the target path already exists, the write will fail.
Optionaloptions: RequestOptions
Check if file/dir exists